Re: [iText-questions] Preview Image

2004-02-05 Thread Leonard Rosenthol
At 07:47 PM 2/5/2004, Bill Ensley wrote: Hi all, anybody have any thoughts on creating an image preview of a PDF? Ghostscript JPEDAL Multivalent etc... Leonard --- Leonard Rosenthol

Re: [iText-questions] Slideshow Possible?

2004-02-05 Thread Leonard Rosenthol
At 06:53 PM 2/5/2004, Ayush Gupta wrote: Using Photoshop Elements a user can create a Slideshow in PDF. This file opens in full screen and automatically flips though its pages based on a predefined delay. Is it possible to create this using iText? Yes and no. Only PSD Album/Eleme

[iText-questions] Preview Image

2004-02-05 Thread Bill Ensley
Hi all, anybody have any thoughts on creating an image preview of a PDF?

[iText-questions] Slideshow Possible?

2004-02-05 Thread Ayush Gupta
Title: Message Using Photoshop Elements a user can create a Slideshow in PDF. This file opens in full screen and automatically flips though its pages based on a predefined delay. Is it possible to create this using iText?   Here are some links which explains what this is http://www.adobe.co

RE: [iText-questions] Cell heights

2004-02-05 Thread Bernard Herrok
Title: RE: [iText-questions] Cell heights Thank for the help. But it still get this error:   C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\_\Marketing_Dev\gencalendar_jsp.java:257: cannot resolve symbolsymbol  : method setFixedHeight  (int)location: class com.lowagie.

Re: [iText-questions] Embedded fonts when using PdfStamper...

2004-02-05 Thread Christer Sandberg
Hi Paulo, have been playing around today looking at the classes below. Most of the things work OK but some things don't work as expected from my point of view. Here's what I have done/trying to do. I received the PRIndirectReference's through the resource dictionary via the page dictionary from

[iText-questions] Units of measure used for AcroForm Field co-ordinates???

2004-02-05 Thread Andrzej Jan Taramina
I've got some code that looks like the following: AcroFields.Item item= (AcroFields.Item)pdfFields.getFields().get( fieldID ); ArrayList widgets = item.widgets; PdfDictionary dict= (PdfDictionary)widg

[iText-questions] Printing PDF from Swing

2004-02-05 Thread Sulman . Jeff
I have created my first document in iText and it acutally works. Now how do I get that document to open Adobe Reader so the user can view/edit/save the document? I found examples of doing this through servlets and JSPs but none on how to do it through a non-web application. Thanks in advance

Re: [iText-questions] PDF colorspace identification

2004-02-05 Thread Leonard Rosenthol
At 10:12 AM 2/5/2004, Ragnar Birgisson wrote: Is there any way to use itext to determine the colorspace that a PDF has? If not, does anyone know a good way to do that? There are 11 valid colorspaces in a PDF. Each object in the PDF can use a different space. So a PDF doesn't have

Re: [iText-questions] RE: Using iText with Acrobat 6.0

2004-02-05 Thread Leonard Rosenthol
At 11:57 AM 2/5/2004, Wegley, Harry L wrote: In the other case, I never could explain why Acrobat 6.0 would not display the PDF. Acrobat 6 is more strict with respect to the PDF Reference (as was 5 before it in comparison to 4). So if you make a mistake (like not matching save/restore,

[iText-questions] RE: Using iText with Acrobat 6.0

2004-02-05 Thread Wegley, Harry L
I've experienced problems with Acrobat 6.0 twice. In one case, careful examination of my code revealed that I was creating a malformed table -- I can't remember exactly what I did that was wrong, but when I looked carefully at the code it was apparent that the table wasn't structured properly.

[iText-questions] Closed : Using iText with Acrobat 6.0

2004-02-05 Thread Larry *
Hello, Thanks to those that responded to my question regarding using iText with Acrobat 6.0 . Upgrading to Acrobat 6.0.1 resolved the problem. I should have looked for the "Updates" in Acrobat 6.0 . Thanks for the fast responses. ___

[iText-questions] PDF colorspace identification

2004-02-05 Thread Ragnar Birgisson
Is there any way to use itext to determine the colorspace that a PDF has? If not, does anyone know a good way to do that? cheers, Ragnar Birgisson --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Deve

[iText-questions] tagmap question

2004-02-05 Thread Manish
Hi all I ahve the following code, but it doesn't work it gives me nullpoiner exception what can be wrong? If i don't use tagmap it works fine import java.io.IOException; import java.util.Date; import javax.servlet.http.*; import javax.servlet.*; import com.lowagie.text.xml.XmlP

[iText-questions] problem with multi-page report

2004-02-05 Thread Upender, Barg (NIH/CIT)
I am creating a PDF report from my web application. It works well if the content fits in one page. When I add a new line that requires an additional page, I get ascii output instead of PDF output (i.e. it does not launch PDF reader). Any suggestions? Thanks barg --

RE: [iText-questions] The row does not fit into the full page

2004-02-05 Thread Paulo Soares
Title: RE: [iText-questions] The row does not fit into the full page That's the way PdfPTable works and is by design. If you want to break rows you'll have to use ColumnText directly. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]

