I have a problem with some user provided pdf documents.They are created 开发者_JAVA技巧from 3d packages and are basically a HUGE list of vector lines that take and age to render (over 60 secs).
I get this error when creating a PDF from Silverlight with SilverPDF. [TypeInitialization_Type]Argume开发者_运维知识库nts:
I am using itextsharp pdfptables in columns. I have a table that is very long and goes ac开发者_JS百科ross multiple pages. The header, \"XYZ\", repeats as it should but I want the header to be \"XYZ -
Is it开发者_如何学JAVA possible to use itextsharp to convert postscript to a PDF ? If not is there another way to do it in .net ?Converting PostScript to PDF is called \"distilling\". iText and iTextS
I have a fillable PDF form which needs to be programatically filled for each me开发者_开发知识库mber and added to a single pdf document.
I\'m using iTextSharp to sign PDFs. When signing, it stamps the document with 4 fields: who signed, when, reason and location. What I meant to do is to add a field below (or above, that doesn\'t matte
I am using iTextSharp in my application to generate a barcode. Though开发者_如何学C everything is working as I wanted, I need to display the value of the barcode under the barcode like the one showin
I have problem with polish character using itextSharp. I want to create pdf from html. Everything works fine but polish character are missing. I use function lower:
I\'m trying to add a horizontal line on top to divide the header text from the actual values in my pdf file:
I am exporting some data to a PDF and I have been using iTextSharp with a lot of success, but I just hit a wall.