[iText-questions] Illegal operation 'q' inside a text object

2005-09-23 Thread Leela Neti
Hi, I am using iText to generate PDF document. I am successfully generating PDF page but when I am going to second page I am getting the message "Illegal operation 'q' inside a text object" why this message is coming and how to over come this... thanks in advance Neti -

[iText-questions] Page footer with roman numeral - Please help

2005-09-23 Thread HobiOne
Bruno/Paulo: I have possbily tried everything to make footer roman numeral, can't figure it out.  Please help me. My document looks great, it has perfect body, margin, header and footer; but all I want to make footer roman numeral.  By the way, I am building web application Bruno, thanks for you

[iText-questions] adding image in PDF

2005-09-23 Thread Meghana Dalvi
I have J2EE web application which has a link to print PDF document.When user clicks on this link , I create a PDF file dynamically. Currently I am using URL to put the image in PDF. String url= "http://host:port#/images/logo.gif";; Image logo = Image.getInstance(url); The problem is URL might ch

Re: [iText-questions] printing pdf files

2005-09-23 Thread Leonard Rosenthol
At 10:31 AM 9/23/2005, Markus Eberhard wrote: i can create pdf files dynamically. those part its working fine. Now i want to print the generated PDF files on the client location with out opening acrobat reader. The only way to do that is with a custom browser plugin on your user's com

[iText-questions] About Image dimensions

2005-09-23 Thread serkan.koca
    Hi;   I want to ask a general question about pdf file generator programs. When I try to generate a pdf file that contains an image, width and height of this image does not equal to original one, also Itext API behave sma way.   Is there any solution to be able to insert an image to a

[iText-questions] printing pdf files

2005-09-23 Thread Markus Eberhard
i can create pdf files dynamically. those part its working fine. Now i want to print the generated PDF files on the client location with out opening acrobat reader.Is this possible with iText? Thanks MarkusMit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle    Freunde gleichzeitig

RE: [iText-questions] Problem with border of objects

