Tagged Questions

iTextSharp is a .NET open source library for PDF generation and manipulation.

learn more… | top users | synonyms

31
votes
15answers
6k views

Building PDF Files from HTML with C#

I would like to push some HTML into a library and have it spit out a PDF. Does anyone have experience using the following libraries (or others) to build PDF files in C#? Which have you found to be ...
19
votes
5answers
9k views

iTextSharp - Sending in-memory pdf in an email attachment

I've asked a couple of questions here but am still having issues. I'd appreciate if you could tell me what I am doing wrong in my code. I run the code above from a ASP.Net page and get "Cannot Access ...
11
votes
4answers
18k views

Reading PDF content with itextsharp dll in VB.NET or C#

How can I read PDF content with the itextsharp with the Pdfreader class. My PDF may include Plain text or Images of the text.
9
votes
4answers
6k views

ITextSharp HTML to PDF?

I posted a question here a few weeks ago asking about an alternative to creating .fdf files to fill in pdf documents and someone here pointed me to ITextSharp. It's working like a champ so thanks for ...
9
votes
4answers
29k views

Render PDF in iTextSharp from HTML with CSS

Any idea how to render a PDF using iTextSharp so that it renders the page using CSS. The css can either be embedded in the HTML or passed in separately, I don't really care, just want it to work. ...
8
votes
2answers
201 views

How do I save an edited pdf?

