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

learn more… | top users | synonyms

1
vote
0answers
8 views

add/insert page to existing pdf form fields using itextsharp

Has anyone used itextsharp to add/insert a pdf form to another form and not lose the form fields. I tried it and it doesn't retain the form fields. Thanks!
0
votes
0answers
11 views

Put a watermark on a .pdf document that is only visible when printed and is not visible when viewing the document?

Is there a way to use iTextSharp to put a watermark on a .pdf document such that the watermark is only visible when printed and is not visible when viewing the document?
0
votes
1answer
36 views

iTextSharp copy document, resize to custom size, and center

I've been struggling with this for awhile so thought I would post this for any gurus who might be able to knock out a solution. I have a PDF document that I'd like to copy and when I copy it I would ...
2
votes
2answers
13k views

itextsharp: how do i position a table?

I have created a simple table and i need to position. does anyone have experience with tables in itextsharp? here's my code Private Sub generate_PDF() ...
0
votes
1answer
2k views

Insert HTML directly in PDF using itextsharp

I have WPF application in which user enters some text in rich text box(rtb), I convert that rtb string to HTML and then convert that HTML to image and then insert it in the PDF document using ...
0
votes
1answer
22 views

Insert query values in a cell in iTextSharp

I have managed to generate a pdf using iTextSharp in webmatrix. I have a query shown below: var db = Database.Open("Northwind"); var sql = "SELECT CustomerID, CompanyName, ContactName, Address, ...
0
votes
0answers
13 views

advice to convert html2pdf

