Re: [iText-questions] Re: how to generate pdf1.3 documents?

2003-03-22 Thread Leonard Rosenthol
At 10:57 AM 3/22/2003 +0100, Carsten Hammer wrote: I have a problem with some of the generated pdf files to print through a fiery rip. What version of the Fiery RIP? Older versions of this RIP have caused no end of grief for folks in the prepress world. Make sure you are current! Th

Re: [iText-questions] how to generate pdf1.3 documents?

2003-03-22 Thread Leonard Rosenthol
At 12:31 AM 3/22/2003 +, Paulo Soares wrote: As if transparency was the only new thing in 1.4. Thinking better that's probably right. There are a number of other things in PDF 1.4 - XML/XMP metadata and Tagging/Structure enhancements being the other biggies after transparency. But a

Re: [iText-questions] Group 3 TIFF compression

2003-03-22 Thread Paulo Soares
Problem solved. Use this code: public static void convert2(File inputFile, File outputFile) { // creation of the document with a certain size and certain margins Document document = new Document(PageSize.LETTER, 0, 0, 0, 0); Document.compress = false; try {

Re: [iText-questions] New page event in RTF

2003-03-22 Thread Mark Hall
Pablo Collazos Fernandez wrote: > Does anybody know how i can detect a new page event > in RTF informs? Not at all. The RtfWriter has no idea when a new page is created, because this only happens when you open the file. > How i can know the page number? Use the RtfPageNumber class. Put it in a Ph

Re: [iText-questions] Re: how to generate pdf1.3 documents?

2003-03-22 Thread Paulo Soares
- Original Message - From: "Carsten Hammer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 9:57 Subject: [iText-questions] Re: how to generate pdf1.3 documents? > I have a problem with some of the generated pdf files to print through a > > fiery rip. (Stack ov

Re: [iText-questions] PDF's as Templates

2003-03-22 Thread Paulo Soares
New cells are not ignored, if you add the table again to the document the cells are there, the same goes for paragraphs. There a few places that should throw an exception when the document is not open as that would certainly cause failure ahead but more that is up to the programmer to know the API.

[iText-questions] Re: how to generate pdf1.3 documents?

2003-03-22 Thread Carsten Hammer
I have a problem with some of the generated pdf files to print through a fiery rip. (Stack overflow because of offending command and so on..) The fiery rip only knows pdf1.3. However the problematic files run well on acrobat4.0. But as the metadata of the pdf file itext generates claims to be p

Re: [iText-questions] Re: Can you have a second, HTML, stream going to one browser

2003-03-22 Thread Bruno
Quoting "Tuan H. Le" <[EMAIL PROTECTED]>: > Hi, > > I just tried Bruno's example code classes (PleaseWaitServlet.java and > MyPdfGenerator.java), but my IE browser couldn't open the response file. The sourcecode I posted was a DOWNSIZED and UNTESTED version of code that is used at Ghent Univers