I\'m using iTextSharp to generate PDFs. I\'ve added a test method below that makes a simple page with one paragraph. It works, the PDF is generated, however, sometime after the PDF is sent to the brow
I am trying to create a PDF using iTextSharp library (version 4.1.2.0). At the top of the document, I want to add a logo, horizontal line and - below the line - some text (title).
How can I create an exact copy of a pdf file found on开发者_运维问答 my server using itextsharp and save it under a different name. I will basically end up with 2 files with the same content but diffe
I am using Jasper reports for a project that needs both PDF and CSV output and the majority of the data is the Detail section, within a table.I know you can remove the pageHeader and columnHeader at t
I am looking at the feasibility of creating something using C# and iTextSharp that can take a PDF template and replace various place holder values with actual values retrieved from a database.Essentia
I would like to use data from a form and add to my pdf template.I use th开发者_JAVA百科e following for textfields...
I\'ve to print text to a PDF file. Th开发者_JAVA百科is text must not exceed a width, like a textbox where the text wraps. I\'m using iText with Visual Basic .NET.You are looking for ColumnText in iTex
I would like to save a edited pdf template.How do I do that? using (MemoryStream ms = new MemoryStream())
I\'m currently trying to make itextsharp generating PDF file into the browser using .NET framework.. and yes, I\'m using VB.net instead of C# here...开发者_如何学JAVA
I am using Itextsharp version 5.0.6 to convert Asp.net page into PDF. I am not able to create the PDF from the HMTML string with the css. If any one knows how to do with css please help me.