[iText-questions] The row does not fit into the full page

2004-02-05 Thread Jass
Hi guys! I noticed in iText0.50 release notes that if a row does not fit into the full page, it is dropped. Is it still so or is the row somehow split based on some rules? If not then what's your suggestion for handling such a situation. thanks, Jass

RE: [iText-questions] Using iText with Acrobat 6.0

2004-02-05 Thread Sherlock Simon
I have with 6.0 whereby a watermark (JPG) was displayed OK in 5.x but was incorrectly in 6.0. Downloading 6.0.1 fixed the problem. Simon -Original Message- From: Larry * [mailto:[EMAIL PROTECTED] Sent: 05 February 2004 12:59 To: [EMAIL PROTECTED] Subject: [iText-questions] Using iText wi

RE: [iText-questions] Cell heights

2004-02-05 Thread Paulo Soares
Title: RE: [iText-questions] Cell heights That's possible to do with PdfPTable. See PdfPCell.setFixedHeight(). Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Bernard Herrok Sent:   Thursday, February 05, 2004 5:40 T

RE: [iText-questions] Using iText with Acrobat 6.0

2004-02-05 Thread Paulo Soares
Title: RE: [iText-questions] Using iText with Acrobat 6.0 What's the problem? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Larry * Sent:   Thursday, February 05, 2004 12:59 To: [EMAIL PROTECTED] Subject: 

[iText-questions] text with embedded html

2004-02-05 Thread Clauss, Arne
Title: text with embedded html Hello! I have got text with embedded html-tags. For example: "The sommer in the city is very hot". I would like to add this text to one cell of a table in a pdf-file generated by iText :-). After searching the api, the tutorial and the mailinglist I am still

[iText-questions] Using iText with Acrobat 6.0

2004-02-05 Thread Larry *
Hello, Has anyone experienced any problem displaying reports created with iText.jar(iText0.99.jar) when using Acrobat 6.0 ? They have been and still work fine with Acrobat 5.05 but not with Acrobat 6.0 . Any help would be appreciated. Thanks, Larry ___

[iText-questions] Question about removeFieldsFromPage

2004-02-05 Thread wang yun
Dear Support, I try to remove all the fields from the document by using removeFieldsFromPage. I have problem. Please give me help. Thanks, yun wang Here is my code: // Get a from from a reader PdfReader reader = new PdfReader( args[0] ); int pages = reader.getNumberOfPages();

[iText-questions] Read existing pdf page content

2004-02-05 Thread Arman Melkumyan
Hi.   How to get the PDF page’s text or bookmark? I need to find out any information from any page of PDF, when I don’t know about which page (number). I have a dinamicaly created a PDF file by XML (XSL-Fo) via FOP and I have other PDF which I need to copy its page and write int into my

[iText-questions] XML Template

2004-02-05 Thread Manish
Hi i have following xml template. i am trying to generate pdf from it Protective Services Worker APPROVED: Protective Services Supervisor Everything works fine except that the tags under paragraph are not affected it shows as

[iText-questions] XML with Tagmap

2004-02-05 Thread Manish
Hi I wanted to generate PDF on the fly for this i am using XML is it possible for me to use tagmaps for this? Thanks Manish --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Inte

[iText-questions] Re: XML to PDF

2004-02-05 Thread Manish
So is style sheet the only solution? also if i use style sheet how do i get all the tags of iText? Thanks manish --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the