Re: [iText-questions] Creating Bookmarks in existing PDFs

2004-06-10 Thread Paulo Soares
You need to use PdfCopy.setOutlines() or PdfCopyFields.setOutlines(). See SimpleBookmark for the outline format. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 18:55 Subject: [iText-questions] Creating Bookm

[iText-questions] Creating Bookmarks in existing PDFs

2004-06-10 Thread terry . charlton
Hi all, I'm an iText newbie, desparately seeking a bit of help with a project I'm working on... I'm having loads of trouble trying to create a NEW bookmark in a pre- existing PDF file. I'm concatenating a number of single page documents (which weren't created in iText), and need to add a bookmark

Re: [iText-questions] Error in getting Image Object

2004-06-10 Thread Paulo Soares
All the gif types are supported. You are probably getting a 404 page. Best Regards, Paulo Soares - Original Message - From: "Suprigya" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 0:12 Subject: [iText-questions] Error in getting Image Object > Hello, > > I

Re: [iText-questions] ZLib1.dll

2004-06-10 Thread Paulo Soares
It's a plain dll, it must be in the path. Best Regards, Paulo Soares - Original Message - From: "Jonathan Rajotte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 22:51 Subject: [iText-questions] ZLib1.dll > Hi, > > I am trying to use your itextdotnet librari

Re: [iText-questions] Generate a Table of Contents

2004-06-10 Thread Paulo Soares
Do a search on the mailing list. There are some hints on how to do it. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 12:59 Subject: [iText-questions] Generate a Table of Contents How can I generate a Tab

Re: [iText-questions] Landscape printing question

2004-06-10 Thread Paulo Soares
Maybe with javascript but I'm not sure. Best Regards, Paulo Soares - Original Message - From: "Kirk Everett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 22:29 Subject: RE: [iText-questions] Landscape printing question > > Duh.. No. W

Re: [iText-questions] Transparant Images

2004-06-10 Thread Paulo Soares
Here you have, in a silver platter: import java.io.*; import java.util.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; import java.awt.Color; public class stamperjap { public static void main(String args[]) { try { Document doc = new Document(); Pd

Re: [iText-questions] Can I add image over every page of an incoming PDF file

2004-06-10 Thread Paulo Soares
Use PdfStamper. Examples at itextpdf.sf.net. Best Regards, Paulo Soares - Original Message - From: "Mullin Yu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 7:35 Subject: [iText-questions] Can I add image over every page of an incoming PDF file > hi, > > i r

Re: [iText-questions] generating a multipage report with page numbers on each page

2004-06-10 Thread Paulo Soares
- Original Message - From: "Vishal Singal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 8:20 Subject: [iText-questions] generating a multipage report with page numbers on each page > Hello, > > I get some data from the database and want to display the record

Re: [iText-questions] Annotations vs Notes

2004-06-10 Thread Paulo Soares
As always it's a good idea to see what Acrobat does. Here's what you want: PdfAnnotation annot = PdfAnnotation.createText(writer, new Rectangle(200, 200-22, 220, 200), "title", "message", false, "Comment"); String appText = "1 1 0.5 rg 0 G 0 i 4 M 1 j 1.0479 9.7871 m 1.0479 16.8164 l 3.9346 19.703

[iText-questions] iText want to have a printer driver installed ?

2004-06-10 Thread Paul Pinault
I can't get pdf while printer driver is anavailable... Does iText really needs it, How can I bypass it : I'd like to have printer driver on my server. Config : WebSphere JDK 1.3 _ Hotmail : un compte GRATUIT qui vous suit partout et

[iText-questions] Generate a Table of Contents

2004-06-10 Thread rafavalencia
How can I generate a Table of content for a document created with the iText API? Thank you in advance Rafael Valencia --- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event.

[iText-questions] ExceptionConverter

2004-06-10 Thread Jonathan Rajotte
Hi, When I try to convert a XML file into PDF using XMLParser.parse(document, "Test2.xml"), I received this error: "Exception of type com.lowagie.text.ExceptionConverter was thrown" I have attached the file. Any idea what it can be? Thanks, Joe

[iText-questions] Any struts example of using iText?

2004-06-10 Thread Ken Ho
Dear all,       Is there any struts example of using iText, if there is, Would you mind send the link to me for study?   Best Regards, Ken Ho     

[iText-questions] generating a multipage report with page numbers on each page

2004-06-10 Thread Vishal Singal
Hello, I get some data from the database and want to display the records in a PDF file. The report may span over a number of pages. The report shall be displayed as a table. My problems are: 1. How can I print the "Page X of Y" on each page of report in the footer cause I dont know how many pages