Re: [iText-questions] newPage() Functionality

2007-10-25 Thread Dan Kaplan
I think you have to do something like document.isPageBlank(true); in order for that to work. Otherwise, itext ignores the command. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alleni Sent: Thursday, October 25, 2007 5:22 PM To: Post all your questions about

Re: [iText-questions] A bookmark that does not change the zoom

2007-10-19 Thread Dan Kaplan
ubject: Re: [iText-questions] A bookmark that does not change the zoom map.put("Page", somepage + ""); Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dan Kaplan > Sent: Thursday, October 18, 2007 11:07 PM &g

[iText-questions] A bookmark that does not change the zoom

2007-10-18 Thread Dan Kaplan
Hello, I'm adding bookmarks to a PDFCopy through a method that does this: private void setBookmark(ArrayList bookmarks, String name, int totalPages) { HashMap map = new HashMap(); map.put("Title", name); map.put("Action", "GoTo"); map.put("Page", somepage

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-04 Thread Dan Kaplan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Kaplan Sent: Tuesday, October 02, 2007 11:15 AM To: 'Post all your questions about iText here' Subject: Re: [iText-questions] Concatenating with gotos and destinations Thanks, I *think* I've f

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-02 Thread Dan Kaplan
Thanks, I *think* I've figured it out. I didn't realize that PdfWriter had a method named getImportedPage -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Kaplan Sent: Tuesday, October 02, 2007 10:51 AM To: 'Post all your questions a

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-02 Thread Dan Kaplan
with PdfStamper and apply the links in the positions previously determined. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dan Kaplan > Sent: Monday, October 01, 2007 11:55 PM > To: 'Post all your questions about iText

Re: [iText-questions] The bookmark example doesn't do what it claims

2007-10-01 Thread Dan Kaplan
On Behalf Of Dan Kaplan Sent: Monday, October 01, 2007 4:19 PM To: 'Post all your questions about iText here' Subject: [iText-questions] The bookmark example doesn't do what it claims The example titled "Bookmarks" on the tutorial http://itextdocs.lowagie.com/tut

[iText-questions] The bookmark example doesn't do what it claims

2007-10-01 Thread Dan Kaplan
The example titled "Bookmarks" on the tutorial http://itextdocs.lowagie.com/tutorial/ doesn't seem to do what it's claiming. It also has a method defined that is never called named onParagraph - This SF.net email is sponsored

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-01 Thread Dan Kaplan
I'm very sorry to nag about this, but can anyone help me with this question? I've searched the archives/examples before I asked and couldn't find an answer. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Kaplan Sent: Monday, October 01, 2007 11:

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-01 Thread Dan Kaplan
ns Yes, you can do this. Leonard On Oct 1, 2007, at 1:36 PM, Dan Kaplan wrote: Hi, I think my question was overlooked or ignored. If my question was unclear I'll gladly restate it. Otherwise. is my request possible? _ From: Dan Kaplan [mailto:[EMAIL PROTEC

Re: [iText-questions] Concatenating with gotos and destinations

2007-10-01 Thread Dan Kaplan
Hi, I think my question was overlooked or ignored. If my question was unclear I'll gladly restate it. Otherwise. is my request possible? _ From: Dan Kaplan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 3:47 PM To: 'itext-questions@lists.sourceforge.ne

[iText-questions] Concatenating with gotos and destinations

2007-09-27 Thread Dan Kaplan
Hello, I'm concatenating 3 pdf's together: A, B and C. I'm making A myself and A is going to have text in it that says, "please see B for an example". I'd really like that text to be a link that you can click on and it'll make you jump to the beginning of B. Is it possible to do this with iT