[iText-questions] Re: how view a pdf file?

2005-04-01 Thread Marco
> process = Runtime.getRuntime().exec("cmd /c start \"\" \"" + fileName + > "\""); This doesn't work. If I write, on DOS window, cmd /c start "c:\prova file.pdf" another DOS window, and not file pdf is open. If I write, on DOS window, cmd /c start c:\prova file.pdf I see the message "file

RE: [iText-questions] PdfReader speed up

2005-04-01 Thread Paulo Soares
The doc is not read all into memory but I know what you mean. I hope to have this month a read-on-demand PdfReader that solves those problems. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Krunoslav Pozega > Sent: Friday, April 01, 2005 2:26 PM

[iText-questions] Printing large tables

2005-04-01 Thread Neelesh Chitnis
Hi gurus, I inherited itext code from one of my ex colleague. Now I have to maintain the code. The problem I am having is for printing large tables. I am using PdfContentByte and keep track of the "point " position. The table has 20 columns which spans over 2 pages horizonatlly and 40 rows which

[iText-questions] fix needed for barcode39 iText 1.2

2005-04-01 Thread Huub Daems
Title: fix needed for barcode39 iText 1.2 Hi, Just looked over the code to create a Barcode39. I misted the place to adjust for the inter-character-gap. It is needed to have a real code-39. Is someone working on this. BTW inter-character-gap is a narrow-space between each character. Look at ht

RE: [iText-questions] Re: how view a pdf file?

2005-04-01 Thread Paulo Soares
Whatever you do it will always be platform dependent and it has always a good probability of failure if it's not user configurable. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marco > Sent: Friday, April 01, 2005 12:04 PM > To: itext-questio

Re: [iText-questions] Re: how view a pdf file?

2005-04-01 Thread Roger Misteli
> 1) Java program knows the name of pdf file when run; but I don't. How do you want to open something you don't know even its name? You need at least the name of the PDF file. If you don't even know that, then try black magic. > 2) If I use Linux, or Apple... a batch file doesn't work. Opening a

[iText-questions] Html to PDF

2005-04-01 Thread Poonam Chodankar
Hi , I am looking out for a code which will read HTML file and convert to PDF file Please let me know as soon as possible Thanks & Regards Poonam --- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solution

RE: [iText-questions] Identifying PDF permissions

2005-04-01 Thread Paulo Soares
That's documented in the pdf reference 1.6 page 99. > -Original Message- > From: Wahaj [mailto:[EMAIL PROTECTED] > Sent: Friday, April 01, 2005 12:36 PM > To: Paulo Soares > Cc: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Identifying PDF permissions > > Thanks.

Re: [iText-questions] how view a pdf file?

2005-04-01 Thread Roger Misteli
process = Runtime.getRuntime().exec("cmd /c start \"\" \"" + fileName + "\""); It was Fri, 1 Apr 2005 11:53:39 +0200, a beautiful sunny day, until "Marco" <[EMAIL PROTECTED]> wrote this: > How can I view a pdf file saved by itext with the default application > registered for this extens

Re: [iText-questions] how view a pdf file?

2005-04-01 Thread Siegfried Goeschl
Hi Marco, don't know if this works for java but if you "call" your PDF from within a batch file the associated application is started on Windows Cheers, Siegfried Goeschl Marco wrote: How can I view a pdf file saved by itext with the default application registered for this extension? I don't kno

RE: [iText-questions] Re: Get the actual x,y in page

2005-04-01 Thread Paulo Soares
Always use a Paragraph with Document.add(). If it doesn't work use absolute positioning as I said in the first answer. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marco > Sent: Friday, April 01, 2005 10:55 AM > To: itext-questions@lists.sour

RE: [iText-questions] Identifying PDF permissions

2005-04-01 Thread Paulo Soares
PdfReader.getPermissions() > -Original Message- > From: Wahaj [mailto:[EMAIL PROTECTED] > Sent: Friday, April 01, 2005 6:59 AM > To: Paulo Soares > Subject: Re: [iText-questions] Identifying PDF permissions > > Is there any specific function or do I need to parse the > dictionaries my >

[iText-questions] Re: Get the actual x,y in page

2005-04-01 Thread Marco
>> You have PdfWriter.getVerticalPosition() > > Thank you very much, this is what I need. I have some problem with getVerticalPosition, because its value don't match the correct one: For example, I have a value of 806, I insert a new line with a pass of 20 pixel, and I have still 806! I insert ano

[iText-questions] how view a pdf file?

2005-04-01 Thread Marco
How can I view a pdf file saved by itext with the default application registered for this extension? I don't know if the user has Acrobat reader 5, 6... or another program thar read pdf files, then I don't know the exact name of this program (C:\Programmi\Adobe\Acrobat 6.0\Reader\AcroRd32.exe, o