Thanks Yusuf! I now... but i can´t find a exampel (iTextSharp) to gernerate thumbnails :( In IText NOT in ITextSharp can i use this function: decoder.getPageAsImage(PageNumber) But how can i create thumbnails with iTextSharp??? thx!!!
BoySetsFire
Posts
-
Generate from PDF images with iTextSharp? -
Generate from PDF images with iTextSharp?Hi, I want to generate from an PDF Images. But how?? My favorite iTextSharp. thx
-
pdf to xaml wrapperHello, i search an pdf to xaml wrapper? already exists such a thing? Or must I programming it new ;) ? thx, benny
-
How to disable a asp:TextBox with javascript???thanks for the answers... but it not a syntax problem... in my question is a write error... sorry... this is the right source code: function enableField() { alert('sdf'); document.getElementById('ctl00_MainPlaceHolder1_TextBox1').disabled = false; } hmmm..... i dont know.... f*** js
-
How to disable a asp:TextBox with javascript???Hi, js + asp.net drive me crazy!!! i want to disabel / enabel a asp:Textbox via java... but, it doesent work :-( sampel: <!-- function make() { document.GetElementById('ctl00_MainPlaceHolder1_TextBox1').disabled = true; // desen´t working document.GetElementById('ctl00_MainPlaceHolder1_TextBox1').enabled = false; document.GetElementById('TextBox1').disabled = true; // Element not exist ... } //--> >input id="myCB" type="checkbox" onclivk="make()"... <asp:TextBox ID="TextBox1" ... what make I wrong????? thx</x-turndown>
-
How to Export a SQLExpress Databasethank you!!! i try it... :-)
-
How to Export a SQLExpress DatabaseHi, i want to export an sql express database... i have create the db in vs 9... if i user the "publish to provider" function, i have a error... I want my old enterprise manager back... ;-) thx benny
-
Web Site Administration Tool How to change the Password length ASP.NET 3.5Thanks for you answer!!! i thing i am to dumb ;) i have insert the configuration in my web.config... but Parser Error Message: Unrecognized configuration section providers. on which position have you insert the providers tag?? Cheerio!
-
Web Site Administration Tool How to change the Password length ASP.NET 3.5Hi, i use the ASP.NET 3.5 included security system. i want to change the min password length and i will not work with Non-alphanumeric characters... but how???
-
Image loupeHello, I'm looking for a web picture lupe (for a detailed view), but I can not find. Is there someone an idea?? Benny
-
CreateUserWizard change password lengthHi, i want to change the default values form an CreateUserWizard, ich want to change the password length and the RegExp... in asp.net 3.5 This dosent work :-( configuration system.web membership defaultprovider="AppMembershipProvider" providers> add name="AppMembershipProvider" applicationname="MeinApp" connectionstringname="membershipConnectionString" requiresquestionandanswer="false" requiresuniqueemail="false" minrequirednonalphanumericcharacters="0" minrequiredpasswordlength="3" type="System.Web.Security.SqlMembershipProvider" providers system.web configuration == Warning 3 The element 'system.web' has invalid child element 'providers'. List of possible elements expected: 'anonymousIdentification, authentication, authorization, browserCaps, clientTarget, compilation, customErrors, deployment, deviceFilters, globalization, healthMonitoring, hostingEnvironment, httpCookies, httpHandlers, httpModules, httpRuntime, identity, machineKey, membership, mobileControls, pages, processModel, profile, roleManager, securityPolicy, sessionPageState, sessionState, siteMap, trace, trust, urlMappings, webControls, webParts, webServices, xhtmlConformance, caching'. C:\Dokumente und Einstellungen\Benny\Eigene Dateien\Visual Studio 2008\Projects\xxx\xxx\Web.config 35 10 THANX!!!