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

2006-01-11 Thread Alan
Thank you Leonard. I've got a basic idea of how it works so, with your hints, I should be able to sort it out... although at the moment I think "pretty easy" is a fairly relative term ;-). Cheers AlanK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leonar

RE: [iText-questions] How to simulate "Save As" functionality in iText

2006-01-11 Thread Leonard Rosenthol
At 08:51 AM 1/10/2006, Bill Ensley wrote: OK, you know what you are talking about, but then what is skrinking the final PDF size? Without seeing the original and the final - I can't say for certain... Could be duplicated data that is being eliminated. Could be garbage/usused

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

2006-01-11 Thread Leonard Rosenthol
At 01:25 PM 1/10/2006, Alan wrote: Can anyone give me some clues on how to add "Object Data" (accessible via the "Object Data Tool" in Adobe Reader) to a graphics object using iText? You need to first read the PDF Reference to understand how Object Data (aka User Properties) exists in

[iText-questions] Edit Fields?

2006-01-11 Thread Wooten, Bryan
I am new to iText and PDF in general (this is my third day doing this) and have a question about editing fields in a form.   Background I am writing a J2EE app that queries an Oracle DB and returns several fields from a table (given jobcode returns job title and pay grade)   The data fr

[iText-questions] Add an entire document to a document...

2006-01-11 Thread michelle jeffreys
Hi,   We have a scenario where we want to merge multiple documents (txt/rtf/pdf/word) into one '.pdf' document. So far I have only managed to read lines of text from a .txt file and write them to a paragraph, a weak alternative.   Is there a way of adding documents to the iTextSharp.text.Docume

RE: [iText-questions] Flattening ActivePDF generated form fields.

2006-01-11 Thread Paulo Soares
The fix is in the CVS. > -Original Message- > From: Hubbard, Tom [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 4:21 PM > To: Paulo Soares; 'itext-questions@lists.sourceforge.net' > Subject: RE: [iText-questions] Flattening ActivePDF generated > form fields. > > Thanks f

RE: [iText-questions] Flattening ActivePDF generated form fields.

2006-01-11 Thread Hubbard, Tom
Thanks for responding, Paulo. I appreciate it. Here are two PDFs, one is the original PDF before it runs through ActivePDF. iText can flatten this one fine. The other is the after ActivePDF file which has the error. Following is the code I'm using to test as well as the stack trace of the error

[iText-questions] adding an image and text to an existing pdf

2006-01-11 Thread Andrzej . Ciereszko
Hi! I have a following problem. I need to be able to add a small image and a few words at the bottom of the pdf document. The problem is that the document will be different each time. I can use absolute positioning, but it isn't pretty, the documents have different sizes and content and I can't g

RE: [iText-questions] Czech characters into the PDF

2006-01-11 Thread Paulo Soares
(Please reply to the mailing list) You must embedd the font. > -Original Message- > From: Honza Spurný [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 12:31 PM > To: Paulo Soares > Subject: Re: [iText-questions] Czech characters into the PDF > > Paulo Soares wrote: > > Se

RE: [iText-questions] HTML to PDF

2006-01-11 Thread Luciano Rodrigues
Success!! Thanks!   >>> "Paulo Soares" <[EMAIL PROTECTED]> 11/01/2006 08:56 >>> I understand your problem and I gave you the solution. Here's an hardcoded solution:SAXParser parser = SAXParserFactory.newInstance().newSAXParser();InputSource ips = new InputSource(new InputStreamReader(new File

AW: [iText-questions] General Help!!

2006-01-11 Thread Thomas Hrusovar
Paolo, Oh, that's then a missunderstanding of myself... What a pity! O.K., then the next question is already *OT*: Do you possible know about a software, that can do something i need? It should be not to expensive... Sorry for disturb you in this list. How can i unsubscribe here? Best regards,

RE: [iText-questions] General Help!!

2006-01-11 Thread Paulo Soares
(Please reply to the mailing list) As I said before iText is a developers library, there's no scripts or command line to sign. > -Original Message- > From: Thomas Hrusovar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 11:11 AM > To: Paulo Soares > Subject: AW: [iText-qu

Re: [iText-questions] java.text.BreakIterator implementation of SplitCharacter

2006-01-11 Thread Peter B. West
lucian chirita wrote: Peter B. West wrote: lucian chirita wrote: Hi Has anyone written an implementation of SplitCharacter using (or equivalent to) a java.text.BreakIterator? We need something like that because here at JasperReports we're using java.awt.font.LineBreakMeasurer to break te

RE: [iText-questions] HTML to PDF

2006-01-11 Thread Paulo Soares
I understand your problem and I gave you the solution. Here's an hardcoded solution: SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); InputSource ips = new InputSource(new InputStreamReader(new FileInputStream("c:\\20061_010043.HTML"), "iso-8859-1")); parser.parse(ips, new SAXmy

RE: [iText-questions] General Help!!

2006-01-11 Thread Paulo Soares
iText is a library for developers. If you're not familiar with java you should ask yourself what you are doing here. That said, have a look at http://itextpdf.sourceforge.net/howtosign.html. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Thomas

RE: [iText-questions] Using anchors inside tables

2006-01-11 Thread Paulo Soares
Works for me using the latest version. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Clemens Eichler > Sent: Wednesday, January 11, 2006 10:04 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Using anchors inside tab

Re: [iText-questions] HTML to PDF

2006-01-11 Thread Luciano Rodrigues
I´m not kinding!   You don´t  understand my problem!   I Have a HTML file with encondig. I need to generate PDF file. But I haven´t XML file.   Because this, I send my java source code and my html file to you. This files are examples for my problem.   I would like help. >>> "Paulo Soares" <[EMAIL

[iText-questions] Using anchors inside tables

2006-01-11 Thread Clemens Eichler
Hi All! I want to generate pdf-documents with itext. In these documents I want to show anchors inside of table cells (see the code below). But if I generate such a document and open it, I can't use the hyperlinks to open the requested page. Code: ... Document document = new Docum

AW: [iText-questions] General Help!!

2006-01-11 Thread Thomas Hrusovar
Sorry i forgot: I'm using SuSE >=9.3 Thanks, Thomas -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Thomas Hrusovar Gesendet: Mittwoch, 11. Jänner 2006 10:23 An: itext-questions@lists.sourceforge.net Betreff: [iText-questions] General Help!! He

[iText-questions] Merge in memory and add bookmarks

2006-01-11 Thread Robin Zhao
I can sucess merge a list of PDF, all PDF no bookmarks. after merge, the PDF save in memory and show on browser. My problem is: Can i add bookmarks to the temporary PDF, the bookmarks is the list PDF name, when click bookmarks, will jump to respective Page? What i done is 1. use PdfReader read

[iText-questions] General Help!!

2006-01-11 Thread Thomas Hrusovar
Hello list! I'm an absolute newbie to itext and not really familiar with java Programming... There is some sample code on the Site i have downloaded itext to sign PDF's. My question is: How must i start some code? Is anybody out there who can help me how to do this? If i know the way to go, then

Re: [iText-questions] Multiple Watermarks on a document

2006-01-11 Thread Bruno Lowagie
Paulo Soares wrote: See http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/index.htm l. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Lundin Sent: Tuesday, January 10, 2006 5:16 PM To: itext-questions@lists.sourceforge.net