I currently have the following class that I\'m trying to add a Hashtable of metadata properties to a PDF.The problem is, even though it appears to assign the hashtable to the stamper.MoreInfo property
I use jboss seam iText module to generate a sample pdf file, which by default renders with a page magnification of 143%. When I take a prin开发者_如何学运维t out, the output doesn\'t occupy the entire
I am designing reports using freemarker, I have a problem where I need the processed output in a PDF format.
string pdfTemplate = @\"Trust App form.pdf\"; string newFile = @\"Trust App form Completed.pdf\"; PdfReader pdfReader = new PdfReader(pdfTemplate);
I\'m successfully creating a PDF document from a DataTable via iTextSharp, but I can\'t get the layout in a desireable format.
I am making a one application in which I capture an image from camera and make the pdf out of it. But the quality of image is poor. So I want to set the brightness and contrast of the image.
I have an old project that is using iTextSharp library for PDF generation. iTextSharp DLL is added as reference to the project. iTextSharp was originally available under the LGPL licence. Some time ag
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
After a bit of research I\'ve come across the following methods of securing PDF files: Password security
As part of a project I\'m undertaking, I need to try and merge a number of PDFs I have and place consecutive page numbers on each (which may not start from 1). Ideally, I need to be able to call this