Re: [iText-questions] Copying Bookmarks

2004-08-10 Thread Paulo Soares
You need PdfCopy, PdfCopyFields or PdfStamper to do that. Best Regards, Paulo Soares - Original Message - From: "Shashi B Amula" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 16:49 Subject: [iText-questions] Copying Bookmarks > Hi, > > I am trying to copy bo

Re: [iText-questions] Help Needed

2004-08-10 Thread Paulo Soares
The first pass is to know the number of pages. Best Regards, Paulo Soares - Original Message - From: "ananth alvan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 15:15 Subject: [iText-questions] Help Needed > > Hi > > Again with the same probs > > You told t

Re: [iText-questions] no right alignment using setCharacterSpacing

2004-08-10 Thread Paulo Soares
You have to make the calculations. I intend to add support for that in Chunk as it's quite useful to simulate condensed but something else is always more urgent. Best Regards, Paulo Soares - Original Message - From: "mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August

Re: [iText-questions] add checkbox to table

2004-08-10 Thread Paulo Soares
Use a PdfPCellEvent to know where the cell is and place the form there. Best Regards, Paulo Soares - Original Message - From: "Kurakula, Suneetha (HCF)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 19:05 Subject: [iText-questions] add checkbox to table > >

Re: [iText-questions] PDF templates

2004-08-10 Thread Tim Wilkins
Thanks Leonard that works a treat! Cheers :) Leonard Rosenthol wrote: At 10:29 AM 8/10/2004, Tim Wilkins wrote: I was hoping to be able to create a Document instance and add content to it in the usual way. Then to position this new Document over the top of a template page from an existing pdf doc

Re: [iText-questions] Cropping a PDF

2004-08-10 Thread Jim McLean
Mat, that work just fine! Thanks Everyone! Regards, Jim McLean |-+> | | Mat Gessel | | | <[EMAIL PROTECTED]| | | ng.com> | | || | | 0

[iText-questions] FW: PDF Merging

2004-08-10 Thread Noel O'Connell
Title: FW: PDF Merging > > Hi, > > I wonder can you help me if possible please. > > I have a requirement to merge PDF files together but I have the added > complexity of making sure each PDF file has an even number of pages before > merging. > > Is there functionality within the lowagie l

[iText-questions] no right alignment using setCharacterSpacing

2004-08-10 Thread mark
When I use PdfContentByte.setCharacterSpacing() on right-aligned text, I loose the right justification (each line starts in a different place on the right side depending on the width of the text of the line. I tried compiling with Paulo-133, but got no difference. Is there any way to get g

Re: [iText-questions] PDF templates

2004-08-10 Thread Leonard Rosenthol
At 10:29 AM 8/10/2004, Tim Wilkins wrote: I was hoping to be able to create a Document instance and add content to it in the usual way. Then to position this new Document over the top of a template page from an existing pdf document so that it would appear as a new pre-formated page. You

Re: [iText-questions] PDF templates

2004-08-10 Thread Matt Benson
I believe the correct answer is that with templates you usually want to place text and/or other content at precise locations so that you do not interfere visually with the template's content. Thus one would commonly use the low-level PdfContentByte functionality to, for example, add text (data) in

[iText-questions] PDF templates

2004-08-10 Thread Tim Wilkins
Hello all, I was just wondering if some kind sole could clarify the current state of using pre-existing pdf files as templates for creating new pdf files. I know that it is possible to grab pages out of existing pdf files and insert them into a new pdf document. I also know that you can add con

Re: [iText-questions] PDF signature

2004-08-10 Thread Martin Buchleitner
* Shashi B Amula <[EMAIL PROTECTED]> wrote: > Helle, > > I am using the PDF signature java file written by "Paulo Soares.". In his "Hello > World" example he is creating a pdf using a pdf writer from scratch. > In my case I have a PDF file as input , which I have to encrypt and then > eventually

Re: [iText-questions] Cropping a PDF

2004-08-10 Thread Jim McLean
Paulo, What I am trying to accomplish is stamping data that is in one PDF file over a form I have in another PDF file. The form has elements that need to be cropped, etc. And I do so, but when I go to stamp the hidden info is displayed. Essentially, if there is a way to have only the cropped

Re: [iText-questions] FormField Signature

2004-08-10 Thread Martin Buchleitner
* Nicholas Sutanto <[EMAIL PROTECTED]> wrote: > Hi, > > How do I create a FormField with type signature? There is some method > in TextField to create combos, text, and list, but there is no to > create signature. For signatures exists a special dictionary PdfSignature. Martin -- Are you Anon