Re: RTF string displayed in PDF Programming Software Development by Oxiegen iTextSharp does not support that. The parsers that comes with iTextSharp can only create new PDF-documents. However, if you have an existing PDF you can use those parsers and create a second one and then concatinate the two PDFs into one. Re: convert html to pdf code in asp.net Programming Web Development by thewebhostingdi itextsharp is a good option. You may check the sample code here. [url]http://ask4asp.net/post/creating-PDF-using-NET-itextsharp-component-vb-NET.aspx[/url] itextsharp-add small watermark text to cover full page Programming Software Development by gbhs ….0F, 0) 'Next Dim pageRectangle As iTextSharp.text.Rectangle = reader.GetPageSize(i) Dim …While currentYPos > 0 pdfData.ShowTextAligned(iTextSharp.text.Element.ALIGN_CENTER, String.Join(" … iTextSharp PDF import showing design guides(?) Programming Web Development by elgarfan Hi, hope someone can help with this itextsharp issue. I'm simply appending a PDF file to a …document I create in itextsharp. When I import the doc, it is showing some kind… to "turn them off" when importing it with itextsharp. Does anyone know anything about this? Many thanks! Itextsharp dll - Unicode Support Programming Web Development by msaranya Hi, I am using itextsharp dll for creating pdf from dot net... From database I … iTextSharp: Crop/resize a page after adding content? Programming Web Development by elgarfan Hi, I've been using iTextSharp PDF library for a while, but now want to do … iTextsharp - Determining the font size Programming Software Development by necrovore … pulling out text and its properties from a pdf file. iTextSharp library is used for this purpose. Initially i took the… Re: iTextsharp - Determining the font size Programming Software Development by Oxiegen Have you tried using BaseFont.GetDocumentFonts()? Perhaps this could be useful: http://itextsharp.10939.n7.nabble.com/How-to-get-the-list-of-embedded-fonts-in-a-PDF-td3153.html Re: iTextsharp - Determining the font size Programming Software Development by Oxiegen My bad. Then perhaps this should be more helpful. http://stackoverflow.com/questions/16330524/get-fontsize-from-pdf-using-itextsharp iTextSharp] Making pdf with selected layers(OCGs) Programming by 9tontruck … library that does this and now I am digging into iTextSharp which seems like it's handling layers. public static void… display right to left langage in pdf with itextsharp Programming Software Development by narama87 … left, right, Top, Bottom Margin Dim doc As New Document(iTextSharp.text.PageSize.LETTER, 10, 10, 42, 35) Try Dim…paragraph As New Paragraph("hello") Dim underContent As iTextSharp.text.pdf.PdfContentByte = Nothing Dim pharse As New Phrase(&… watermark in pdf using iTextSharp Programming Software Development by Abhishek_12 I am generating pdf's using iTextSharp dll.I need to put watermark on every page generated. how can I add watermark to the pdf generated using iTextsharp dll? Any assistance would be appreciated... Abhishek Re: how to do it with iTextSharp.dll Programming Web Development by IdanS … is a tutorial: [URL="http://itextsharp.sourceforge.net/tutorial/index.html"]http://itextsharp.sourceforge.net/tutorial/index.html[/URL] And… Re: parsing pdf to text using iTextSharp Programming Web Development by kieky this is the library : [URL="http://sourceforge.net/projects/itextsharp/"]http://sourceforge.net/projects/itextsharp/[/URL] I want the program convert the pdf to text whatever the document as long as the type is pdf. so i just need a code sample.. thx a lot 4 ur help... :) Re: watermark in pdf using iTextSharp Programming Software Development by Jacob_Shriver You can use PdfContentByte to do what you want. To add text water mark, you can use PdfContentByte.ShowTextAligned() And to image water mark, you can use PdfContentByte.AddImage() In my own project I used leadtools because I needed some advanced PDF and imaging features which I didn't find in iTextSharp library. how to do it with iTextSharp.dll Programming Web Development by mkashif130 … pdf formate in browser. i tried to do it with iTextsharp.dll but failed, all i can find over net is… Re: how to do it with iTextSharp.dll Programming Web Development by IdanS i dont know why you faild to work with iTextSharp.dll, i worked with it a few weeks ago and … Re: how to do it with iTextSharp.dll Programming Web Development by mkashif130 well dear if u worked with iTextSharp.dll then could you please post a sample here? in mean while am having a look over convertDoc thx for this Re: how to do it with iTextSharp.dll Programming Web Development by IdanS … if you have questions about it's classes (about the iTextSharp.dll). and dear have you not heared about .tmp files… Re: how to do it with iTextSharp.dll Programming Web Development by mkashif130 … help regarding 2nd one, then i came to know about itextsharp.dll, whicih i think is helpfull but its me who… HTMLparser in itextsharp Programming Web Development by visweswaran28 Hi, I am using itextsharp-5.0.2-dll trying to create pdf from html. In that I am using HtmlParser, I dont know what should I import for this. still It getting error due to this. Can any one help me Using iTextSharp to check checkboxes. Programming Software Development by sizzlefire … attempting to fill out a form with a library called iTextsharp: [url]http://itextpdf.com/[/url] The form that I am… Re: Using iTextSharp to check checkboxes. Programming Software Development by sizzlefire Sorry to bump, but this is still causing me major problems, does anyone have any experience with iTextSharp and can maybe help? Coumnwise PDF print using Itextsharp Programming Software Development by bhagawatshinde … display the data in the 2 column of PDF using iTextsharp. Like this way e.g. Q.1 aaaaaa Q.5… Re: Coumnwise PDF print using Itextsharp Programming Software Development by bhagawatshinde Hi, The problem has been solved. take look at this link [url]http://blog.rubypdf.com/itextsharp/tutorial01/ap10Chap1007.cs.html[/url] parsing pdf to text using iTextSharp Programming Web Development by kieky can anyone provide me a sample code who have used iTextsharp to convert pdf to text .... Please help.... this is very urgent... Re: parsing pdf to text using iTextSharp Programming Web Development by royspiegel [QUOTE=kieky;1436935]can anyone provide me a sample code who have used iTextsharp to convert pdf to text .... Please help.... this is very urgent...[/QUOTE] I was to use that library. Then tried ABCPDF release 7. It is so easy to use, hard to believe. [url]http://www.websupergoo.com/abcpdf-1.htm[/url] Re: parsing pdf to text using iTextSharp Programming Web Development by kieky thx royspiegel.. but i must using iTextSharp to my project... :( Re: parsing pdf to text using iTextSharp Programming Web Development by royspiegel [QUOTE=kieky;1442999]thx royspiegel.. but i must using iTextSharp to my project... :([/QUOTE] Send me the library and the docs and I will get it for you. displaying gridview record in pdf table using itextsharp Programming Web Development by nicecandy hi, i m trying to show my gridview record into the pdffile using itextsharp. plz help me how can i accomplish it. Thanks and Best regards Nice Candy