itextsharp
iTextSharp creation of a pdf from a list of byte arrays
I\'ve got a list of byte[] which i\'d like to concatenate into one byte[] which will be the final PDf.[详细]
2023-01-20 20:13 分类:问答iTextSharp and moving some data to next page
I am creating an invoice using the iTextSharp. That displays nicely but sometime, when invoice items are larger in qty, the summary portion (which displays subtotal, tax, discounts, grand total etc)开[详细]
2023-01-19 13:13 分类:问答Merge encrypted Pdf files with iTextSharp
If I try to merge pdf using iTextSharp with versions 4.0.4 + I get the error \"PdfReader not opened with owner password\". My first solution is downgrade to version 4.0.3 and I\'ll be able to merge fi[详细]
2023-01-19 11:41 分类:问答MVC. Itextsharp write pdf to response
I am generating pdf using itexsharp. I am creating MemoryStream,then when i am trying t write MemoryStream bytesin to response but no luck. When i am executing this code in my controller the pdf not c[详细]
2023-01-18 17:59 分类:问答iTextSharp absolute positioning (GridView)
I\'m having issues with over-lapping tables using iTextSharp. I have multiple tables(from gridviews) that I would like to write to pdf using iTextSharp.[详细]
2023-01-18 16:13 分类:问答Write MS Word Doc using itextsharp library
Can I wri开发者_开发技巧te MS Word document using iTextSharp library? If yes, please give me sample code.No, you can\'t.[详细]
2023-01-17 11:13 分类:问答itextsharp nextcolumn not working
I\'m trying to set up a simple 2 column page, write to the first column, then the second. However the code below places both paragraphs in the second column. The current column trace appears to be cor[详细]
2023-01-16 20:10 分类:问答iTextSharp, Tables, Layout & multiple Pages
I want to create an Invoice with iTextSharp and need to print the Invoice Rows (in one Table) on multiple Pages.[详细]
2023-01-16 15:28 分类:问答C# itextsharp.dll - SVG in PdfPTable
Possible that I would embed SVG images in a PdfP开发者_StackOverflowTable?No, iTextSharp doesn\'t support SVG format. You\'d need to use another library to either convert it to one of the supported fo[详细]
2023-01-16 10:18 分类:问答Does anyone know of an itextsharp migration guide from 4.x to 5.x?
I have just looked at using iTextSharp 5.0, however things like table/cell have been refactored. 开发者_StackOverflow社区I\'m wondering if anyone knows of a clear way to migrate from 4.x to the new ve[详细]
2023-01-16 00:16 分类:问答