Re: [iText-questions] recto-verso

2006-03-22 Thread Leonard Rosenthol
At 12:37 PM 3/22/2006, Paul wrote: Is it possible to specify that a file has to be printed in a recto-verso mode ? No. PDF's offer no printer control options. Leonard --- Leonard Rosenthol

[iText-questions] Re: Support for PHP-urgent

2006-03-22 Thread Marek Lewczuk
bruno napisał(a): I have no knowledge of other PHP ports. Maybe it's possible to access a JVM from PHP and create a PDF using the iText.jar (Java), but I doubt it if anyone on this list has experience with that kind of hybrid development. (I haven't.) br, Bruno See php/java bridge for php-java i

[iText-questions] recto-verso

2006-03-22 Thread Paul
Hi Bruno, Is it possible to specify that a file has to be printed in a recto-verso mode ? Thanks in advance. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media.

[iText-questions] Can I create barcode labels in a word document using iText API

2006-03-22 Thread Raja Kantamneni
Hi, I have created barcode labels successfully and was able to write them to a PDF file. I want to create the same in word doc, so that I will be able to look at the details of the barcode label for debugging purpose. Is it possible to create barcode labels using iText API in word format instead

Re: [iText-questions] Verifying validity of PDF created usin iText

2006-03-22 Thread Andy Levy
On 3/22/06, Vd K <[EMAIL PROTECTED]> wrote: > > Hi, > > We are using iText for creating PDF and the PDF is stored in database for > future use. We have a requirement to make sure the PDF created from iText is > valid and will be viewable using a PDF viewer like "Adobe Acrobat Reader". > Is there an

[iText-questions] Filling PDF Forms

2006-03-22 Thread Aaron J Weber
Excuse me in advance for the question that I'm sure has been asked, but I couldn't find...   Does anyone have any example java illustrating the filling of PDF Forms?  I thought I saw some, but lost it.  I see that the "iText by Example" has still left that to be filled-in (the rest of that w

RE: [iText-questions] Copying a Thumbnail

2006-03-22 Thread Segev, Eli
Leonard,   Can you be more specific which example you are talking about? Eli Segev   -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 11:47 AM To: Segev, Eli; itext-questions@lists.sourceforge.net Subject: RE

[iText-questions] Verifying validity of PDF created usin iText

2006-03-22 Thread Vd K
Hi,   We are using iText for creating PDF and the PDF is stored in database for future use. We have a requirement to make sure the PDF created from iText is valid and will be viewable using a PDF viewer like "Adobe Acrobat Reader". Is there any inbuilt function available in iText, which will guar

RE: [iText-questions] Graphics2d + transparency

2006-03-22 Thread Paulo Soares
If you want to compare don't forget to include the lines: g.setColor(g.getColor()); g.fillRect(0,0,image.getWidth(),image.getHeight()); that are present in iText but not in the jframe. You'll have transparency in iText if you omit those lines. Paulo > -Original Message- > From: Peter v

RE: [iText-questions] Problems with constructor of object PdfReader

2006-03-22 Thread Paulo Soares
Works for me. If you use the constructor PdfReader(InputStream is) and pass a FileInputStream what error (if any) do you get? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Raúl Hoyos > Sent: Wednesday, March 22, 2006 5:20 PM > To: it

[iText-questions] Problems with constructor of object PdfReader

2006-03-22 Thread Raúl Hoyos
Hello, I'm using an instance of class PdfReader, but I'm having few problems with some of the constructors of this kind of object. I tried this four constructors: PdfReader(byte[] pdfIn) PdfReader(InputStream is) PdfReader(URL url) PdfReader(String filename) and the only constructor that

RE: [iText-questions] Graphics2d + transparency

2006-03-22 Thread Bill Ensley
Another option would be to convert your image into a TexturePaint. This uses different code in the PdfGraphics2D and should hold your transparency. -Bill Ensley Bear Printing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Wednesday,

Re: [iText-questions] PDF creating on a PDA/PocketPC

2006-03-22 Thread bruno
Bart Elshout wrote: Hi everyone, I created a lot of PDF documents with my laptop application, but is it possible with I-Text to create PDF-documents on a PDA/PocketPC? iText is compiled with the J2SE (Java 2 Platform Standard Edition). What you are asking is if we have an iText version that

[iText-questions] PDF creating on a PDA/PocketPC

2006-03-22 Thread Bart Elshout
Hi everyone, I created a lot of PDF documents with my laptop application, but is it possible with I-Text to create PDF-documents on a PDA/PocketPC? Thanks in advance, Bart Elshout --- This SF.Net email is sponsored by xPML, a groundbreak

RE: [iText-questions] Graphics2d + transparency

2006-03-22 Thread Paulo Soares
> -Original Message- > From: Peter van Raamsdonk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 22, 2006 1:38 PM > To: Paulo Soares > Subject: RE: [iText-questions] Graphics2d + transparency > > Hello Paulo, > > Let me see if I get it right, > > GIF, PNG, and JPEG formats are sup

RE: [iText-questions] PdfPTable KeepTogether and ColumnText

2006-03-22 Thread Mitch Freed
Worked like a charm! Thanks Paulo. -Mitch -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 5:05 PM To: Mitch Freed; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PdfPTable KeepTogether and ColumnText Put your table ins

Re: [iText-questions] (no subject)

2006-03-22 Thread bruno
Frank Fischer wrote: Hi Bruno Thanks for you're answer. I tried to solve it using ColumnText but this somehow doesn't work - when opening the resulting pdf i get two errors "Illegal operation 'm' inside a text object" and "Illegal operation 'ET' outside text object". Also the pdf page looks qui

RE: [iText-questions] (no subject)

2006-03-22 Thread Frank Fischer
Hi Bruno Thanks for you're answer. I tried to solve it using ColumnText but this somehow doesn't work - when opening the resulting pdf i get two errors "Illegal operation 'm' inside a text object" and "Illegal operation 'ET' outside text object". Also the pdf page looks quite stange. A lot of elem

Re: [iText-questions] (no subject)

2006-03-22 Thread bruno
Frank Fischer wrote: I use DirectContent and would like to write underlined text to a specific position. For normal text i use: PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream("test.pdf")); document.open(); PdfContentByte cb = writer.getDirectContent(); cb.beginText()

