[iText-questions] Determining if a PdfPTable will fit on a page

2004-12-01 Thread John Sims
I would like to determine if a PdfPTable will fit on the current page before adding it do the document. I noticed the getTotalHeight() method on the PdfPTable that returns a float. What does this floating point number represent? Is there a method to get the remaining space/height on the current

RE: [iText-questions] large table - fitsPage()

2004-12-01 Thread Shivakumar Paramasivam
Thanks for the reply. I used PdfPTable and fitsPage() for the large table, but one of the row overflows, so there is only one row in the following page followed by the new Page with remaining rows.   Thanks. Shiva Paulo Soares <[EMAIL PROTECTED]> wrote: Use a PdfPTable and PdfWriter.fit

RE: [iText-questions] Asian Language Jars

2004-12-01 Thread Paulo Soares
Title: Re: [iText-questions] Asian Language Jars That's up to Bruno but the main site already has iTextAsian.jar. The other jar is very specialized and will always need some guidance. From: Steve Appling [mailto:[EMAIL PROTECTED]Sent: Wed 01-Dec-04 18:18To: Paulo Soares; [EMAIL PROTECT

RE: [iText-questions] Asian Language Jars

2004-12-01 Thread Paulo Soares
Title: [iText-questions] Asian Language Jars No, just the first one. Of course if you also want to use the HK extensions you'll need the second but this are very specialized cases. From: David Thielen [mailto:[EMAIL PROTECTED]Sent: Wed 01-Dec-04 18:32To: Paulo Soares; 'Steve Appling';

RE: [iText-questions] RE: Can't print pdf with barcode

2004-12-01 Thread Paulo Soares
Title: [iText-questions] RE: Can't print pdf with barcode I was referring to the font. From: David Thielen [mailto:[EMAIL PROTECTED]Sent: Wed 01-Dec-04 16:43To: Paulo SoaresCc: 'itext'Subject: RE: [iText-questions] RE: Can't print pdf with barcode Hi;   How/where do I set this? When

[iText-questions] Importan Question

2004-12-01 Thread Denny Torcates
  How i could  print automatically  a pdf file into a image with Itext? Because I know that adobe acrobat 5.0 have this option   Best regards   Denny Torcates Caracas – Venezuela

RE: [iText-questions] Asian Language Jars

2004-12-01 Thread David Thielen
Title: [iText-questions] Asian Language Jars Does this mean you need iTextAsian.jar and iTextAsianCmaps.jar for traditional Chinese?   Thanks – dave     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Wednesday, December 01, 2004 8:40 AM To: St

Re: [iText-questions] Asian Language Jars

2004-12-01 Thread Steve Appling
Do you think they should be available from the download page of the main site? I'm not sure it's obvious to someone to look at your site for CJK support. - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Steve Appling" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wed

[iText-questions] How do I set the pdf doc encoding?

2004-12-01 Thread David Thielen
Title: [iText-questions] RE: Can't print pdf with barcode Hi;   How/where do I set this? When I get a font I use IDENTITY_H but I can’t find anywhere else this is set.   Thanks – dave   Ps – I write everything using PdfContentByte.     From: Paulo Soares [mailto:[EMAIL PROT

RE: [iText-questions] Asian Language Jars

2004-12-01 Thread Paulo Soares
Title: [iText-questions] Asian Language Jars   From: [EMAIL PROTECTED] on behalf of Steve ApplingSent: Wed 01-Dec-04 15:16To: [EMAIL PROTECTED]Subject: [iText-questions] Asian Language Jars Should the the asian language jars available at Paulo's site be available from the download pag

RE: [iText-questions] Re: using just the cropbox as a template?

2004-12-01 Thread Paulo Soares
Title: [iText-questions] Re: using just the cropbox as a template? Put the crop box rectangle in the template bbox and it's done. Remember that the template placement is still relative to the mediabox. From: [EMAIL PROTECTED] on behalf of Stefan BurkardSent: Wed 01-Dec-04 12:00To: [EMA

RE: [iText-questions] RE: Can't print pdf with barcode

2004-12-01 Thread David Thielen
Title: [iText-questions] RE: Can't print pdf with barcode Hi;   How/where do I set this? When I get a font I use IDENTITY_H but I can’t find anywhere else this is set.   Thanks – dave   Ps – I write everything using PdfContentByte.     From: Paulo Soares [mailto:[EMAIL PROT

RE: [iText-questions] RE: Can't print pdf with barcode

2004-12-01 Thread Paulo Soares
Title: [iText-questions] RE: Can't print pdf with barcode windard.pdf has winansi encoding. Try with Identity-H. From: [EMAIL PROTECTED] on behalf of David ThielenSent: Wed 01-Dec-04 00:35To: itextSubject: [iText-questions] RE: Can't print pdf with barcode Hi all;It's won't let me ema

[iText-questions] Asian Language Jars

