Re: [iText-questions] PS Xobject

2005-02-26 Thread Leonard Rosenthol
At 11:34 AM 2/26/2005, Carsten Hammer wrote: at least Acrobat does not care that the resulting PDF file contains a Poscript Xobject. However saving this file in postscript format within Acrobat removes this xobject. Correct. Also, Acrobat 6 and later will also NOT pass PS XObjects

[iText-questions] Horizontal lines in multi-column text

2005-02-26 Thread Lee Cheng Wei (Miguel)
Hello everyone, I'm a newbie at iText and wonder if there's any kind soul to help me out with a problem. I have several paragraphs (or images) that should go in columns with the restriction that every paragraph (or image) should be separated by a horizontal line. Of course, I want iText to a

[iText-questions] PS Xobject

2005-02-26 Thread Carsten Hammer
Hi, I want to do some experiments with PS Xobjects in itext. I added a PdfPSXObject and added "PS" to PdfName. It works to do writer.addToBody(new PdfPSXObject("<> setpagedevice")); at least Acrobat does not care that the resulting PDF file contains a Poscript Xobject. However saving this file i

[iText-questions] Merging a word document and pdf file to pdf file

2005-02-26 Thread QuoVadis
> I've written a PDF-Converter (qvPDF) which installs as > Windows printer driver. It is able to append or prepend a PDF > document to the resulting PDF-File. > http://sourceforge.net/projects/qvpdf/ > You can place parameters into your Word document like: > @| prepend = c:\test.pdf |@ > @| appe

Re: [iText-questions] Merging a word document and pdf file to pdf file

2005-02-26 Thread Bruno Lowagie
Kalyan wrote: Hi, Can your provide a sample code for appending a word document file at the of pdf file. i.e I have a pdf file and word document file, i need to merge this both file into one pdf file. How can i do it? Can you provide me sample code for it. iText doesn't do MS Word parsing. br, B

[iText-questions] Merging a word document and pdf file to pdf file

2005-02-26 Thread Kalyan
Hi, Can your provide a sample code for appending a word document file at the of pdf file. i.e I have a pdf file and word document file, i need to merge this both file into one pdf file. How can i do it? Can you provide me sample code for it. Thanks Kalyan -