Re: [iText-questions] FOP 0.95 and iText 2.1.3 unable to do exact overprint

2008-11-12 Thread Stepan RYBAR
Hello, yes, You are right, that in JavaDoc is float and not int, but when I use following code: over.showTextAligned(Element.ALIGN_LEFT, omr, 8.1, 666, 90); I receive following error during compilation: C:\temp\Apache FOP User Data>"C:\Program Files\Java\jdk1.6.0_10\bin\javac" -cp " iText-2.1.

[iText-questions] FOP 0.95 and iText 2.1.3 unable to do exact overprint

2008-11-12 Thread Stepan RYBAR
Hello, I have a problem using FOP 0.95 and iText 2.1.3 for exact overprint. I have FO file (see attached FO) with 72 dpi in configuration file, which creates the first PDF: +1010- Then I have Java file (see attached Java) with iText code, which uses the first PDF, add some (now overprint

Re: [iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte UTF-8 sequence Exception while processing PDF from Apache FOP 0.95

2008-11-05 Thread Stepan RYBAR
out iText here > > Subject: Re: [iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte > > UTF-8 sequence Exception while processing PDF from Apache FOP 0.95 > > > > Stepan RYBAR wrote: > >> Hello, > >> > >> thank You answer. But after some tests

Re: [iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte UTF-8 sequence Exception while processing PDF from Apache FOP 0.95

2008-11-05 Thread Stepan RYBAR
Datum: 05.11.2008 15:09:09 > -------- > Stepan RYBAR wrote: > > Hello, > > > > thank You answer. But after some tests I guess, that this is not caused by > missing metadata. > > Think again. > > > Even if there are no metadata in "source.fo" &g

Re: [iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte UTF-8 sequence Exception while processing PDF from Apache FOP 0.95

2008-11-05 Thread Stepan RYBAR
ere is an Exception: ExceptionConverter: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. Stepan Rybar > Původní zpráva > Od: Paulo Soares <[EMAIL PROTECTED]> > Předmět: Re: [iText

Re: [iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte UTF-8 sequence Exception while processing PDF from Apache FOP 0.95

2008-11-04 Thread Stepan RYBAR
I tried to Copy&Paste metadata example from http://xmlgraphics.apache.org/fop/0.95/metadata.html#xmp-example and still it is insufficient input for iText. Attached is my current FO and PDF with metadata from above URL. I also tried to add x:xmptk="3.1-702" attribute to the "x:xmpmeta" element

Re: [iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte UTF-8 sequence Exception while processing PDF from Apache FOP 0.95

2008-11-04 Thread Stepan RYBAR
Hello, I am investigating it now, but after a while and some attempts I have no success yet. I founded something about FOP 0.95 metadata generation at http://xmlgraphics.apache.org/fop/0.95/metadata.html but I still do not know how to modify my FO example sent before to produce iText "valid"

[iText-questions] iText 2.1.3: Invalid byte 1 of 1-byte UTF-8 sequence Exception while processing PDF from Apache FOP 0.95

2008-11-04 Thread Stepan RYBAR
Hello, I am trying to use iText for adding page numbers to the already existed PDF using PDFStamper class. I have problem. PDFs, which I create using Apache FOP 0.95, cause Exception as shown below, although they look OK in Adobe Acrobat Reader 8.1.2. I guess, that this is problem of missing o