Re: [iText-questions] PdfContentByte

2006-11-23 Thread Bruno Lowagie
Giampaolo Capelli wrote: > thank you very much, > I solved my problem by create a first file with concatenation of > multiple pdf files, and then I used PdfStamper to add an index. > Is there a way to avoid to create a temporary intermediate file, and to > work directly on the file written by Pdf

Re: [iText-questions] PdfContentByte

2006-11-23 Thread Giampaolo Capelli
thank you very much, I solved my problem by create a first file with concatenation of multiple pdf files, and then I used PdfStamper to add an index. Is there a way to avoid to create a temporary intermediate file, and to work directly on the file written by PdfCopy? Bruno Lowagie wrote: >[EMA

Re: [iText-questions] How to draw a horizontal line at a arbitrary psoition?

2006-11-23 Thread Bruno Lowagie
Dirk Ulrich wrote: > I am using a Chapter to place subsequent Sections to be able to number > the sections continuously. This works fine. OK. > Now I want to add a > horizontal line as a divider. How can I do this? That's explained in section 14.2 of the book. I use the same technique in chapt

[iText-questions] How to draw a horizontal line at a arbitrary psoition?

2006-11-23 Thread Dirk Ulrich
I am using a Chapter to place subsequent Sections to be able to number the sections continuously. This works fine. Now I want to add a horizontal line as a divider. How can I do this? If I use this code: PdfWriter writer = PdfWriter.getInstance(document, new

Re: [iText-questions] compile with GCJ

2006-11-23 Thread S3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Take a look at the program pdftk (Portable Document Format ToolKit). It compiles the iText library with GCJ and then uses it from a C++ frontend. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5-ecc0.1.6 (GNU/Linux) Comment: Using GnuPG with Mozilla

[iText-questions] compile with GCJ

2006-11-23 Thread Noe Rocha
Hello. I can't compile a simple example using Itext lib with GCJ. This is what i have done: gcj --classpath="./itext-1.4.6.jar;." --main=FdfMerge -o FdfMerge FdfMerge.java Does anyone ever used GCJ? Thanks. -- View this message in context: http://www.nabble.com/compile-with-GCJ-tf2693456.html

Re: [iText-questions] Attachments to PDF

2006-11-23 Thread Bruno Lowagie
R. Pardha Saradhi Gupta wrote: > Hi, > > Is itext api supports appending attachments to pdf. Yes. > If so, Is itext 1.3 supports this feature. It depends: Support for annotations with attachments was added in 1.1. Support for document level attachments was added in 1.4.2. br, Bruno

Re: [iText-questions] Attachments to PDF

2006-11-23 Thread Bruno Lowagie
My answer bounced. Sorry if you get this twice. R. Pardha Saradhi Gupta wrote: > Hi, > > Is itext api supports appending attachments to pdf. Yes. > If so, Is itext 1.3 supports this feature. It depends: Support for annotations with attachments was added in 1.1. Support for document

[iText-questions] Attachments to PDF

2006-11-23 Thread R. Pardha Saradhi Gupta
Hi, Is itext api supports appending attachments to pdf. If so, Is itext 1.3 supports this feature. Thanks in advance.for the response. Thanks & Regards Pardha - Take Surveys. Earn Cash. Infl

Re: [iText-questions] XML2PDF ExceptionConverter: java.lang.NullPointerException

2006-11-23 Thread Bruno Lowagie (iText)
Ray wrote: > public TagMap(String tagfile) { > super(); > try { > //init(TagMap.class.getClassLoader().getResourceAsStream(tagfile)); > init(new FileInputStream(tagfile)); > }catch(Exception e) { > throw new ExceptionConverter(e); > } > } What if you change the constructor lik

Re: [iText-questions] iText support

2006-11-23 Thread Bruno Lowagie (iText)
Vishal Mehra wrote: > Hi, > > I am trying to convert HTML to PDF. I want to achieve 100% formatting. There's no such thing as 100% formatting. Every browser renders HTML in its own particular way. Think about that BEFORE you accept an assignment to convert HTML to PDF. Please read the FAQ: http

[iText-questions] iText support

2006-11-23 Thread Vishal Mehra
Hi, I am trying to convert HTML to PDF. I want to achieve 100% formatting. I want to know some information regarding HTML formatting. * Is iText directly support "style" attribute with all values??? * Is iText support tag? * Is iText support tags?? * Is iT

[iText-questions] XML2PDF ExceptionConverter: java.lang.NullPointerException

2006-11-23 Thread Ray
Hi Bruno, the code below throw a iText Exception, if i try to convert my xmlfile with my own tagfile: ExceptionConverter: java.lang.NullPointerException at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source) at org.apache.crimson.parser.Parser2.parse(Unknown Source)

Re: [iText-questions] PdfContentByte

2006-11-23 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > This is my problem: > I have some pdf files, and I want to create a pdf file which must include > (import) them, and in the first page it must have an index for them. > I want the index rows to be links to the corresponding pdf files imported in > the global pdf. Sound

Re: [iText-questions] PdfContentByte

2006-11-23 Thread [EMAIL PROTECTED]
This is my problem: I have some pdf files, and I want to create a pdf file which must include (import) them, and in the first page it must have an index for them. I want the index rows to be links to the corresponding pdf files imported in the global pdf. Currently, I managed to create a pdf fil

Re: [iText-questions] PdfContentByte

2006-11-23 Thread Bruno Lowagie
Giampaolo Capelli wrote: > Hi all, > I would need a feature not implemented yet: Apparently you don't know iText very well. > I'm using cb.addTemplate() but it loose interactive pdf objects like > annotations (for instance arrows inserted from Acrobat). That's normal. It's documented in the