  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Re: pdf2ps and acrobat say my PDF has an error | Subject: Re: pdf2ps and acrobat say my PDF has an error 2007-11-06 - By Luis Mineiro
Back Hi Bruno,
That might be the problem...
I'm doing
over.beginText();
Then a dozen showTextAligned, Then that Phrase/ColumnText block that gives the problem
And only after the
over.endText(); over.stroke();
Should I ET before the ct.go() ?
Cheers.
On Nov 6, 2007 12:22 PM, Bruno Lowagie (iText) <bruno@(protected)> wrote: > Luis Mineiro wrote: > > Am I doing something wrong? > > You say you have a couple of showTextAligned invocations; > are you sure the BT and ET operators are added on the correct place? > You add them with beginText() and endText(). > Maybe you are doing stuff inside a BT/ET pair that is not allowed, > or you are doing stuff outside such a pair that should be inside. > Anyway: without seeing the PDF, it's hard to tell (and even then, > reading PDF syntax to debug problems like this isn't always easy). > br, > Bruno > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > iText-questions mailing list > iText-questions@(protected) > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |