Re: [iText-questions] Any progress on setVerticalAlignment()?

2002-12-24 Thread Andy Lee
At 9:28 PM + 12/24/02, Paulo Soares wrote: PdfPTable has no problems on nesting tables as long you only use PdfPTable. Ah, I got it working now. Thanks! --Andy --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http

Re: [iText-questions] Any progress on setVerticalAlignment()?

2002-12-24 Thread Paulo Soares
PdfPTable has no problems on nesting tables as long you only use PdfPTable. Best Regards, Paulo Soares - Original Message - From: "Andy Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 20:44 Subject: [iText-questions] Any progress on setVerticalAlignment(

[iText-questions] Re: number of pages

2002-12-24 Thread Paulo Soares
PdfWriter.getPageNumber() - Original Message - From: "prashant kakani" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 20:45 Subject: number of pages > Dear iText developers, > > Can anybody tell me how i can find the numbe

Re: [iText-questions] LABELS AND MARGINS!!!!!!

2002-12-24 Thread Paulo Soares
There's no magic recipe, it depends on the printer, the drivers and the printing application (probably Acrobat or GS). There was a thread on this in the Forum also with a Zebra printer. Maybe you would like to contact the user and see what happened. Best Regards, Paulo Soares - Original Messa

Re: [iText-questions] Draw routine for pdftable

2002-12-24 Thread Paulo Soares
Apparently you want another writer such as HtmlWriter but for WMF or Graphics2D. If you want to write one I'll include it in the distribution :-). Best Regards, Paulo Soares - Original Message - From: "Joao Mello" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 200

[iText-questions] number of pages

2002-12-24 Thread prashant kakani
Dear iText developers, Can anybody tell me how i can find the number of ( dynamic ) pages, that the document i create has.. at the ending?? I'll really appreciate your help. Thanks    Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

[iText-questions] Any progress on setVerticalAlignment()?

2002-12-24 Thread Andy Lee
I saw a couple of questions in the archives about setVerticalAlignment() not working, but no workaround. I don't want to use PdfPTable because I want to put the table into the cell of another table, and cell.add(aPdfPTable) doesn't work. I've noticed that setVerticalAlignment() *sometimes* wor

[iText-questions] LABELS AND MARGINS!!!!!!

2002-12-24 Thread Marc Ellison
Hi, Am trying to generate a document that will be printable from a Zebra printer onto labels (approx 2" by 3"). However even though I have created my Document object with a custom PageSize and set the margins to 0 (eg Document = new Document(new Rectangle(150,150), 0, 0, 0, 0);) the label has a bi

[iText-questions] Draw routine for pdftable

2002-12-24 Thread Joao Mello
Hi Paulo, Sorry if you did not understand me. Let me try one more time This is the function that I have that draws the graph into wmf public void saveToWMF(String fileName,int width,int height) { try { WMF wmf = new WMF(); WMFGraphics2D g2d = new WMFGraphics2D(wmf, width, heig

Re: [iText-questions] DocBook, FOP, Itext leads to no links and no Bookmarks

2002-12-24 Thread Paulo Soares
There are ways to keep all the doc structure when encrypting. See http://www.geocities.com/itextpdf/encrypt_pdf.zip. It can easily be changed to have a modified info dictionarie but not to have watermarks. Best Regards, Paulo Soares - Original Message - From: "Stephan Wiesner" <[EMAIL PRO

Re: [iText-questions] addLocalDestinations ERROR

2002-12-24 Thread Paulo Soares
What do you want to know more? You had a jump to the destination '114754501' but you didn't define it. Best Regards, Paulo Soares - Original Message - From: "Cinzia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 20:47 Subject: [iText-questions] addLocalDestin

Re: [iText-questions] Draw routine for pdftable

2002-12-24 Thread Paulo Soares
- Original Message - From: "Joao Mello" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 17:00 Subject: [iText-questions] Draw routine for pdftable Hi Paulo, Is there a way that you can comeup with a function that will draw the whole table. I am asking this