[iText-questions] Solution to Launch/Open external non-PDF file

2008-08-28 Thread Jianhua Jin
When the links to the external file are created with current PdfAction constructor, Acrobat Reader has problems launching the external file if the path is relative to the PDF file. But the following PdfAction extension seems to work more constently: public class LaunchPdfAction extends PdfActio

Re: [iText-questions] Launch/Open external non-PDF file

2008-08-28 Thread Jianhua Jin
In PDF file there are at least two ways to specify a link to external files:   The first one is this (as it turns out, Acrobat Reader has problem launching the document)   127 0 obj<> endobj This can be done with  PdfAction action=new PdfAction("dm.xpt", null, "open", ".\\docs");   The othe

Re: [iText-questions] [patch] output PDF fonts in predictable order

2008-08-28 Thread Chad Loder
On Thu Aug 28/2008 @ 12:08:P +0100 asdasd, Paulo Soares wrote: > PDF files can't be compared byte by byte. Testing PDF files is very > hard and it's not the font order that is going to make any difference. Paulo, Your response is not only completely incorrect, but also seems to betray a poor atti

Re: [iText-questions] Can i add a verified signature ?

2008-08-28 Thread Andreas Kuehne
Pardon ? I guess I didn't catch the point .. do you want to add a PDF signature ? Or do you want to add a funny picture to make the user believe everything's correct ? Or do you want to add verification data to an existing signature ? Everything but the last is easy to achieve ... Greetings And

[iText-questions] RTF - Leading in ListItem

2008-08-28 Thread Juan Manuel Diaz
Hi everyone, i am trying to add a list on a rtf, i need that the paragraph added to the ListItem has a leading of 19f, or 1,5 but its imposible... i try to do that in differents way, i try to add a paragraph to a listItem and then add the listItem to the List, or directly add text to the listItem

[iText-questions] Can i add a verified signature ?

2008-08-28 Thread BorisTheCat
Newbie when it comes to signatures but... we have a non-pdf document that has been "signed" in our application. We are writing an interface which returns our "documents" as PDFs. While we could just add a bitmap annotation to the PDF with our "signature marker", i wondered if we could add a genu

Re: [iText-questions] RTF: Wrapping text around an image?

2008-08-28 Thread Howard Shank
Sorry the bug fix is a null value when placing an image in a shapeproperty. It does not address any return values at the end of paragraphs. Howard - Original Message From: "Le Doyen, Loic" <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, August 28, 20

Re: [iText-questions] To print a line of words with specified spaces

2008-08-28 Thread Paulo Soares
Use a table or the new tab spacing. Examples at http://1t3xt.info/examples/browse/?page=toc&id=367. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Suresh > Sent: Thursday, August 28, 2008 9:30 AM > To: itext-questions@lists.sourceforge.net

Re: [iText-questions] Rotate Action?

2008-08-28 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sander Bisschops > Sent: Thursday, August 28, 2008 1:20 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Rotate Action? > > Hi guys, > > > > This is my first post to this m

[iText-questions] Rotate Action?

2008-08-28 Thread Sander Bisschops
Hi guys, This is my first post to this mailinglist, please be gentle ;) I'm working with iTextSharp to generate PDF files. I'm trying to add links to them, like URLs on websites. I've found that there are 2 ways: 1) just throw in http://www.google.com/ and Adobe Reader at least will make it

Re: [iText-questions] [patch] output PDF fonts in predictable order

2008-08-28 Thread Paulo Soares
PDF files can't be compared byte by byte. Testing PDF files is very hard and it's not the font order that is going to make any difference. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of JRudolph > Sent: Thursday, August 28, 2008 12:00 PM >

Re: [iText-questions] [patch] output PDF fonts in predictable order

2008-08-28 Thread JRudolph
Hi! Well, I just stumbled about the same problem. While it is arguably bad practice to compare binary files byte by byte for testing, it is at least the first best option you come up with. (Do you know any better?) I think we can agree on caring about compability as far as possible and not intro

[iText-questions] To print a line of words with specified spaces

2008-08-28 Thread Suresh
Hi, I'm trying to print two lines with spaces for alignment. Lets say, CUSTOMER : Name DATE: Date But when I create pdf by passing above text. I could not able get the exact spacing as above. It prints something like below: CUSTOMER : Name DATE: Date How do I meet this requ

Re: [iText-questions] RTF: Wrapping text around an image?

2008-08-28 Thread Le Doyen, Loic
Hi, Is that delete the two line-breakers added after if I use shapes to insert my pictures ? Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Howard Shank Sent: mercredi 27 août 2008 19:29 To: Post all your questions about iText here Subject: Re: