[iText-questions] Auto-Reply to: iText-questions digest, Vol 1 #

2004-09-29 Thread bcook
I will be out of the office starting Monday, September 27th until Tuesday, October 5th. If you need assistance please contact either Allen or Will at 913-345-8900. Thank You, Brian Cook Print Time --- This SF.net email is sponsored by: IT Pro

Re: [iText-questions] XML -> PDF Conversion with Absolute Positioning Items

2004-09-29 Thread taa boo
hi there, please consider www.pdfone.net we are doing exact what you are looking for join our list and together making better contribution and better html2pdf compiler there. best regards, dangtronghop http://www.pdfone.net http://www.vietclever.com http://www.vietclever.net http://www.vietc

[iText-questions] Auto-Reply to: iText-questions digest, Vol 1 #

2004-09-29 Thread bcook
I will be out of the office starting Monday, September 27th until Tuesday, October 5th. If you need assistance please contact either Allen or Will at 913-345-8900. Thank You, Brian Cook Print Time --- This SF.net email is sponsored by: IT Pro

[iText-questions] Auto-Reply to: iText-questions digest, Vol 1 #

2004-09-29 Thread bcook
I will be out of the office starting Monday, September 27th until Tuesday, October 5th. If you need assistance please contact either Allen or Will at 913-345-8900. Thank You, Brian Cook Print Time --- This SF.net email is sponsored by: IT Pro

[iText-questions] Open Setting Of PDF Page

2004-09-29 Thread Velagapudi, Murali
Hi All, I had created a PDF Document with BookMarks using PdfContentByte cb = writer.getDirectContent(); PdfOutline root = cb.getRootOutline(); cb.addOutline(new PdfOutline(root, new PdfDestination(PdfDestination.XYZ),"text")) it works fine but(the book marks created well) what should i need to

[iText-questions] Page and Font Size

2004-09-29 Thread Michel Rocha
Hi, I´m using iText and I wanna know how can I change the page and font properties, for example in my report I want pages in landscape format because they are too wide… someone can help me. Does iText do it??? Thanks. Regards Michel Rocha Procwork Software [EMAIL PROTECTED] ___

[iText-questions] Adding a Table to a HeaderFooter

2004-09-29 Thread Kevin Whittaker
When I add a Table to the Header of a document, the data prints 1 line above the table/cells. The same code works fine, when you are not in a HeaderFooter. I have noticed that if I set leading I can increase the height of the row and then the words fit inside the row. ---

RE: [iText-questions] Does iText support PJTF

2004-09-29 Thread Aaron Yu
Thank you for the quick reply. I guess what I am asking is how would I include these objects as key value pairs in the PDF catalog? And when you say catalog, Am I correct in assuming you mean PdfDocument.PdfCatalog? So if I create a PdfName/PdfObject pair and put it into the PdfCatalog it will a

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Steve Appling
This technique is generally working great and is much cleaner than what I originally envisioned. I am, however, having one problem. I am using the PdfPTableEvent handler to draw a border around the entire table (since PdfPTable doesn't derive from Rectangle like Table does). This works fine wi

Re: [iText-questions] Does iText support PJTF

2004-09-29 Thread Leonard Rosenthol
At 01:57 PM 9/29/2004, Aaron wrote: I am wondering if the iText library supports Portable Job Ticket Format (PJTF). It doesn't - but that's OK because PJTF has been deprecated in favor of JDF. (but iText doesn't do JDF either, at this time). If I create a document with iText I would lik

[iText-questions] source code for PDF->html

2004-09-29 Thread lalitha Gullapalli
Hi,    Can you tell me where can I find source code for converting PDF to html and Html->PDF. Regards, Lalitha. Do you Yahoo!?vote.yahoo.com - Register online to vote today!

Re: [iText-questions] Does iText support PJTF

2004-09-29 Thread Paulo Soares
If you know the semantics of PJTF you can create the objects and include them with iText. PJTF is just an extra key in the PDF catalog. Best Regards, Paulo Soares - Original Message - From: "Aaron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 18:57 Subj

[iText-questions] html->PDF and PDF->html

2004-09-29 Thread lalitha Gullapalli
Hi,    Can you tell me where can I find source code for converting pdf->html and html->pdf in Java. Regards, Lalitha. Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone.

[iText-questions] Does iText support PJTF

2004-09-29 Thread Aaron
Hello, I am wondering if the iText library supports Portable Job Ticket Format (PJTF). If I create a document with iText I would like to specify a quantity flag that is supported in PJTF so when it is sent to the Press it will print out N times. Any help/information is much appreciated. Th

[iText-questions] Auto-Reply to: iText-questions digest, Vol 1 #

2004-09-29 Thread bcook
I will be out of the office starting Monday, September 27th until Tuesday, October 5th. If you need assistance please contact either Allen or Will at 913-345-8900. Thank You, Brian Cook Print Time --- This SF.net email is sponsored by: IT Pro

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Christian Lauer
I brought in the skipFirstHeader flag some years ago. The idea behind is to be able to split a large table in to many pieces, regardless of the size of the page because measuring this size was very slow at that time - to be honest I haven't tested if this has changed nowadays. What I actually di

[iText-questions] XML -> PDF Conversion with Absolute Positioning Items

2004-09-29 Thread John McGowan
A couple months ago I built a project using iText to generate PDFs so I have some experience using iText. The application i wrote read read in a special home grown xml format and built the PDF using traditional iText api stuff. None of the XML to PDF stuff "built into" itext. I'm working on a n

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Paulo Soares
The border will be on top of the other, no double border here. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Steve Appling > Sent: Wednesday, September 29, 2004 4:06 PM > To: Wellman, Daniel; [EMAIL PROTECTED] > Subj

[iText-questions] Unexpected newline after listelement in RTF

2004-09-29 Thread shd
I've a problem generating rtf documents that contain listitems (bullet or numberedlists). Sometimes (not always) the elements after a listelement are put on to the next page. But this is not desired. Any hints? Thanks a lot --- This SF.net ema

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Steve Appling
Thanks for the suggestions, but after looking into it more, I think I like Paulo's idea. I didn't originally understand what setSkipFirstHeader was doing. I'm going to try to make an example to exercise this later this afternoon. I want to test this with borders, it seems like you will get a

[iText-questions] Reading pdf fro printing

2004-09-29 Thread Jiki no Seirei
Hello, I'm currently writing a java rtf text editor. This editor is intended for mass documents management. This editor is intended to accelerate the workflow, so the user does not have access to advanced layout. My plan is to put the layout into a pdf file. The pdf file will contain header, fo

RE: [iText-questions] font inside HTMLWorker ...

2004-09-29 Thread Paulo Soares
text   size can also be size=12px for values in points.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rémi GuilbertSent: Wednesday, September 29, 2004 2:39 PMTo: [EMAIL PROTECTED]Subject: [iText-questions] font inside HTMLWor

[iText-questions] font inside HTMLWorker ...

2004-09-29 Thread Rémi Guilbert
Hi, I want HELVETICA font inside my pdf, what I'm supposed to add inside my html code ?  Is it possible to set this property on HTMLWorker ? Thank's !! Rémi

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Wellman, Daniel
Hi Steve, I'm not entirely sure what's wrong with PdfDocument.fitsPage(), but from what the source looks like, it seems that you could get the existing height of a table after adding a row and do the same kind of math calculations to see if your table total height (plus margins) has wrapped beyon

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Paulo Soares
Here's an example: public PdfPTable getMoreRows() { // This returns more rows, say 50. // The result should be a table with an header and 50 rows. // At the end it returns null. } public void main() { // some code boolean skipHeader = false; PdfPTable table = null; while ((table = get

RE: [iText-questions] set the font and size to PdfPTable cell

2004-09-29 Thread Paulo Soares
That's set in Phrase. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mahendra > Sent: Wednesday, September 29, 2004 10:24 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] set the font and size to PdfPTable cel

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Paulo Soares
It doesn't matter if the rows overflow to the next page. What you have is a sequence of tables one after the other seamlessly connected with possibly more than one table in the same page. The amount of rows you put in each table is arbitrary, I usually put 50. Best Regards, Paulo Soares > -Or

[iText-questions] set the font and size to PdfPTable cell

2004-09-29 Thread Mahendra
Hi This ia mahendra Pulakam from infotech please help me in ... setting the font and size to the PdfPTable on the cell Thanking you Mahendra --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT pro

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Steve Appling
Thanks for the example, but how do you implement something like your getMoreRows that will fill up a page without using fitsPage when adding rows to it? If you don't have a fixed row height that you know in advance, then it seems like you have to use fitsPage after adding each row. Even using

RE: [iText-questions] itext question

2004-09-29 Thread Paulo Soares
I don't think you can do it for ttf and ttc. Do you have any pdf using that feature? Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 6:13 AM > To: [EMAIL PROTECTE

[iText-questions] itext question

2004-09-29 Thread lijw
Hi, I am chinese developer, I want to create my document with chines fonts such as song font,hei font,fang font. But I dont't want to use ttf or ttc fonts, as follows: