Re: [iText-questions] question about the big downside for PdfWriter.

2006-10-19 Thread Tim
Paulo Soares consiste.pt> writes: > > Other than recreating the fields there's no easy way to do it. > > Paulo I really appreciate you answered my question so quickly. Here you said I need to recreate those fields. I am not sure what you really mean. Do you mean recreate those fields to the

Re: [iText-questions] question about the big downside for PdfWriter.

2006-10-19 Thread Tim
Mark Storer cardiff.com> writes: > > > What you CAN > do is fill out the form from the original PDF, flatten it, and then import the > pre-flattened pages. >   > --Mark Storer   Senior Software Engineer   > Cardiff.com Could you say something about your idea more clear? Or give me some co

Re: [iText-questions] Becoming an Adobe Evangelist

2006-10-19 Thread Leonard Rosenthol
At 10:20 AM +1000 10/20/06, Alan wrote: >Congratulations Leonard! >I, for one, would not have learned as much as I have without your precise >and concise insights. Thanks! I will be staying on this list and "kibitzing" where I can. >PS: Does "Technical Standards Evangelist" mean you wan

[iText-questions] out of memory problem with PdfReader

2006-10-19 Thread Tony He
Hi, I got an out of memroy (outofstack) exception when creating a new PdfReader(filename). The exceptions come from PdfReader.removeUnusedNodes() method. My pdf file has hundreds of bookmarks.   Can anybody tell me how to get around this problem?   Thanks, Jean -

Re: [iText-questions] Becoming an Adobe Evangelist

2006-10-19 Thread Joe Scanlon
Congratulations!  On 10/19/06, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: I am writing to announce that I have accepted a position (startingOct. 23rd) with Adobe Systems as their new "Technical StandardsEvangelist".A role that will enable me to forward the adoption and standardization of PDF thro

Re: [iText-questions] Becoming an Adobe Evangelist

2006-10-19 Thread Alan
Congratulations Leonard! I, for one, would not have learned as much as I have without your precise and concise insights. Thank you and good luck. AlanK PS: Does "Technical Standards Evangelist" mean you want to hear from people who have ideas of "new" areas in which PDF might be usefully applied?

[iText-questions] Becoming an Adobe Evangelist

2006-10-19 Thread Leonard Rosenthol
I am writing to announce that I have accepted a position (starting Oct. 23rd) with Adobe Systems as their new "Technical Standards Evangelist". A role that will enable me to forward the adoption and standardization of PDF throughout the world. It will also enable me to work closely with Adobe

Re: [iText-questions] different fonts

2006-10-19 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/objects/index.html Paulo - Original Message - From: "Henry Lu" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Thursday, October 19, 2006 9:14 PM Subject: [iText-questions] different fonts > How do we display a paragraph

Re: [iText-questions] TextField and other tooltips

2006-10-19 Thread Paulo Soares
- Original Message - From: "steve poling" <[EMAIL PROTECTED]> To: Sent: Thursday, October 19, 2006 9:49 PM Subject: [iText-questions] TextField and other tooltips > Hello, > > (Apologies if this is an ignorant question. Be gentle, this is my first > post.) When I create a text field

[iText-questions] TextField and other tooltips

2006-10-19 Thread steve poling
Hello, (Apologies if this is an ignorant question. Be gentle, this is my first post.) When I create a text field in Adobe Acrobat the text field properties dialog's general tab has a place where I can enter a "tooltip" Can I create a TextField and then give it a "tooltip"? I've googled the lis

[iText-questions] different fonts

2006-10-19 Thread Henry Lu
How do we display a paragraph with different fonts inside? Example: I am a student. What I'd like to see is: I am a - font size=12 Student fontsize=14 with bold and underline. -Henry - Using Tomcat but need to do more? Need

Re: [iText-questions] question about the big downside for PdfWriter.

2006-10-19 Thread Mark Storer
What you CAN do is fill out the form from the original PDF, flatten it, and then import the pre-flattened pages.   --Mark Storer   Senior Software Engineer   Cardiff.com #include typedef std::Disclaimer DisCard; -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [iText-questions] Enabling printing property in a pdf document

2006-10-19 Thread Takundwa . Mapfumo
thanks "Paulo Soares" <[EMAIL PROTECTED] .pt>

Re: [iText-questions] Is this the same?

2006-10-19 Thread Paulo Soares
It's the same. In the first case it really does this in PdfWriter: PdfStream xmp = new PdfStream(xmpMetadata); xmp.put(PdfName.TYPE, PdfName.METADATA); xmp.put(PdfName.SUBTYPE, PdfName.XML); catalog.put(PdfName.METADATA, body.add(xmp).getIndirectReference()); Paulo > -Original Message- >

Re: [iText-questions] Enabling printing property in a pdf document

2006-10-19 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 1:52 PM > To: Post all your questions about iText here > Subject: [iText-questions] Enabling printing property in a > pdf document > > > >

Re: [iText-questions] adding an image in the header of a pdf document

2006-10-19 Thread Paulo Soares
Look at the page event examples in the tutorial. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of turjabarua > Sent: Thursday, October 19, 2006 5:35 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] adding an imag

Re: [iText-questions] question about the big downside for PdfWriter.

2006-10-19 Thread Paulo Soares
Other than recreating the fields there's no easy way to do it. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tim Yang > Sent: Thursday, October 19, 2006 9:36 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] qu

Re: [iText-questions] PdfReader question

2006-10-19 Thread Paulo Soares
I'm thinking in something along the lines of caching the last x objects used, it would speed things up. Apparently your PDFs are somewhat special and would be good for testing. Can you send me privately one of those PDF? (Just a couple of M, not 600M!). Paulo > -Original Message- > From:

[iText-questions] question about the big downside for PdfWriter.

2006-10-19 Thread Tim Yang
I ever sent a question to you , but get no response. Maybe I did not say the question clearly. So I re-do it:   In iText Tutorial I read:   PdfWriter: generates a document from scratch, but also supports importing pages from other PDF documents. There's one big downside: all interactive fea

[iText-questions] adding an image in the header of a pdf document

2006-10-19 Thread turjabarua
Hi all, My problem is as follows. I have a .pdf document and I'm copying it to another and then I'm appending some new things to it. Now while adding new pdf contents I want an image to be added for every new pages added to the document. I tried using "document.getPageNumber()" and wanted to add t

[iText-questions] Display Paragrah on multiple lines

2006-10-19 Thread Alin Popa
Hi to everyone,Another issue appear for me:I have one String that I want to display it in one RTF, well, the problem is that I want to display it on multiple lines.Maybe you'll say to use Chunks, but I already have the complete String with some characters for new line (for example "-" is used for