I have a web page that allows a user to view a pdf and print pdf. The print pdf is a copy of the display pdf and i am using ItextSharp to inject the javascript to allow auto printing. I have a method
I have a ready made PDF, and I would need to modify the trimbox, bleedbox with SetBoxSize and use the setPDFXConformance. Is there a way to do this?
So, I\'m trying to simply add a text annotation to a pdf at the top left corner of a pdf document. Current code is like this:
I am trying to conver开发者_StackOverflow中文版t object of type iTextSharp.text.Image back to System.Drawing.Image.
I am filling the data for a fillable pdf using iTextsharp. There are n number of checkboxes in the pdf form. I have set the value for the check boxes using \"Yes\" or \"No\". This works fine. But some
I Need to conve开发者_运维百科rt doc/docx to pdf with iTextSharp.dll. May i know how can i do that?
I\'m using itextsharp on vb.net to get the text content from a pdf file. The solution works fine for some files but not for other even quite simple ones. The problem is that the token stringvalue is s
I\'m looking for iTextSharp like auto hyphenation support in cre开发者_Go百科ating PDF. I couldn\'t find anything related in Zend Docs.
I am trying to create a PDF using iText. I am trying to add a header that will appear on every page, but I want add som开发者_StackOverflowe text like the report name that will be different for every
I was able to add an attachment to my PDF: PdfFileSpecification specification = PdfFileSpecification.FileEmbedded(writer, name, name, null);