Tagged Questions

0
votes
0answers
3 views

Embed font into PDf file by using iText

Hi, I defined a tag map, and got a xml data file. I want to convert the xml data file to PDF by using iText. The question is how to embed fonts (e.g. polish font, chinese font) in …
0
votes
0answers
6 views

How can I use revisions to avoid invalidating digital signatures in a PDF?

Using Acrobat 9, if I sign a PDF using a self-signed certificate and then edit the PDF after I sign it, Acrobat will inform me that there is a valid signature on the document but t …
0
votes
2answers
16 views

java PdfTextExtractor.getTextFromPage(Unknown Source)

Hello i have trouble with parsing a pdf when the iterator reaches page 11 an exception is throw. Any ideas? Thanks Here's my code: import java.io.*; import java.nio.charset.Cha …
0
votes
2answers
38 views

Reading a PDF document with iText not working sometimes

I am using iText to read from a PDF doc. I am getting an ArrayIndexOutOfBoundsException. The strange thing is it only happens for certain files and at certain locations in those fi …
3
votes
4answers
55 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 …
0
votes
1answer
913 views

Adding a dynamic image to a PDF using ColdFusion and iText

I pieced together some code to insert a dynamic image into a PDF using both ColdFusion and iText, while filling in some form fields as well. After I got it working and blogged abou …
0
votes
6answers
101 views

Java: how to write out PDF to a text file?

When I open a PDF file and write the content to a text file the content from the text file is messed up. I think it's because of the encoding. From what I understand the JVM sets t …
2
votes
2answers
167 views

How to write content into pdf use iText ?

Right now i use iText to generate a pdf automatically. And my problem is that when the content is really very large, i need to calculate the content's height and width, and then ad …
0
votes
0answers
27 views

Can you set a background imaged to a PdfPTable when using iText

I am using iText to generate Pdf Reports for data in a database... The header of the pages of the pdfs is an image with some text on the image added dynamically, say for example d …
0
votes
1answer
21 views

Writing to DirectContent with ColumnText does not update PdfDocument.GetVerticalPosition

Im using ITextSharp to generate a PDF, and have a situation where a need to use DirectContent via a ColumnText. The problem is, that after writing text via the ColumnText object, …
0
votes
1answer
925 views

iTextSharp Creating a Footer Page # of #

Hi, 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 …
0
votes
0answers
38 views

itext multiline text in bounding box

Hi. Does anyone know, how to, in iText, add multiline text in bounding box (with coordinates specified). I tried cb.showTextAligned(PdfContentByte.ALIGN_LEFT, text, bounds.getLe …
0
votes
0answers
32 views

GroupLayout-like library for iText

Hi. I was wondering whether there is a library that would provide javax.swing.GroupLayout-like ability to lay-out things (e.g. text boxes)? Or Maybe PDF itself supports such layout …
0
votes
0answers
30 views

itextsharp “Object reference not set to an instance of an object” error

I have the following code. In my dev enviroment I am not getting any erros but in my production enviroment I do. ... private Document _pdf; public Report() { …
0
votes
1answer
65 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?

1 2 3 4 5 next
15 30 50 per page