RE: [iText-questions] PDF to RTF

2003-10-13 Thread Leonard Rosenthol
At 12:02 PM -0500 10/13/03, Jain, Pankaj (MED, TCS) wrote: Can I get some more details about the tools you mentioned. the best one is Drake from BCL (http://www.bcltechnologies.com), others include Gemini (http://www.iceni.com). Leonard -- --

RE: [iText-questions] PDF to RTF

2003-10-13 Thread Jain, Pankaj (MED, TCS)
Thanks Leonard! Can I get some more details about the tools you mentioned. thanks Pankaj -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 11:43 AM To: Jain, Pankaj (MED, TCS); 'Paulo Soares'; [EMAIL PROTECTED] Subject: Re: [iText-question

Re: [iText-questions] PDF to RTF

2003-10-13 Thread Leonard Rosenthol
At 11:19 AM -0500 10/13/03, Jain, Pankaj (MED, TCS) wrote: Is there any java API by which I can convert a PDF into an RTF. Not native Java, no. But there some good tools that you can call from Java (that run via command line, COM, etc.) to do this. Leonard --

[iText-questions] HELP! PDF not generating in Secure environment.

2003-10-13 Thread Collard, John
We developed our PDF in a non-secure environment and are not attempting to test it, but are getting errors and don't know quite where to begin. The error we are getting is a message we put out: IOException on PDF graphic for id=:Response contained no data Our message = "IOException on P

[iText-questions] PDF to RTF

2003-10-13 Thread Jain, Pankaj (MED, TCS)
Hi, Is there any java API by which I can convert a PDF into an RTF. Thanks Pankaj --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US

[iText-questions] Problem with sending pdf attachment to IE : Asking Again

2003-10-13 Thread Dayal Murukutla
Hi, I am using IText to create a pdf file and send it as an attachment from a java servlet to the users browser. Everything works great in netscape, but IE prompts the user twice with the open/save file dialog box ! Can anyone tell me how to prevent IE from displaying the open/save dialog box twic

RE: [iText-questions] NPE in PdfReader

2003-10-13 Thread Matt Griffin
I'm three stages removed from the origin of these documents but I'll get on the phone to our providers and see if we can't just force a change. You'll get no argument from me on standards being hammered out in stone. However, the corallary is that I also have to aggressively move to stop the real

RE: [iText-questions] NPE in PdfReader

2003-10-13 Thread Leonard Rosenthol
At 8:49 AM -0400 10/13/03, Matt Griffin wrote: Leonard, I agree completely. However, we all know that we live in the analog ;) Yes, but at the same time Adobe and those of us on standards committees (like PDF/X and PDF/A) are tightening down the spec as much as possible, so that documents that

RE: [iText-questions] encrypting a pdf file

2003-10-13 Thread Paulo Soares
If you give the owner password you can do everything. Best Regards, Paulo Soares > -Original Message- > From: AI Click [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 12:40 > To: [EMAIL PROTECTED] > Subject: [iText-questions] encrypting a pdf file > > Kindly refer to your

RE: [iText-questions] NPE in PdfReader

2003-10-13 Thread Matt Griffin
Leonard, I agree completely. However, we all know that we live in the analog ;) Thanks so much for your help, Paulo. Matt Griffin Software Developer Nerac, Inc. One Technology Drive Tolland, CT 06084 phone: 860-872-7000, ext. 328 [EMAIL PROTECTED] www.nerac.com -Original Message- From: L

RE: [iText-questions] StackOverflowError on onEndPage event + qui ck'n'dirty workaround

2003-10-13 Thread Paulo Soares
Document.add() inside a page event is strictly forbidden or at least not recommended. The risk is endless loops, wrong margins, etc. If using page events watermarks are better replaced by setting the image(s) or text at precise positions. Best Regards, Paulo Soares > -Original Message- >

[iText-questions] StackOverflowError on onEndPage event + quick'n'dirty workaround

2003-10-13 Thread sgtpepper
I'm writing a simple class who gets an iSeries spool file (text file with control code as first char of each line) and builds a PDF. An option on the command line allows to place an image as header (in fact it's a Watermark) and another image as a footer, using onEndPage. There are some spoo

RE: [iText-questions] Cursor Position (iText)

2003-10-13 Thread Paulo Soares
You must use PdfContentByte and keep track yourself of the "point" position. See the tutorial for advanced iText and some more examples at itextpdf.sf.net. Best Regards, Paulo Soares > -Original Message- > From: Ana Martín Regalado [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003

RE: [iText-questions] OpenType font

2003-10-13 Thread Paulo Soares
It supports OpenType with CFF glyphs with standard encodings without subsetting. Best Regards, Paulo Soares > -Original Message- > From: Sylvain Ponsonnaille [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 7:56 > To: [EMAIL PROTECTED] > Subject: [iText-questions] OpenType

RE: [iText-questions] Image.getInstance ?

2003-10-13 Thread Paulo Soares
It calls the URL as many times as needed. If you want to guarantee that it's called only once then read the data first to a byte array and feed that array to Image.getInstance(). Best Regards, Paulo Soares > -Original Message- > From: Charminda Bandara [SMTP:[EMAIL PROTECTED] > Sent: Mond

[iText-questions] Cursor Position (iText)

2003-10-13 Thread Ana Martín Regalado
Hi. I'm just begin with iText, but I'm realising that there's no way to control the current position of the cursor for a PDF Document Writer. There's no cursor(x,y) on Document Class, nor y position. Am I wrong? Could you help me please? I'm traslating printing tags into PDF document and I need to

RE: [iText-questions] PdfGraphics2D setClip method

2003-10-13 Thread Paulo Soares
setClip() is supported. You can set Document.compressed=false to see the stream uncompressed. Best Regards, Paulo Soares > -Original Message- > From: Steven Green [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 2:51 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfG

[iText-questions] OpenType font

2003-10-13 Thread Sylvain Ponsonnaille
Hello,   Does itext support OpenType fonts for creating PDFs?   Thanks.

RE: [iText-questions] TIFF to PDF convertion and Annotations

2003-10-13 Thread Huttin Pierre
http://wms.eistream.com/support/support_imagingforwindows/new_faqs/annospec. htm > >I want to convert some TIFF documents into PDF format, > > OK - iText can do that. > > > >but I want transform my TIFF Annotations into PDF Annotations, > >anybody have an idea how to do this? > > The