2004-12-01 Thread Steve Appling
Should the the asian language jars available at Paulo's site be available from the download page on the main site? The old tutorial references only one file (http://itext.sourceforge.net/download/iTextAsian.jar) and that link still works, but I don't think it is the same as the one at itextpdf.s

[iText-questions] Re: Total number of pages

2004-12-01 Thread Stefan Burkard
if you want to find out the number of pages in a document you read: there is a getNumberOfPages-method in the PdfReader-object if you want to find out the number of pages in a new document you generate, look at: http://www.lowagie.com/iText/tutorial/ch12.html ---> look for the paragraph "An exampl

[iText-questions] Re: using just the cropbox as a template?

2004-12-01 Thread Stefan Burkard
thanks a lot for the link, leonard - i will have a look at it. i also found an example for the clipping in the mailinglist-archive, it works fine now :-) greetings stefan Leonard Rosenthol wrote: At 07:00 AM 12/1/2004, Stefan Burkard wrote: You do know there are good tools out there alre

[iText-questions] Total number of pages

2004-12-01 Thread arne anka
Hi does anyone know if there is a sample (or give a hint) on how to get the total number of pages. What I want to do is to have a footer saying for example page 2 of 10. And is the 10 that is the problem. Regards Björn __ Do you Yahoo!? The all

Re: [iText-questions] Re: using just the cropbox as a template?

2004-12-01 Thread Leonard Rosenthol
At 07:00 AM 12/1/2004, Stefan Burkard wrote: You do know there are good tools out there already that can do this, right?? ---> no, i don't. where can i find them? PDF Enhancer - http://www.pdfenhancer.com What you COULD do, if you wanted, is to place a clipping path aroun

[iText-questions] Re: using just the cropbox as a template?

2004-12-01 Thread Stefan Burkard
You do know there are good tools out there already that can do this, right?? ---> no, i don't. where can i find them? What you COULD do, if you wanted, is to place a clipping path around your newly placed element. That will leave all the data in place, but at least it won't get

Re: [iText-questions] using just the cropbox as a template?

2004-12-01 Thread Leonard Rosenthol
At 05:19 AM 12/1/2004, Stefan Burkard wrote: i have to take pdfs out of a hotfolder, cut their margins and finally put the cutted pdf on a new pdf with a standard page size. OK... You do know there are good tools out there already that can do this, right?? because these pdfs can

Re: [iText-questions] How can one create PDF Forms containing Acrofields?

2004-12-01 Thread Leonard Rosenthol
At 03:54 AM 12/1/2004, Jacqui Zurcher wrote: but what I would like to now know if how can I create a PDF form containing acrofields.   Adobe Acrobat. Leonard --- Leonard Rosenthol   

Re: [iText-questions] iText XML Changes

2004-12-01 Thread Leonard Rosenthol
At 11:00 PM 11/30/2004, Steve Appling wrote: I would prefer to handle this with a single attribute for each side color using an HTML like syntax: If you are going down that route (a good route!), then you should probably look at the work being done with CSS3 for specification of colors.

[iText-questions] using just the cropbox as a template?

2004-12-01 Thread Stefan Burkard
hi itext-list i have to take pdfs out of a hotfolder, cut their margins and finally put the cutted pdf on a new pdf with a standard page size. because these pdfs can be cutted already (the cropbox), i take care about this and resize the cropbox to cut the margins. so far, so good. the only prob

Re: [iText-questions] pdf to xml

2004-12-01 Thread Bruno
Quoting Susan Denny <[EMAIL PROTECTED]>: > Can I convert a PDF file to xml using itext tool No, that isn't possible with iText. br, Bruno --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Produc

[iText-questions] pdf to xml

2004-12-01 Thread Susan Denny
Can I convert a PDF file to xml using itext tool Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.4 - Release Date: 11/30/2004

[iText-questions] How can one create PDF Forms containing Acrofields?

2004-12-01 Thread Jacqui Zurcher
HI   I am struggling to construct a PDFForm template. I have been going through examples supplied by Shriniwas Wagle for using itext to manipulate PDF forms and they  cover how to manipulate fields in existing PDF forms very thoroughly, but what I would like to now know if how can I creat

[iText-questions] Re: Checking if a signature is valid or not

2004-12-01 Thread Wahaj
Hi All, Attached is the zipped pdf document for which I get System.out.println("Document modified: " + !pk.verify()); to true. I am using iText-142. Regards, Wahaj "Paulo Soares" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Works for me. Post one of those PDF that can be > verif

Re: [iText-questions] iText XML Changes

2004-12-01 Thread Bruno
Quoting Steve Appling <[EMAIL PROTECTED]>: > I'm working on bringing iText XML a little more up to date (support for > PdfPTable, MultiColumnText, > and the changes to Rectangle). Is the current XML format considered to be a > stable form that should > not be changed for existing elements? No i