i am using itextsharp and i am trying to get all the fonts of the given string in pdf file is this possible
This is weird, I am currently using iTextSharp and I wan开发者_StackOverflow社区t to add a Header & Footer to my PDFs. In all the examples they simply create a new HeaderFooter() object.However, I
Let\'s say I have a pdf form file available at website which is filled by the users and submitted to the server. On the server side (Asp.Net) I would like to merge the data that I receive in xml forma
I was wondering what would be the best approach for creating tables in a pdf that开发者_运维知识库 have rounded corners using the iTextSharp 5.x+ library.If you have iTextSharp source code, add the fo
I am trying to do something I thought would be quite simple, however it is not so straight forward and google has not helped.
I am using ITextSharp to generate pdf on the fly and then saving it to disk and display it using Frame.
I\'m using iTextSharp to print a PDF document. Everything goes ok until I have to print the company logo in it.
I\'m wondering how can I put a header into my PDF file, cause I\'ve tried the tutorials from here: http://itextsharp.sourceforge.net/tutorial/ch04.html
I\'m using iTextsharp library to create PDF files. I can declare for A4 Landscape paper like this: Dim pdfTable As 开发者_如何学JAVANew PdfPTable(9)
I am using iTextSharp to add text to PDF files. The Text Color is usually specified as CMYK, but will require the need to specify spot/special colors.