I would like to add a page to an existing PDF document containing simple text. I have tried the following code that I found on the internet, but so far I haven\'t got it to work:
here\'s how my scenario is created. I click a button which produces a pdf via iTextSharp. I then click \'Cancel\' on the pop-up dialog.
Is there a way to control the width of 开发者_JAVA技巧a nested table? It seems to default to the width of the outer table for me.
i will put this question in simple terms. I have this pdf: _____ |abcd | _____| And this one: _____ |1234 |
The following code is very good at putting a single page into a pdf. It does not work for subsequent pages.
I would like to add an array of PDFPCells to a PDFPRow, then add the PDFPRow to a PDFPTable, but I can\'t seem to f开发者_如何学Cind a method within PDFPTable for this.
I\'m wondering if the dimensions of a page can be altered after content has been added to it? I\'m creating a PDF document in code using iTextSharp, and placing some content on a page. I\'ll only kno
Why wouldn\'t the following work? phrase.AddAll(new ICollection<Chunk>[] { noteChunk, noteAttributeChunk });
this is the problem: i\'ve got this piece of code... It keeps throwing a NullReferenceException at the
I have been able to create portrait pages, and landscape pages in separate documents, but now 开发者_JAVA技巧require to do this in one document.I am using ITextSharp library and the document.setpagesi