Re: [iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Bruno Lowagie
It is better to reply to the mailing list in CC instead of to one person only. Caron van Schalkwyk wrote: I have managed to generate multiple pdfs, merge data using an HTML template and placeholder tags. This worked for my simple case. I now need to display an invoice with x-number of invoic

[iText-questions] A Header and Footer technique (with tables) that works with both Pdf & Rtf docs

2005-11-14 Thread Stewart Meyers
I am trying to create a single class that creates both PDF and RTF docs.  So far, this has been working well.  Now I need to be able to define headers and footers, and the content in them are tables.  The PdfWriter seems to support tables in headers and footers through message callbacks, bu

Re: [iText-questions] why is "commenting" not allowed?

2005-11-14 Thread Leonard Rosenthol
At 05:46 PM 11/14/2005, Mr. Ornob wrote: I have created PDFs using iText without any encryption. I don't seem to be allowed to create notes/comment in adobe acrobat reader for these docs. When I see the document properties, it lists commenting not allwoed in security section. Because

[iText-questions] why is "commenting" not allowed?

2005-11-14 Thread Mr. Ornob
I have created PDFs using iText without any encryption. I don't seem to be allowed to create notes/comment in adobe acrobat reader for these docs. When I see the document properties, it lists commenting not allwoed in security section. any help will be highly appreciated thanks. __

Re: [iText-questions] Re: XFA support

2005-11-14 Thread Leonard Rosenthol
At 04:28 PM 11/14/2005, Mark Storer wrote: B: The only "real world" (ha) XFA forms I know of are the sample forms that ship with Elsee-dee (LCD->life cycle designer). They are out there... And come the first of the year, there will be a LOT of them, as all of the 2005 IRS Tax

[iText-questions] Re: XFA support

2005-11-14 Thread Mark Storer
Paulo Soares consiste.pt> writes: > > I'm working on XFA support for iText and I need complex PDFs to test. If any > of you can share or know where I can get this I'd appreciate. > > Best Regards, > Paulo Soares > A: You're my hero. It sounds like you're about to save me a LOT of work. Many

Re: [iText-questions] Re: Simple Checkbox in PDF-Text?

2005-11-14 Thread Bruno Lowagie
Daniel Bick wrote: Bruno Lowagie lowagie.com> writes: You don't, so to be safe you embed the character. br, Bruno Interresting. So I build the Report with, let's say, Sun Solaris, which doesn't have Windings. As a matter of fact, the OS at Ghent University where I use iText in a

[iText-questions] Re: Simple Checkbox in PDF-Text?

2005-11-14 Thread Daniel Bick
Bruno Lowagie lowagie.com> writes: > You don't, so to be safe you embed the character. > br, > Bruno Interresting. So I build the Report with, let's say, Sun Solaris, which doesn't have Windings. So I only have to "embed" it and the Miracle happens? ;-) -

Re: [iText-questions] PDF to Image

2005-11-14 Thread Hans-Werner Hilse
Hi, On Fri, 11 Nov 2005 16:58:28 - "Paulo Soares" <[EMAIL PROTECTED]> wrote: > iText can't do it. You can try jpedal, pdfbox, multivalent and > ghostscript. I'd like to add: Xpdf's pdftoppm will probably do, too. It's probably one of the lesser resource-intensives. -hwh --

[iText-questions] Grouping elements

2005-11-14 Thread Ary Junior
Hello, can I group iText elements and set that positions? For example: I want to positioning two PdfPTables at the top of the document and a Paragraph with a Image positioned at the bottom of the page. Thanks very much, Ary Junior --- SF.Ne

Re: [iText-questions] IE with frames / PDF link opens but loses target frame with 7.0.5

2005-11-14 Thread Bruno Lowagie
No, but the first thing I would try, is not to call my_pdf.pdf directrly; but an HTML file that embeds the Reader plug-in: Maybe that will help (maybe not). br, Bruno --- SF.Net email is sponsored by: Tame your development challenges with Apac

Re: [iText-questions] Re: Simple Checkbox in PDF-Text?

2005-11-14 Thread Bruno Lowagie
Daniel Bick wrote: Bruno Lowagie lowagie.com> writes: Use a corresponding character in a different font. For instance in Wingdings.ttf you have 0x6F and 0x70 (or 0xFD and 0xFE if you want a checked box). Problem: How do I know that the User has installed Windings? You don't, so

[iText-questions] IE with frames / PDF link opens but loses target frame with 7.0.5

2005-11-14 Thread Eli Kupershtock
We run an application with 2 frames: The first is html and the second is a PDF document which has web links. If we select a link on the PDF document we get a change of behavior between releases of reader 7.0.5 and 7.0.3 (+ prior releases). 7.0.3 and prior releases (expected behavior) ·

[iText-questions] Re: Simple Checkbox in PDF-Text?

2005-11-14 Thread Daniel Bick
Bruno Lowagie lowagie.com> writes: > Use a corresponding character in a different font. > For instance in Wingdings.ttf you have 0x6F and 0x70 > (or 0xFD and 0xFE if you want a checked box). Problem: How do I know that the User has installed Windings? ---

[iText-questions] signature verification with PdfPKCS7

2005-11-14 Thread hans lux
hello, i'm trying to verify an external signature that is embedded in a pkcs7the verify method always returns false (so far).. can anybody see what's wrong ? thanks a lot hans byte[] signPdf(byte[] pdfData) { ByteArrayOutputStream bout = new ByteArrayOutputStream(); try {

Re: [iText-questions] Simple Checkbox in PDF-Text?

2005-11-14 Thread Bruno Lowagie
Daniel Bick wrote: Hello. I'm just working on a simple Report in Pdf. For this I need to add some small Check-Boxes in the Text and/or Table like this: "Hello, my name is []John []Dave" These Boxes only have to be simple Graphics/Lines without Function. Use a corresponding character in

[iText-questions] Simple Checkbox in PDF-Text?

2005-11-14 Thread Daniel Bick
Hello. I'm just working on a simple Report in Pdf. For this I need to add some small Check-Boxes in the Text and/or Table like this: "Hello, my name is []John []Dave" These Boxes only have to be simple Graphics/Lines without Function. I've read about some Klasses like "PDFFormField" etc, but t

Re: [iText-questions] Re: How to get a Hex string in contentstream

2005-11-14 Thread 熊田貢
I found out how character changes from program source to print-out. -- String in program source: "\u266c" this character is musical note symbol. CID code is 12100 (0x2F44) PDF source created by iText (/D) Tj Print-out /D ---

RE: [iText-questions] PDF Signatures

2005-11-14 Thread Paulo Soares
You can put any text with PdfSignatureApperance.setLayer2Text(). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Palani V. Rajan > Sent: Tuesday, June 14, 2005 8:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF

RE: [iText-questions] HTMLWorker cannot output unicode-encoding

2005-11-14 Thread Paulo Soares
Get the code from the CVS. With it you can add in the StyleSheet the parameter "encoding". You'll also need a font with the chinese characters registered in FontFactory. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alex Chew > Sent: Monday, No

Re: [iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Bruno Lowagie
Caron van Schalkwyk wrote: Thanks for your quick response and help. One last question: Which do you recommend I use at this stage of iText development: (extract from Example 6 and 7 of the tutoria) SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); parser.parse("Chap0702.html",

[iText-questions] HTMLWorker cannot output unicode-encoding

2005-11-14 Thread Alex Chew
I am working on a task to covert html fragment to pdf using iText HTMLWorker.  i put some unicode of chinese words such as \u80CC\u666F in a String and try to parse it using worker.parse(stringReader) method, but i got nothing output.   I tried chinese words directly, it replaced by "?".   It seem

Re: [iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Bruno Lowagie
Caron van Schalkwyk wrote: Hi, Our J2EE application needs to generate pdf invoices. The idea is to have some sort of HTML template with placeholders. The placeholders need to be populated from a database. The user can either view the merged document in HTML or pdf version. I have read the XML

[iText-questions] HTML Template, Merging, IText

2005-11-14 Thread Caron van Schalkwyk
Hi, Our J2EE application needs to generate pdf invoices. The idea is to have some sort of HTML template with placeholders. The placeholders need to be populated from a database. The user can either view the merged document in HTML or pdf version. I have read the XML chapter in the tutorial. Unfo

[iText-questions] PDF Signatures

2005-11-14 Thread Palani V. Rajan
Hi   I've created a PDF Signatures.   I have the Signing Reason & Signing Location visible in the signature icon (visible signature).   But I need the signers organization name to be displayed below the signers name.   Is there is a way to do this ?   Pls help me.   Thankx in advance.   - P