2005-09-23 Thread Paulo Soares
With the current version it works correctly. However, I located a bug with lists that should only be set by the export value and not by the display one. That fix is in the CVS. > -Original Message- > From: Guillermo L. Odone [mailto:[EMAIL PROTECTED] > Sent: Friday, September 23, 2005 3:5

[iText-questions] XML - PDF examples

2005-09-23 Thread Eryan Yu
Hi all, i am very interested in the new example of XML -> PDF (the romeo&juliet example). one problem with it is that there is no example of how to make tables in it. i m working on producing reports and it's based on tables. currently the reports are in html format, i think it would be easy to m

Re: [iText-questions] read PDF write HTML

2005-09-23 Thread Bruno Lowagie
KJ Borges wrote: I'd like to read a PDF file and write it as a HTML file. Is it possible to do it with itext? No, that isn't possible with iText. br, Bruno --- SF.Net email is sponsored by: Tame your development challenges with Apache's Ger

[iText-questions] read PDF write HTML

2005-09-23 Thread KJ Borges
(now with subject) Hello, I'd like to read a PDF file and write it as a HTML file. Is it possible to do it with itext? I was trying to do something like that using the code below but it looks like that from a PdfReader I can't retrieve the read document. PdfDocument document = new PdfDocu

Re: [iText-questions] Add cells from the bottom/end of the table?

2005-09-23 Thread Bruno Lowagie
Eryan Yu wrote: Hi All, I am making an Invoice pdf document, and i want summary/total apear at the end of the page/table. i.e. there would be a big blank between the items and the summary/total part. I would add my table to a page with a rather large bottom margin (large in the way you can us

[iText-questions] (no subject)

2005-09-23 Thread KJ Borges
Hello, I'd like to read a PDF file and write it as a HTML file. Is it possible to do it with itext? I was trying to do something like that using the code below but it looks like that from a PdfReader I can't retrieve the read document. PdfDocument document = new PdfDocument(); PdfReader pd

[iText-questions] Add cells from the bottom/end of the table?

2005-09-23 Thread Eryan Yu
Hi All, I am making an Invoice pdf document, and i want summary/total apear at the end of the page/table. i.e. there would be a big blank between the items and the summary/total part. i use table.setExtendLastRow(true) , to extend the table to the end of the page, but how to put the summary/total

RE: [iText-questions] image measurement unit

2005-09-23 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/general/faq/index.html#measurement s > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alan Klikic > Sent: Friday, September 23, 2005 12:27 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-ques

[iText-questions] Image Sizes

2005-09-23 Thread Jame5Scott
Hi   Sorry if you have already received this email. I understand the default measurement unit is points.   When creating an image of any size in Photoshop and then adding the image to a PDF, the image always comes out larger in the PDF than it should be.   Is there any conversion going on with

[iText-questions] image measurement unit

2005-09-23 Thread Alan Klikic
What is com.lovagie.text.Image position parameters (absolute X, absolute Y,..) measurement unit? Pixel? Is it possible to set position parameters in millimeters? --- SF.Net email is sponsored by: Tame your development challenges with Apac

RE: [iText-questions] Problem with Image overlaping the table border

2005-09-23 Thread Paulo Soares
Increase the cell padding. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eryan Yu > Sent: Friday, September 23, 2005 11:58 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Problem with Image overlaping the > table b

[iText-questions] Problem with Image overlaping the table border

2005-09-23 Thread Eryan Yu
Hi all, When i add an image to a PdfPTable, the image will block the border of the table. I am going to attach the code, and the generated PDF. would you give me a little hints of how can i avoid this? thanks. Codes:  Document document = new Document(PageSize.A4, 20, 20, 20, 20);     try {

RE: [iText-questions] Plans to support PDF/A?

2005-09-23 Thread Leonard Rosenthol
At 06:12 AM 9/23/2005, Paulo Soares wrote: The problem is that there are several layout engines in iText, for example, lists are rendered in completely different ways in ColumnText and in Document(add). Ah, didn't realize that! I go from Word to PDF and then to RTF. Either Acrobat do

RE: [iText-questions] Plans to support PDF/A?

2005-09-23 Thread Paulo Soares
> -Original Message- > From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] > Sent: Friday, September 23, 2005 8:00 AM > To: Paulo Soares; Bruno Lowagie; Carsten Hammer > Cc: itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] Plans to support PDF/A? > > At 04:51 AM 9/2

Re: [iText-questions] adding dots to the of line - how to?

2005-09-23 Thread Mark Hall
On Friday 23 September 2005 13:10, Stanislav Komlenac wrote: > I understand that i need to calculate number of dots and then insert them, > but i dont know how to > detect end of line or something like that. :-( I try to do something with > width of chunk but that > doesn't work... You can't detect

RE: [iText-questions] Plans to support PDF/A?

2005-09-23 Thread Leonard Rosenthol
At 04:51 AM 9/23/2005, Paulo Soares wrote: I have my doubts that a reliable automated system can be made, For people using the layout engine in iText, it should be trivial to automate the tagging - since you know what is a paragraph, etc. It's only the explicit content features that

RE: [iText-questions] Problem with border of objects

2005-09-23 Thread Paulo Soares
I'm having trouble in finding anything wrong. What field and values are you using? > -Original Message- > From: Guillermo L. Odone [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 22, 2005 6:30 PM > To: Paulo Soares; Itext-Questions > Subject: RE: [iText-questions] Problem with bord

Re: [iText-questions] Error while reading bad PDF

2005-09-23 Thread Bruno Lowagie
Nalluri, Nageswara (ELS) wrote: Hi Paulo Soares, Yes what you told is exactly correct. Our question is there any feature in the new version of itex software, if the software tries to read any corrupted file instead of throwing error message it may suggest or ignore page like A system tha

RE: [iText-questions] Error while reading bad PDF

2005-09-23 Thread Nalluri, Nageswara (ELS)
Hi Paulo Spares, Yes what you told is exactly correct. Our question is there any feature in the new version of itex software, if the software tries to read any corrupted file instead of throwing error message it may suggest or ignore page like Can you help on this. Thanks, Nagesh -

Re: [iText-questions] Image sizes

2005-09-23 Thread Bruno Lowagie
James Scott wrote: Hi I understand the default measurement unit is points. Not entirely correct: the measurement is in user units and by default 1 user unit = 1 point with 1 inch = 72 points. When creating an image of any size in Photoshop and then adding the image to a PDF, the image alway

[iText-questions] Image sizes

2005-09-23 Thread James Scott
Hi I understand the default measurement unit is points. When creating an image of any size in Photoshop and then adding the image to a PDF, the image always comes out larger in the PDF than it should be. Is there any conversion going on with iText, which would make this happen? Using the iTex

RE: [iText-questions] Plans to support PDF/A?

2005-09-23 Thread Paulo Soares
I have my doubts that a reliable automated system can be made, even Acrobat has problems with PdfMaker in Word. I also think (I may be mistaken here) that 99% of the people would be happy with something that would simply give the right text ordering. My idea is to give a manual way to tag and a rea

RE: [iText-questions] Flatten almost All fields

2005-09-23 Thread Paulo Soares
What is flattened is the appearances. If you want to make sure that there are appearances set all the fields with the retrieved values. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dominic Maricic > Sent: Friday, September 23, 2005 4:10 AM > T

Re: [iText-questions] adding dots to the of line - how to?

2005-09-23 Thread Stanislav Komlenac
> On Thursday 22 September 2005 20:55, Stanislav Komlenac wrote: > > * > > * some text that is writen some text that is writen * > > * text that is writen end ... * > > > > How can i do this? > How ma