I defined a tag map, and got a XML data file. I want to convert the XML data file to PDF by using iText. The q开发者_开发知识库uestion is how to embed fonts (e.g. Polish font, Chinese font) into the t
I am using iText to read from a PDF doc. I am getting an ArrayIndexOutOfBoundsException. The strange thing is it only happens for certain files and at certain locations in those files. I suspect it\'s
Using Acrobat 9, if I sign a PDF using a self-signed certificate and then edit the PDF after I sign it, Acrobat will inform me that there is a valid signature on the document but that the document als
Hello i have trouble with parsing a pdf when the iterator reaches page 11 an exception is throw. Any ideas? Thanks
I am using iText to generat开发者_运维技巧e Pdf Reports for data in a database... The header of the pages of the pdfs is an image with some text on the image added dynamically, say for example date g
I have the following code. In my dev enviroment I am not getting any erros but in my production enviroment I do.
I have written C# code to save product specifications to a PDF document using iTextSharp, mainly with PdfPTable and Chunks/Paragraphs in the PdfPCells. However, I have been told that the output is una
Im using ITextSharp to generate a PDF, and have a situation where a need to use DirectContent via a ColumnText.
I have been playing about with iText to try get a list of embedded fonts used in an external PDF.开发者_开发技巧 Am i missing something or is this just not very well documented? Could anyone explain i
I am getting problem to read pdf files using iText in java. I can read only one page butwhen I go to second page it gives exception.I want to read all the pages of any pdf file.