All of the examples I have seen so far using ITextSharp start from scratch and create a new document, add something to it and close it.
I\'m using iTextSharp at the moment and I would like to use a custom font. Here\'s what I have so far:
I\'m creating a PDF using iTextSharp and after adding all my pages, I want to be able to add a table of contents at the beginning.Is there a way to \"rewind\" the PDFWr开发者_运维问答iter?
I have a size problem with some PDFs that I build with Itextsharp and C#. Indeed each page is only an image, wide as the page, that I create thru GetInstance from a bitmap, and then Set on the page af
Basically, I want to combine a string with a barcode into a single cell using iTextSharp. From the code below it is the following two lines:
I am using ItextSharp and I am getting a new font for it by doing this stringfontPath = Path.GetFullPath(\"C:\\\\BMSApplicationFiles\\\\Fonts\\\\FREE3OF9.TTF\");
In my ASP web application开发者_StackOverflow, i need to convert my report as a PDF file. In my previous ASP.net application i have done it by using \"itextsharp\". Can anyone guide me how to use itex
with version 5, iText has been split into two branches - iText PDF & iText RTF. 开发者_开发问答
Let\'s say I\'ve loaded a PDF file using iTextSharp: PdfStamper p 开发者_C百科= GetDocument(); AcroFields af = ps.AcroFields;
class mineTest { string pdfTemplate = @\"c:\\us.pdf\"; public mineTest(Customer c, string output) { StreamReader sr = new StreamReader(pdfTemplate);