I am dynamically generating a PDF document with iTextSharp. I don\'t know how many pages it will contain. I have managed to create headers and footers on all pages by overriding OnStartPage and OnEndP
We are encrypting our PDF with the following iText code. However, someone was able to edit our pdf (I am not sure how).
Hi guys I have an instance where I have a logo image as part of some artwork.. If a user uploads a new logo I have a form field which is larger than the default logo.
I\'m using iTextSharp for conv开发者_高级运维erting a HTML page to PDF. I\'m making use of the helper class given here and I\'ve also tried to make use of StyleSheet.LoadTagStyle() to apply CSS. But n
I am using the below code to export gridview to PDF form1.Controls.Clear(); form1.Controls.Add(GridView1);
I am merging PDF buffers using this code at http://web.archive.org/web/20111012184438/http://alex.buayacorp.com/merge-pdf-files-with-itext-and-net.html [Mirror]
Our company using iText to stamp some watermark text (not image) on some pdf forms. I noticed 95% forms shows watermark correctly, about 5% does not. I tested, copy 2 original pdf files, one was marke
I am writing the following code in order to create a PDF file with a table in it. Document document = new Document(PageSize.A4, 20, 20, 20, 80);
I want to create a PDF for invoice, I have used iTextSharp\'s DLL, and I am able to create a PDF successfully. I am using Visual C#.NET with ASP.NET.
I have a listener that receives a JMS TextMessage that has pdf content in there. I am doing getBytes(\"Cp037\") since it is coming from mainframe