Tagged Questions
iText: Java PDF creation and manipulation.
18
votes
10answers
56k views
Using itext to convert HTML to PDF
Does anyone know if it is possible to convert a HTML page (url) to a PDF using itext?
If the answer is 'no' than that is OK as well since I will stop wasting my time trying to work it out and just ...
12
votes
4answers
1k views
Does anyone know of a fork of iText?
Now that iText has gone AGPL, I'm assuming someone is going to take the old (2.1.7 or 4.2.0) code and fork it to keep an LGPL version going. Does anyone know of such a fork already started?
9
votes
3answers
5k views
iText 5.0.0 where did RTF and HTML go?
This question may seem stupid, but, so be it! I have a stupid problem then :-). Well, my problem is this : using this code
//PDF generation
PdfWriter.getInstance(document,
new ...
8
votes
9answers
4k views
How do you create a PDF from XML in Java?
At the moment, I'm creating an XML file in Java and displaying it in a JSP page by transforming it with XSL/XSLT. Now I need to take that XML file and display the same information in a PDF. Is there a ...
7
votes
3answers
664 views
Java PDF manipulation and rendering
I am hoping for this question to become a comprehensive guide to PDF manipulation and rendering in Java. I have a fairly comprehensive implementation by stitching together multiple open source ...
6
votes
4answers
1k views
PDF Report generation
EDIT : I completed this project using ABCpdf. For anyone interested, I love this product and their support is A+. Everything I listed as a 'Con' for the HTML -> PDF solution was easily doable in ...
6
votes
4answers
1k views
Are there any credible alternatives to iText for programmatic PDF generation within Java?
Anyone come across anything else that is similar or close in quality/features?
Cheers.
6
votes
11answers
5k views
Are there any Java PDF creation alternatives to iText?
I am trying to render about 100,000 - 80 column records through FOP and it tanks pretty much everytime (OutOfMemoryException). I know iText could handle that kind of load but I can't use it because of ...
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
1answer
134 views
How to solve pdf header signature not found error?
I'm using iText in my java program for editing an existing pdf.The generated pdf could not open and it shows pdf header signature not found error.I'm using both my input and output file in a same ...
5
votes
4answers
338 views
Extract Image from PDF using Java
i am working the a project. what i need to do is extract image from PDFs file. it is a bit
different from the similar questions. the PDFs are like these. Documents are printed out
first, then they ...
5
votes
1answer
514 views
How can I remove all images/drawings from a PDF file and leave text only in Java?
I have a PDF file that's an output from an OCR processor, this OCR processor recognizes the image, adds the text to the pdf but at the end places a low quality image instead of the original one (I ...
5
votes
1answer
618 views
Concatenate PDFs and preserve Extended Features in Acrobat Reader
We are using iText to automatically fill in form fields on a number of documents and then concatenating those documents into one resulting PDF.
Adobe has introduced the Extend Features in Acrobat ...
5
votes
1answer
152 views
Is this a correct iText design?
I´m making some pdf reports to be used on a web app.
I wonder if the way I´m taking to make the designs is appropriated.
This would be a screenshot of the way I´m doing the things.
As you can see, ...
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
5answers
7k views
iText - add content to existing PDF file
I want to do the following with iText:
(1) parse an existing PDF file
(2) add some data to it, on the existing single page of the document (such as a timestamp)
(3) write out the document
I just ...
5
votes
3answers
1k views
Java image scaling
I am outputting images to a PDF file using iText. The images always appear larger than they are supposed to. According to the book (iText in Action), this is because iText always displays the images ...
5
votes
3answers
5k views
Using iText (iTextSharp) to populate XFA form fields in PDF?
I need to populate XFA form fields in a PDF (created with Adobe LiveCycle Designer). We're attempting to use iText (actually iTextSharp with C#) to parse the PDF, populate the XFA fields and then ...
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 ...
5
votes
2answers
7k views
Vector graphics in iText PDF
We use iText to generate PDFs from Java (based partly on recommendations on this site). However, embedding a copy of our logo in an image format like GIF results in it looking a bit strange as people ...
5
votes
8answers
367 views
Should I dynamically recreate a PDF, rather than store it in either the database or the filesystem?
I need customers to be able to download PDFs of letters that have been sent to them.
I have read the threads about database vs filesystem storage of documents or images, and it does sound like the ...
4
votes
5answers
477 views
Page count of Pdf with Java
at the moment I am using itext to read the page count of a pdf. This takes quite long because the lib seems to scan the whole file.
Is the page information somewhere in the header of the pdf, or is a ...
4
votes
2answers
523 views
Flying Saucer in Lotus Notes
I was trying to convert simple XHTML-files to PDF, and used Flying Saucer and iText to do so. It worked without problems in Java, however, when I tried to make a Lotus Notes agent with the same code, ...
4
votes
1answer
171 views
To what extent do I need to release my SaaS code using iText with the AGPL v3 license?
I'm seeing conflicting arguments over the terms in the license, what constitutes a "modified version" and what constitutes a "covered work".
My SaaS product is licensed to customers, I would like to ...
4
votes
1answer
354 views
How to set up pdftk or iText to work with Rails 3 on Heroku?
I'm trying to find a way to inject FDF file content into a fillable PDF file (provided by customer and not supposed to be 're-drawn' using Prawn or PDFKit), and I think I have to use either iText(with ...
4
votes
3answers
437 views
How to downgrade arbitrary PDF file to version PDF-1.2?
I have some user generated PDF files. Typically the files are be generated with Word, but they could be just a about any kind of valid PDF file. I'd like convert the file to version PDF-1.2 if they ...
4
votes
2answers
663 views
Split one PDF page into two
i want to split one wide PDF page into two PDF pages. My original page is wide as two A4 page size but height is normal(for A4). I trying to use IText but with no effects. Thanks for attention.
4
votes
5answers
690 views
PDF Generation Library for Java
I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my current project.
My requirements
on-the-fly generation of PDF documents (mainly order ...
4
votes
2answers
2k views
Can I use a previous version of iText(Sharp) under the LGPL?
I'd like to use iTextSharp for PDF manipulation. I need it to run under medium trust (webserver) and to be free of charge (sice this is a very small project), therefore there is not much competition.
...
4
votes
4answers
11k views
Read pdf using iText
I am getting problem to read pdf files using iText in java. I can read only one page but when I go to second page it gives exception.I want to read all the pages of any pdf file.
PdfTextExtractor ...
4
votes
2answers
3k views
itext positioning text absolutely
In itext I have a chunk/phrase/paragraph (I dont mind which) and I want to position some where else on the page e.g. at 300 x 200. How would I do this?
4
votes
4answers
495 views
Where to get Certificate for digitally signing PDFs?
I'm working on a Java application that uses iText to digitally sign PDFs that will be made available online. I have been able to sign the documents with a test cert I obtained from GlobalSign and it ...
4
votes
4answers
15k views
How to add total page number on every page with iText?
How to add the total page number on every page with iText?
4
votes
2answers
4k views
Create destinations for all bookmarks in a PDF file with iText API
I'd like to write some Java code that takes a PDF document, and creates named destinations from all of the bookmarks. I'm thinking that the iText API is the easiest way of doing this, but I have never ...
3
votes
1answer
46 views
Is it possible to make page transition(similar to a PowerPoint presentation) in pdf files using iText without database connectivity?
Recently i saw in iText website that we can make page transition for pdf file similar to powerpoint presentation (i.e)dissolving, glittering the pages and so on. But they give few examples regarding ...
3
votes
1answer
104 views
Using less memory filling an PDF Form, with flattening, using iText
I have a web application that uses a couple of PDF forms to create documents of up to 500 pages; each form is one page and has 40-50 fields on it. The completed document is display-and-print only, ...
3
votes
2answers
67 views
CSS Print Mode - Div at bottom of final page
I have a HTML page with a CSS print layout where I want one of the divs, to always appear at the bottom of the final printed page without overlapping any of the other pages.
I've tried various ...
3
votes
6answers
252 views
How do I draw graphics to PDF using iText?
I am trying to complete an example that draws graphics and writes them to PDF, but I keep getting errors that the PDF has no pages. if I add something simple with document.add() after opening it works ...
3
votes
1answer
225 views
chart location of pie chart in iText pdf in java
I'm creating a pie chart using jFreechart and add the chart in pdf created in iText. The problem is chart is always added at the bottom of the page and not after the last line.
A sample code for ...
3
votes
1answer
211 views
Converting the zoom level of all links in a PDF document
I have a document in PDF format. The document consists of several chapters, sections, etc.
Within the text, there are references to other chapters or sections; for instance:
We will see in ...
3
votes
2answers
507 views
How to set a background color of a Table Cell using iText?
While it is of course possible to use BaseColor, by default, it offers very limited choices.
I wonder how can i add my own custom color to the document?
...
PdfPTable table = new ...
3
votes
2answers
781 views
Japanese/Chinese text in pdf using iText Java
I need to add japanese/chinese text from xml web response to pdf using iText in java. I tried the following code after copying the KozMinPro-Regular.ttf to my c:\WINDOWS\Fonts folder but failed.
Font ...
3
votes
4answers
577 views
How can I extract images and their metadata from PDFs?
Is it possible to use Java to extract images from a PDF file and export them to a specific folder without losing their original creation and modification dates? I tried to achieve this goal by using ...
3
votes
1answer
388 views
How to create a PDF with multiple pages from a Graphics object with Java and itext
I have an abstract class with an abstract method draw(Graphics2D g2), and the methods print(), showPreview(), printPDF(). For each document in my Java program, I implement draw(), so I can print, ...
3
votes
2answers
878 views
Some pdf file watermark does not show using iText
Our company using iText to stamp some watermark text (not image) on some pdf forms. I noticed 95% forms shows watermark correctly, about 5% does not. I tested, copy 2 original pdf files, one was ...
3
votes
5answers
939 views
Find position of a string in a PDF file and then manipulate it
I need to write a little utility that search for a string in a PDF file and then place an image on the string.
I just realized iText cannot achieve the task of search the position X,y of a string in ...
3
votes
1answer
489 views
Using a stylesheet with iText, possible?
Does iText provide/support for any kind of styling sheet?
What I mean is, like in Apache FOP, the data is represented in the XML and the formatting is programmed in the XSL. So then we pass the XML ...
3
votes
1answer
4k views
iText + HTMLWorker - How to change default font?
I have to create PDF file from HTML source. Currently, I'm coping with problem concerning special (polish) characters in output file, precisely with their lack.
HTML source:
<html ...
3
votes
3answers
1k views
How to use iText to add a watermark using an embedded font
I've several pdf/a documents with some embedded fonts, now I've to post-process these documents using iText to add a watermark.
I know that it's possible to embed a font with iText:
BaseFont bf = ...
3
votes
1answer
327 views
Allow signing of pdf using iText
I'm trying to allow signing for a pdf using iText and Java. I'm not interested in actually signing it, just enabling the "Signing" flag as seen in the image below. Also, I don't need the signing to ...