I would like to save a edited pdf template. How do I do that? using (MemoryStream ms = new MemoryStream()) { PdfReader reader = new PdfReader("~/Content/Documents/Agreement.pdf"); ...
8
votes
10answers
906 views

Creating something printable in C#

Just wondering if anyone could tell me of a simple way to create files for printing? At the moment I'm just scripting HTML, but I'm wondering if there isn't some easier way of doing it that would give ...
8
votes
3answers
3k views

Is the iTextSharp DLL free to use and redistribute with my web application project?

Is the iTextSharp DLL free to use and redistribute with my web application project which i will be selling?
8
votes
4answers
2k views

LaTex for .NET

I am using ItextSharp to generate PDF. Part of our output, we have a lot of math related content. Maybe we can use some kind of Latex library to feed the result to ItextSharp to produce PDF. I have ...
7
votes
7answers
400 views

.NET library for typesetting documents (PDF or similar)?

EDIT: Better explanation: Before setting a bounty for this question I want to state clearer what I need: I need .NET library for generating printable documents. Users should be able to print exactly ...
7
votes
6answers
5k views

How to return PDF to browser in MVC?

I have this demo code for iTextSharp Document document = new Document(); try { PdfWriter.GetInstance(document, new FileStream("Chap0101.pdf", FileMode.Create)); ...
6
votes
5answers
591 views

split huge 40000 page pdf into single pages, itextsharp, outofmemoryexception

I am getting huge PDF files with lots of data. The current PDF is 350 MB and has about 40000 pages. It would of course have been nice to get smaller PDFs, but this is what I have to work with now :-( ...
6
votes
2answers
2k views

Generate PDF with iTextSharp

I am trying to add an image to the top of every page on an existing PDF. I have tried using PdfStamp but for some reason when I try to print the pdf from Chrome all I get is a black page. Also Adobe ...
6
votes
1answer
6k views

iTextSharp is missing HeaderFooter class

This is weird, I am currently using iTextSharp and I want to add a Header & Footer to my PDFs. In all the examples they simply create a new HeaderFooter() object. However, I have iTextSharp ...
6
votes
3answers
5k views

c# itextsharp PDF creation with watermark on each page

I am trying to programmatically create a number of PDF documents with a watermark on each page using itextsharp (a C# port of Java's itext). I am able to do this after the document has been created ...
6
votes
3answers
4k views

iTextSharp international text

I have a table in asp.net page,and trying to export it as a PDF file,I have couple of international characters that are not shown in generated PDF file,any suggestions, Thanks in advance
6
votes
5answers
14k views

itextsharp extract images

I have been using this code with great success to pull out the first image found in each page of a PDF. However, it is now not working with some new PDFs for an uknown reason. I have used other ...
6
votes
3answers
19k views

How can I insert an image with iTextSharp in an existing PDF?

I have an existing PDF and I can use FdFWriter to input to text boxes. It works well. Now I have an image. I have read the documentation and looked at many examples but they all create new ...
6
votes
4answers
2k views

Printing from web applications

How do you generate paper-prints from a web application? Specifically I am thinking about more complex paper documents like diplomas, invoices and contracts. Variable number of pages with frames, ...
5
votes
4answers
201 views

PDF Compression

I am currently trying to recompress a pdf that has already been created, I am trying to find a way to recompress the images that are in the document, to reduce the file size. I have been trying to ...
5
votes
2answers
646 views

how to use iTextSharp?

So, I need a PDF generator for my ASP.NET application. I downloaded iTextSharp because it seems to be the most popular free one. But after searching the internet I am not really finding the ...
5
votes
3answers
3k views

iTextSharp how to rotate/switch page from landscape to portrait

I'm using iTextSharp to merge multiple PDF files into a single Pdf. I found a code sample or two on the web as to how to accomplish this task. They all work, with no apparent issues, as I'm able to ...
5
votes
4answers
2k views

iTextSharp to generate PDF from WPF FixedDocument

I have a simple WPF app that displays and prints some reports with a FixedDocument. How can generate PDF's from that, with a free and open solution, such as iTextSharp?
5
votes
3answers
8k views

Documentation for iTextSharp

Can somebody provide a link to documentation (class XML documentation) for iTextSharp ? I tried Google with no result... I only found JavaDoc documentation for iText. Also when I was working with ...
5
votes
3answers
7k views

Image auto resizes in PdfPCell with iTextSharp

i'm having a weird problem with images in iTextSharp library. I'm adding the image to the PdfPCell and for some reason it gets scaled up. How do i keep it to original size? Here's the image of the PDF ...
5
votes
3answers
601 views

.NET version or port of Flying Saucer

Is there any open source .NET project (or port) similar to the Flying Saucer project which renders HTML to PDF using iText?
5
votes
4answers
1k views

Create PDF in memory instead of physical file

How do one create PDF in memorystream instead of physical file using itextsharp. The code below is creating actual pdf file. Instead how can I create a byte[] and store it in the byte[] so that I ...
5
votes
1answer
2k views

Can iTextSharp rasterize/export to JPEG or other image format?

I need to be able to export PDF's that I am creating to JPEG, so that users can have a screenshot/thumbnail of the end product, which is faster than opening the whole PDF. I am running this on an ...
5
votes
2answers
3k views

Merging/filling pdf form file with xml data

Let's say I have a pdf form file available at website which is filled by the users and submitted to the server. On the server side (Asp.Net) I would like to merge the data that I receive in xml format ...
5
votes
1answer
5k views

itextsharp set a document horizontal page a4

how can i set a document in a4 horizontal format in itextsharp? thanks
5
votes
2answers
1k views

Get list of supported fonts in ITextSharp

I'm working with ITextSharp for a project and am looking for a reasonable way to get a string list of different fonts it has available for use. I thought maybe I could just use reflection and loop ...
5
votes
2answers
4k views

How to add a form field to an existing pdf with itextsharp?

How to add a form field to an existing pdf with itextsharp? I have an existing pdf document, I'd like to add form fields to it without creating a copy and writing out a new document.
5
votes
5answers
14k views

iTextSharp - Convert word doc/docx to pdf

I understand iTextSharp can be used for converting a document to pdf. But first we have to create a document from scratch using iTextSharp.text.Document and then adding elements to this document. ...
5
votes
2answers
3k views

iTextSharp: Tile Image in Table Cell

I'm trying to tile an image or background image in a table cell in iTextSharp. The closest I have gotten is to attach an image directly to the cell using a PdfPTable and PdfPCell. tempCell = new ...
5
votes
3answers
21k views

iTextSharp Creating a Footer Page # of #

I'm trying to create a footer on each of the pages in a PDF document using iTextSharp in the format Page # of # following the tutorial on the iText pages and the book. Though I keep getting an ...
4
votes
1answer
187 views

Reading PDF File Using iTextSharp

I'm using C# as programming platform and iTextSharp to read pdf content. I have used the below code to read pdf content but it seems it read per page. public string ReadPdfFile(object ...
4
votes
3answers
553 views

How to merge multi pdf pages into single page (can be using ITextSharp or .NET, C#, VB.NET)?

I have a problem when I'm working with image PDF files (PDF file with image only, no text), thank in advance for any answer :): There are two PDF files img1, img2 (one A4 page per file), and I want to ...
4
votes
1answer
438 views

C# - How to: Open PDF, highlight search-results, and save highlighting back to PDF

I'm using itextsharp.dll. How do I search and highlight text in the pdf file? After highlighting the text in pdf, I want to save the highlighted pdf file such that when the PDF is re-opened, it is ...
4
votes
1answer
1k views

Adding Image watermark to Pdf while Creating it using iTextSharp

Wonder if this possible. Saw many posts on adding watermark after the pdf is created and saved in disk. But during creation of document how do i add a image watermark. I know how to add a image to ...
4
votes
2answers
1k views

iTextSharp-generated PDFs now cause Save dialog in Adobe Reader X

I have been using iTextSharp to generate PDF documents for over a year. Unfortunately, with the release of Adobe Reader X, my PDFs now cause a "Do you want to Save?" dialog to appear when closing the ...
4
votes
1answer
838 views

itextsharp measure chunk width / height

I am trying to do some precise alignment with iTextSharp, but I keep falling short as I can't figure out a way to get a width / height value for a chunk or paragraph. If I create a paragraph that ...
4
votes
3answers
2k views

Itextsharp text extraction

I'm using itextsharp on vb.net to get the text content from a pdf file. The solution works fine for some files but not for other even quite simple ones. The problem is that the token stringvalue is ...
4
votes
2answers
5k views

ITextSharp PdfCopy use examples

I am trying to use PdfSmartCopy from ItextSharp but I cannot find any relevant examples in c#. The ideea is that I have a pdf containing form fields and the fields add 700kb to the size of the pdf ...
4
votes
1answer
760 views

Get height of text in PDF AcroField

Is there any technique to calculate the height of text in AcroField? In other words, I have a template PDF with a body section that I want to paste my long text into and I want to get the height of ...
4
votes
1answer
5k views

iTextsharp, PdfPCell.VerticalAlignment and PdfPCell.HorizontalAlignment

Im trying to figure out how to get my text inside a PdfPCell to show in the middle. I have tried mny diffrent options, like: myCell.VerticalAlignment = Element.ALIGN_MIDDLE; myCell.VerticalAlignment ...
4
votes
1answer
1k views

iTextSharp add pre-existing PDF as a layer to another PDF

I have reports that are being converted into PDFs. Some of these reports have information missing simply because we don't track it. I have created another PDF with the shell of the report and placed ...
4
votes
3answers
492 views

Populate Multiple PDFs

I am using itextsharp to populate my PDFs. I have no issues with this. Basically what I am doing is getting the PDF and populating the fields in memory then passing back the MemoryStream to be ...
4
votes
1answer
3k views

How to calculate the correct image size in out pdf using itextsharp?

I' am trying to add an image to a pdf using itextsharp, regardless of the image size it always appears to be mapped to a different greater size inside the pdf ? The image I add is 624x500 pixel ...
4
votes
3answers
3k views

Extracting image from PDF with /CCITTFaxDecode filter

I have a pdf that was generated from scanning software. The pdf has 1 TIFF image per page. I want to extract the TIFF image from each page. I am using iTextSharp and I have successfully found the ...
4
votes
3answers
2k views

iTextSharp 5.0: Tables with rounded corners

I was wondering what would be the best approach for creating tables in a pdf that have rounded corners using the iTextSharp library. Thanks

1 2 3 4 5 17