Re: [iText-questions] Support for PHP-urgent

2006-03-22 Thread bruno
Vinay Thakur wrote: Dear Sir Is it possible to use iText for PHP A long time ago somebody posted a message on the mailing list that he was working on a PHP port of iText, I think this was the URL: http://sourceforge.net/projects/itextphp As you can see on that page there never was a release

RE: [iText-questions] (no subject)

2006-03-22 Thread Paulo Soares
ColumnText.showTextAligned() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Frank Fischer > Sent: Wednesday, March 22, 2006 12:25 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] (no subject) > > Hi all > > first t

RE: [iText-questions] Itext support for Adobe 7.0 products

2006-03-22 Thread Paulo Soares
iText doesn't support Designer. Create your fields with Acrobat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lassemo, StianSent: Wednesday, March 22, 2006 12:16 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Itext support for Ado

[iText-questions] Support for PHP-urgent

2006-03-22 Thread Vinay Thakur
Dear Sir   Is it possible to use iText for PHP   regds

[iText-questions] (no subject)

2006-03-22 Thread Frank Fischer
Hi all   first thanks to Paulo and Bruno for answering my previous question.   I have another question related to underlined text. I use DirectContent and would like to write underlined text to a specific position. For normal text i use:   PdfWriter writer = PdfWriter.getInstance(document

[iText-questions] Itext support for Adobe 7.0 products

2006-03-22 Thread Lassemo, Stian
Hi   I have created a PDF containing acrofields in Adobe Professional 7.0. When I try to populate acrofields using Itext everyting looks ok. However when I open the pdf in Adobe Reader 7.0.7 the fields are empty. If I try to read the fields using itext or other pdf reader products, the

RE: [iText-questions] Graphics2d + transparency

2006-03-22 Thread Paulo Soares
It works correctly but you are making the wrong assumption that writing to a BufferedImage will make the BufferedImage transparent. Another error is that you are converting the images to jpeg and jpeg doesn't support any transparency. Try:   Graphics2D g2d = template.createGraphics(240, 170,

[iText-questions] Wasted some time on Maven

2006-03-22 Thread bruno
Hello, I have spent some time on Maven (followed a Maven2 course, tried to write my own POM for iText, etc...), but I have the feeling this time was wasted because Maven just can't beat ANT for the tasks that need to be done to prepare an iText release. This personal impression surprises me beca

Re: [iText-questions] Graphics2d + transparency

2006-03-22 Thread Peter van Raamsdonk
Thanks for the reply Paulo, If transparency in Graphics2d should work or mostly like you say then I can figure out what can be done. Here is a simple code snippet of the general idea; I want the background to be transparent like it is. The image is just an test image, it can easily be a gif. I've

[iText-questions] TagMap XML attibutes

2006-03-22 Thread DREUILLAT Laurent
Hi,   Is it possible to use XML attributes in an iText TagMap File? For exemple, I would like to translate this XML sample :   ...   With this TagMap File :   I would like to use the "titlesize" attribute of my XML File to set the attribute "size" of the TagMap, using something l

Re: [iText-questions] Object data...

2006-03-22 Thread Bruno Lowagie
Alan wrote: I’ve had to take time off this project so I apologise for the time lag. I don't remember what the question was about, but I forward it to the mailing list (you have mailed it to the admin and Leonard only). Leonard’s pointers (and Paulo’s code) were an excellent start but I can

Re: [iText-questions] Absolute Position of tables, paragraphs, phrase

2006-03-22 Thread bruno
Frank Fischer wrote: Hi all does anyone know how i can absolute position a table in a pdf document? I have a PdfPTable and would like to position it similar to positioning text using PdfContentByte and showTextAligned(). Same for objects like phrase and paragraphes. Is there a way to do this

Re: [iText-questions] pdfcopyfields

2006-03-22 Thread bruno
Jesus Mercado wrote: Hello, My situation is as follows. I have one pdf file name ScheduleA.pdf and it contains an Acroform with various fields. Thru a program I need to load that page a certain number of times set the values for the acrofields and then concatonate all the SchedulesA.pdf fil

Re: [iText-questions] Multilingual Support in iText

2006-03-22 Thread bruno
Arumugam, Rajesh (GE Infra, Aviation, Non-GE, US) wrote: Hi, I have downloaded used iText in one of our web application for generating PDF documents on the fly. Thanks for building such a nice utility. Part of my requirement is to provide support for displaying multilingual characters like R

Re: [iText-questions] How to create a template pdf file

2006-03-22 Thread bruno
simon xu wrote: > I'like to use code like these > " > AcroFields form = stamp.getAcroFields(); > > > form.setField("Name", "test"); > form.setField("Age","26");" > But how do I create my template pdf file?what tool is needed? What you call a template pdf file is in fact a PDF file with an AcroFor