Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-27 Thread 1T3XT info
hansgeerdink wrote: > Sorry, that was a leftover from a test I did to find out where the data > went... :confused: Does changing the sign solve the problem? Or is there still another problem unrelated to the sign? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.i

Re: [iText-questions] Merge of detached signature

2010-01-27 Thread java-chris
Hello Andreas, im on the same issue here. When you talk about " store the half-baked pdf on the disk ". Im trying to do that by making some serialization on the Stamper but nothing is serializable in ITEXT. So , im trying to do this way. [CODE] // write the current file.

Re: [iText-questions] Form fields via ColumnText and getFieldPositions()

2010-01-27 Thread hansgeerdink
Sorry, that was a leftover from a test I did to find out where the data went... :confused: 1T3XT info wrote: > > hansgeerdink wrote: >> ct.setSimpleColumn(position[1],-position[2],position[3],-position[4]); >> System.out.println(position[1]+"\t"+position[2]+"\t"+position[3]+"\t"+position[4]+"\t

[iText-questions] Possible bug in function ComputeOwnerKey (PdfEncryption.cs, PdfEncryption.java)

2010-01-27 Thread smilyface
Hi, I'm a developer from the PDFCreator team. We are using itext and I think I found a bug in the function ComputeOwnerKey PdfEncryption.cs, PdfEncryption.java). I have created some files with Ghostscript and want to open them with itext. But if I use encrypted pdfs (EncryptionRevision=3; KeyLen

Re: [iText-questions] "Unknown Source" is such a bad thing?

2010-01-27 Thread Cameron Laird
On Wed, Jan 27, 2010 at 5:22 PM, Mark Storer wrote: > I suggest you try that tool commad with a more recent version of iText. > 1.4.5 is a bit long in the tooth. > > > ... > 1.4.5 seems to be the one currently packaged for Ubuntu. I appreciate your suggestion that an update might be in order.

Re: [iText-questions] Search in PDF

2010-01-27 Thread Mark Storer
I suspect that the "flowpara" text has been converted to path information rather than actual PDF strings. Can we see the PDF? --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Message- > From: EBCTO [mailto:dhubhara...@

Re: [iText-questions] "Unknown Source" is such a bad thing?

2010-01-27 Thread Mark Storer
I suggest you try that tool commad with a more recent version of iText. 1.4.5 is a bit long in the tooth. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; -Original Message- From: Cameron Laird [mailto:claird.visipr...@gmail.com] Se

Re: [iText-questions] Extract jpeg image color problem

2010-01-27 Thread Leonard Rosenthol
Image is CMYK in the PDF you aren't considering that. In addition, you are not dealing with the Decode params nor the "Photoshop CMYK Inversion" implementation note. Leonard From: Jan Vosloo [mailto:jevos...@gmail.com] Sent: Wednesday, January 27, 2010 3:39 PM To: Post all your questions about

[iText-questions] Type3Font not displaying correctly with showtext()

2010-01-27 Thread Hans Petrich
I've been working on a simple test case to show "Hello World" on the pdf document using a custom type3Font. I have defined my own type 3 font using bitmaps and masked images. When I use Document.add(new Paragraph("Hello World", Type3Font)), the text shows up just fine. The problem comes when try

Re: [iText-questions] Extract jpeg image color problem

2010-01-27 Thread Leonard Rosenthol
In addition, was the image in RGB, CMYK or Gray colorspace in the PDF? What colorspace did you write it out as? -Original Message- From: Mike Marchywka [mailto:marchy...@hotmail.com] Sent: Wednesday, January 27, 2010 9:51 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-

Re: [iText-questions] Validating an uploaded PDF?

2010-01-27 Thread Leonard Rosenthol
You should go purchase one of the myriad of PDF analyzers or preflight tools for this job – problem has been solved, no need to reinvent the wheel. Leonard From: Roeder, Andreas [mailto:andreas.roe...@firstdata.de] Sent: Wednesday, January 27, 2010 6:17 AM To: itext-questions@lists.sourceforge.n

[iText-questions] "Unknown Source" is such a bad thing?

2010-01-27 Thread Cameron Laird
After considerable effort, we narrowed down a symptom in a much larger system to this traceback: java.lang.NullPointerException at com.lowagie.text.pdf.SimpleBookmark.bookmarkDepth(Unknown Source) at com.lowagie.text.pdf.SimpleBookmark.getBookmark(Unknown Source) at com.low

[iText-questions] Nested Table Background Overflowing

2010-01-27 Thread Don
I am trying to nest a table within the cell of another table with the goal of having some of the background of the outer table show around the table being nested. Here is the basic idea: PdfPTable outerTable = new PdfPTable(5); ... PdfPTable nestedTable = new PdfPTable(1); PdfPCell nestedCell

Re: [iText-questions] Pdf signature validation

2010-01-27 Thread Mathieu Fortin
It would help if you could post your validation code. De : Sérgio Onofre [mailto:ono...@holos.pt] Envoyé : January 27, 2010 12:59 PM À : 'Post all your questions about iText here' Objet : Re: [iText-questions] Pdf signature validation I can validate it wit

Re: [iText-questions] Pdf signature validation

2010-01-27 Thread Sérgio Onofre
I can validate it with reader, as Acrobat. But I try to develop a validator with itext and doesn’t work… Onofre From: Mathieu Fortin [mailto:mathieu.for...@notarius.com] Sent: terça-feira, 26 de Janeiro de 2010 18:29 To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questio

Re: [iText-questions] Search in PDF

2010-01-27 Thread 1T3XT info
EBCTO wrote: > HI, > I am converting SVG to PDF through org.apache.fop.svg.pdftranscoder. > > I am obtaining the PDF output correctly. > But the search option inside PDF is not working. > In the PDF I obtained, the words inside the text tag(while designing SVG) > are searchable, but not the w

Re: [iText-questions] iText Examples

2010-01-27 Thread 1T3XT info
Dave Gilbert wrote: > Just a quick question. I Just purchased your early release of the 2nd > edition book. As I was following the examples I noticed some of the > classes of iText have been removed in 5.0. (html writer, rtfwriter, etc.) > Being new to iText I was hoping you could point me in the

[iText-questions] iText Examples

2010-01-27 Thread Dave Gilbert
Just a quick question. I Just purchased your early release of the 2nd edition book. As I was following the examples I noticed some of the classes of iText have been removed in 5.0. (html writer, rtfwriter, etc.) Being new to iText I was hoping you could point me in the right direction to download t

[iText-questions] Search in PDF

2010-01-27 Thread EBCTO
HI, I am converting SVG to PDF through org.apache.fop.svg.pdftranscoder. I am obtaining the PDF output correctly. But the search option inside PDF is not working. In the PDF I obtained, the words inside the text tag(while designing SVG) are searchable, but not the words inside flowpara tag.

Re: [iText-questions] Extract jpeg image color problem

2010-01-27 Thread Mike Marchywka
Since no on else replied, > Date: Wed, 27 Jan 2010 12:58:57 +0200 > From: > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Extract jpeg image color problem > > Hi > > I can successfully extract a jpeg image from a PDF document, but th

[iText-questions] Validating an uploaded PDF?

2010-01-27 Thread Roeder, Andreas
Hi, I want to validate a PDF uploaded by a user. It contains a scanned document. The document should be: --> PDF-Specification 1.0, 1.1, 1.2, 1.3 or 1.4 --> All fonts and Logos must be embedded or it has to be an Image PDF (PDF/A black/white) --> resolution 300x300 dpi

[iText-questions] ava.lang.RuntimeException: only FONT/SIZE/UNDERLINE/ SUPERSCRIPT supported

2010-01-27 Thread Himanshu Ahluwalia
i am creating a pdf using iText-2.1.4.jar.. its working fine for my linux fedora and Centos (Redhat releases ) Operating Systems .but its giving following exception in case of other Linux OS say (Suse Linux ) 12:29:08,501 ERROR [STDERR] java.lang.RuntimeException: only FONT/SIZE/UNDERLINE

[iText-questions] Extract jpeg image color problem

2010-01-27 Thread Jan Vosloo
Hi I can successfully extract a jpeg image from a PDF document, but the color is all messed up. Any help would be appreciated Thanks -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with