Re: [iText-questions] PdfDocument and PdfAcroForm

2006-06-26 Thread Paulo Soares
- Original Message - From: [EMAIL PROTECTED] To: Post all your questions about iText here itext-questions@lists.sourceforge.net Sent: Sunday, June 25, 2006 7:47 PM Subject: Re: [iText-questions] PdfDocument and PdfAcroForm Thank you very very much for your help and the link!!! Just

[iText-questions] Table formating. Rowspan and Colspan.

2006-06-26 Thread kailas kundikar
Hi,I am using RtfWriter2, and itext-1.3.jar. I am unable to create Table with proper rowspan and column span. e.g i want 4 columns of equal column span and and row span of first three of them equal to 2.The fourth column i am splitting in to two rows and below row in two columns.In short my code

[iText-questions] Text Lines Problem

2006-06-26 Thread Shoaib Gauhar
Hello: I am trying to make a Table of Content. And the problem that i am facing is that i want to figure out that whether the text that i am adding as a content takes one line or more. Can you please tell me how can i achieve this? Give a sample code if possible Thanking in advance Shoaib

[iText-questions] Drawing semantic differentials into a PDF

2006-06-26 Thread Marc Gumpinger
Hi! I need to draw semantic differentials in my PDF reports. Please see the following link for a sample: http://www.gumpinger.net/demo/semantic_differential_demo.png From charting tool's point of view, this is pretty trivial. However, it is not, when integrating that into PDFs, since the

[iText-questions] MS Word to PDF

2006-06-26 Thread Develop
Hi,Is it possible to use iText to read a MS Office Word document and save it as a PDF file like adobe distiller?ThanksRodrigo Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!Using Tomcat but need to do more? Need to support

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Mark Storer
No. iText is capable of reading and writing PDF just fine, but it doesn't speak "Word". There are some third-party apps out there that do, but I the only Open Source project I can think of is OpenOffice.org (which supports PDF conversion too). There are probably others. --Mark Storer

Re: [iText-questions] Drawing semantic differentials into a PDF

2006-06-26 Thread Mark Storer
You could build the image as you do now, then wrap it in a PDF page of the appropriate size. Or if you need a fixed page size, you could generate the image, then scale it to fit the page. You might be able to represent the chart as a table, but the lines between ratings would have to be drawn

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Develop
ThanksRodrigoMark Storer [EMAIL PROTECTED] escreveu: No. iText is capable of reading and writing PDF just fine, but it doesn't speak "Word". There are some third-party apps out there that do, but I the only Open Source project I can think of is OpenOffice.org (which supports PDF

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Develop
ThanksRodrigoMark Storer [EMAIL PROTECTED] escreveu: No. iText is capable of reading and writing PDF just fine, but it doesn't speak "Word". There are some third-party apps out there that do, but I the only Open Source project I can think of is OpenOffice.org (which supports PDF

[iText-questions] PDF header signature not found

2006-06-26 Thread Bob Rogers
All, I'm using iText to merge multiple pdfs together. However, under certain conditions iText is throwing an exception with the above message. Here is the code I use to merge docs together: /** * Merges a list of PDF documents * @param pdfGenerationContext

[iText-questions] Complex XML

2006-06-26 Thread Develop
Hi,Can I define complex XML files where I will have objects (images, multi-colum text, tables, etc) positioned at exact places of my document? If it is possible, where can I find more examples of xml files to create pdf?ThanksRodrigo Yahoo! Search Música para ver e ouvir: You're

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Aloizio Pereira da Silva
Rodrigo, You can use OpenOffice or POI. The problem with POI is it does not has support. I am trying to use OpenOffice, but I am having problems with some packages. * * Federal University of Minas Gerais

Re: [iText-questions] PDF header signature not found

2006-06-26 Thread Mick Collins
Although it is a change of subject It's been my experience that you need to close writer and reader objects when you do this kind of thing if you run this many times you may have too many fiels open at some point. M From: Bob Rogers [EMAIL PROTECTED] Reply-To: Post all your questions about

Re: [iText-questions] Table formating. Rowspan and Colspan.

2006-06-26 Thread Mark Hall
kailas kundikar schrieb: I am using RtfWriter2, and itext-1.3.jar. I am unable to create Table with proper rowspan and column span. e.g i want 4 columns of equal column span and and row span of first three of them equal to 2. The fourth column i am splitting in to two rows and below row in

Re: [iText-questions] MS Word to PDF

2006-06-26 Thread Develop
Hi,I'm using the .net version of itext, so, i think openoffice doesn't have support for C#. Is it ok? There is an alternative?ThanksRodrigoAloizio Pereira da Silva [EMAIL PROTECTED] escreveu: Rodrigo,You can use OpenOffice or POI. The problem with POI is it does not has support. I am

[iText-questions] Type PDFs?

2006-06-26 Thread plord
Am sending info from domino to PDF file with success but when i use a Acrobat document that i make in Adobe Designer it does not transfer the DATA to it is there any trick to make any PDF work with itext - the Properties are the same with both docs. Thanks Palmi Using Tomcat but need to do

Re: [iText-questions] Type PDFs?

2006-06-26 Thread Mark Storer
iText doesn't work with Designer-based forms, yet. To the best of my knowledge, there are NO third party tools that work with those forms. If you want to use iText, build your forms in Acrobat Pro. If you want to use Designer, accept that you'll be sending Adobetens of thousands of USD.