I use itextsharp to convert hml codes to pdf. When I try to convert html to pdf I get this Error Infinite table loop; row content is larger than the page (for instance because you didn't scale an ...
0
votes
1answer
32 views

How to add an image to a table cell in iTextSharp using webmatrix

I have made a table with cells and interested in having an image in one of the cell. Below is my code: doc.Open(); PdfPTable table = new PdfPTable(2); table.TotalWidth = 570f; table.LockedWidth = ...
0
votes
2answers
435 views

How to Reading hyperlinks with AnchorText from pdf file “C#”

i have taken the link values from pdf file like (http://google.com) but i need to take the anchor text value i.e)for example click here how to to take the anchor link value text.. i have take the ...
2
votes
2answers
1k views

Create mixed orientation PDF in iTextSharp

I am merging PDF buffers using this code at http://web.archive.org/web/20111012184438/http://alex.buayacorp.com/merge-pdf-files-with-itext-and-net.html [Mirror] My PDFs have mixed page orientation, ...
0
votes
1answer
23 views

iTextSharp throw exception OutOfMemoryException with Larg file

I'm using iTextSharp (5.4.1.0) to merge set of PDF files into one file. In case of having larg file i got System.OutOfMemoryException at the line of closing document [document.Close();] Here is my ...
0
votes
0answers
10 views

itext or itextsharp string with 2 upper and lower rows

This is the reference pdf I am trying to replicate. http://www.depo.com.tw/asp/pdf/R_VW_PASAT_2.pdf I am working on the PDF catalog and I am trying to output something like the above. As you guys ...
3
votes
2answers
29 views

Extra Characters while extracting font family from PDF

while extracting font name from pdf i will get some junk characters followed by plus sign and then the font name with font style. i want to remove the junk characters.only for few pdf i get that junk ...
0
votes
0answers
21 views

Export file to PDF [duplicate]

I'm using iTextSharp component for VB 2010. I am importing image files and office files from the user and converting the imported file into a byteArray. How do I use iTextSharp to export the scanned ...
1
vote
1answer
25 views

using iTextSharp.ShowTextAligned() to add watermark

We want to add a water mark with user email & name on top of our pdf before we send it. I've written code that does that and it is working great. I want to check if this is the best way of doing ...
0
votes
0answers
202 views

itextsharp splitlate not working

Hello I am trying to create a table that has a lot of columns and for that reason the table should span sevral pages in order for all th columns to be visisble. to do this, i am trying to use the ...
0
votes
1answer
21 views

itextsharp set bookmarks to fit page

I'm starting out with itextsharp and I've managed to answer all my questions but one: How are bookmarks set to open to the fitpage zoom/view? I apologize if this has already been answered elsewhere. ...
0
votes
0answers
27 views

ITextSharp support .NET 4.5 [closed]

Just looking to upgrade a ASP.Net Website from 2.0 to 4.5. Are there any known issues with running iTextSharp on .Net 4.5? Thanks in advance!
1
vote
0answers
58 views

Is there any way to convert word file (docx) to TIFF? [closed]

Friends, I want to convert docx or doc file to TIFF on the fly, I tried to convert that using iTextSharp but it seems that iTextSharp's parser it is not compatible to do that. I found ASPOSE but ...
1
vote
1answer
2k views

How Sign a PDF File using a Ceritificate PKCS11, SmartCard-eToken and itextsharp in .NET?

Sorry, but I don't speak english, and I will do my best. I tried to sign a PDF document with a digital certificate from PKCS # 11 type in C #. NET 4.0. As you know such a certificate requires a ...
0
votes
0answers
37 views

Maintain CSS styling when converting HTML to PDF in ASP.NET_2013

Basically i am repeating a question already asked previously sometimes in 2009, now its 2013 and i am having the same problem.I did a lot of research on web but to no avail.I am sure that now the ...
1
vote
2answers
27 views

iTextSharp - Don't display page numbers if only one page

I have a PDF generated using iTextSharp that displays a "Page 1/4" etc. thing in the footer. This all works fine and is implemented using a PdfTemplate that is set in the OnEndPage() method with the ...
1
vote
2answers
4k views

Get thumbnail of PDF page using itextsharp

Using itextsharp, How can I get the thumbnails of Pages and display in a picturebox. there are hundreds of samples on net using iTextsharp but 99% of them are how to create and manipulate PDF not ...
3
votes
1answer
152 views

Position while comparing and extracting text

i have extracted the PDF using itextsharp then converted to html for comparison of two PDF for their stlye. in this i added left and top position for alignment of text. But as soon as i receive ...
6
votes
6answers
7k views

iTextSharp renders image with poor quality in PDF

I'm using iTextSharp to print a PDF document. Everything goes ok until I have to print the company logo in it. First I noticed that the logo had poor quality, but after testing with several images, I ...
0
votes
2answers
10k views

iTextSharp HTMLWorker ParseHTML Tablestyle and PDFStamper

Hi I have succesfully used a HTMLWorker to convert a gridview using asp.NET / C#. (1) I have applied some limited style to the resulting table but cannot see how to apply tablestyle for instance grid ...
0
votes
1answer
34 views

How to avoid duplicate font resources?

I have some code that uses iTextSharp's PdfSmartCopy class to combine multiple smaller PDF files into one big one: FileStream outStream = new FileStream(outputFilename, FileMode.Create, ...
0
votes
0answers
11 views

Using iTextSharp to set CheckType, value is cleared by CheckField call

I have tried iTextSharp versions 5.3.5.0 and 5.4.1.0. I want to set the type of checkbox to square but the property seems to be reset when I call field.CheckField. RadioCheckField field = new ...
0
votes
2answers
4k views

adding new pages to existing pdf using iTextSharp

I have a pdf file with 1 page.Now I want to add two more pages to it with some data or image. I tried this but it doesnot adding new pages : private void addPage() { Document document = new ...
0
votes
1answer
53 views

itextsharp output string with multiple rows

This is the reference pdf I am trying to replicate. http://www.depo.com.tw/asp/pdf/R_VW_PASAT_2.pdf I am working on the PDF catalog and I am trying to output something like the above. As you guys ...
1
vote
1answer
83 views

Convert HTML to PDF in MVC with iTextSharp in MVC Razor

I want to convert HTML to PDF with iTextSharp in MVC Razor. I have tried many ways but can't get proper way. help me!!! Thanks in Advance.
0
votes
2answers
30 views

How can I set XFA data in a static XFA form in iTextSharp and get it to save?

I'm having a very strange issue with XFA Forms in iText / iTextSharp (iTextSharp 5.3.3 via NuGet). I am trying to fill out a static XFA styled form, however my changes are not taking. I have both ...
3
votes
2answers
5k views

Export page content to PDF using a iTextSharp (include buttons and grids)

how to export my aspx page (include buttons and Grids) to PDF? Searching the web I found this component, but it works only with normal html If my page has Grids or Buttons, these do not appear in ...
4
votes
1answer
65 views

How to mask the image in C# using ITextSharp.dll? [closed]

I am newbie to C#.Can anybody provide me with some links or tutorials for the masking of the image using ITextSharp.dll? Any help would be appreciated a lot. Thanks
1
vote
1answer
89 views

export to pdf using itextsharp

I have a .aspx page in which I have a panel and some controls and one gridview. I am trying to take the print of that panel, but the downloaded pdf is empty. I don't know why, could someone explain ...
25
votes
4answers
52k 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.
0
votes
0answers
41 views

iTextSharp generating corrupted PDF in WPF

I am new to programming with iTextSharp. i have an application that writes in PDF file. File is written in word and than saved in PDF (there are 2 pages). My problem is, that when I want to write on ...
1
vote
0answers
27 views

font size and font family comparison

i have extracted a PDF using Itextsharp and converted HTML using span tag. i want compare 2 font family font size. i had used ...
0
votes
0answers
24 views

iText Sharp Throwing XML Error When Field Names Have Two Pound Signs

I'm experiencing a strange error with iText when trying to set the value for a field name that contains two pound signs. The problem is that I do not have control over the original form field names. ...
0
votes
1answer
255 views

Error in converting HTML with images to PDF using itextsharp

In my application first am allowing the user to create html document using CKEDITOR where user can can create html document and can insert image, form fields etc. the generated HTML document is than ...
0
votes
0answers
85 views

How to append a table in PDF using iTextsharp without knowing the exact number of pages the table will produce

I'm using iTextSharp to create a PDF and I'm creating multiple tables that run inline in my code. I won't know how long the table is going to be when I fill it with values from my collection. And I ...
0
votes
0answers
18 views

How to copy image annotation from one pdf to another pdf using iTextSharp without loosing the image?

When copy the image annotation from one pdf file to another pdf file using the iTextSharp, the annotation is copied over except the image.
0
votes
1answer
458 views

Extract text by line from PDF using iTextSharp c#

I need to run some analysis my extracting data from a PDF document. Using iTextSharp, I used the PdfTextExtractor.GetTextFromPage method to extract contents from a PDF document and it returned me in ...
0
votes
2answers
96 views

Need to extract text line by line from PDF using itextsharp and put enter at every end of line

I got this function of itextsharp library to extract pdf text line by line: PdfTextExtractor.GetTextFromPage(reader, page); ...but I need to put ENTER at every line every end of line of pdf even if ...
8
votes
1answer
790 views

Right aligning text in PdfPCell

I have a C# application that generates a PDF invoice. In this invoice is a table of items and prices. This is generated using a PdfPTable and PdfPCells. I want to be able to right-align the price ...
0
votes
1answer
62 views

how to resize a pdf file from legal format to letter format using c#`

I have pdf files exported as legal format and want to convert them to letter format (basically shrink them), each file may have 1 to 3 pages, below is the code I tried but I have these problems: ...
0
votes
0answers
74 views

Using iTextSharp to create a PDF file to look like as the printPreview is

How can I use iTextSharp to create a PDF text as it is in printPreview. For the printPrevier I use e.Graphics.DrawString I want the saved PDF to be the same as it is when I print it.
0
votes
2answers
76 views

Remove Javascript from PDF using iTextSharp

This seems like something that should be quick to do, but in practice there seems to be a problem. I have a bunch of PDF forms that include form fields and embedded javascript. I would like to ...
1
vote
2answers
45 views

Detecting CJK characters in a string (C#)

I am using iTextSharp to generate a series of PDFs, using Open Sans as the default font. On occasion, names are inserted into the content of the PDFs. However my issue is that some of the names I need ...
7
votes
2answers
17k 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 many different options, like: myCell.VerticalAlignment = Element.ALIGN_MIDDLE; ...

1 2 3 4 5 34