itextsharp
Add a page to PDF document using iTextSharp
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:[详细]
2023-01-24 13:06 分类:问答ASP.Net Control Button PostBack is causing redirection, when I don't want it to at all (print button)
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.[详细]
2023-01-24 01:43 分类:问答itext nested table width
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.[详细]
2023-01-23 14:44 分类:问答ITextSharp - merge two pdfs in a single page
i will put this question in simple terms. I have this pdf: _____ |abcd | _____| And this one: _____ |1234 |[详细]
2023-01-23 10:26 分类:问答append image to EXISTING pdf using itextsharp
The following code is very good at putting a single page into a pdf. It does not work for subsequent pages.[详细]
2023-01-23 06:22 分类:问答iTextSharp - How to add a PDFPRow to a PDFPTable?
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.[详细]
2023-01-22 15:05 分类:问答Crop/resize a page after adding content?
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[详细]
2023-01-22 07:45 分类:问答itext pdf help in fx20
Why wouldn\'t the following work? phrase.AddAll(new ICollection<Chunk>[] { noteChunk, noteAttributeChunk });[详细]
2023-01-21 18:24 分类:问答PageStamp.AlterContents() NullReferenceException
this is the problem: i\'ve got this piece of code... It keeps throwing a NullReferenceException at the[详细]
2023-01-21 14:27 分类:问答How to create single PDF document with both portrait and landscape page using iTextSharp
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[详细]
2023-01-21 13:30 分类:问答