Re: [iText-questions] Table of content

2010-06-20 Thread 1T3XT info
_apollo wrote: > - a toc on one of the first pages 2 options: - create the TOC at the end, and then reorder the pages. - create the TOC in a separate document and then merge. > - numbered and linked titles over ALL numbered levels: OK, you need to provide the numbering, you need to provide the l

[iText-questions] [SPAM] RE: accessing hidden layer?

2010-06-20 Thread Jaakov Jalink
I can do it tomorrow, I'm out of office today From: Janle Sirman [mailto:janle.sir...@gmail.com] Sent: Sunday, June 20, 2010 7:10 PM To: Post all your questions about iText here Subject: Re: [iText-questions] accessing hidden layer? yes, I've tried that as well but maybe I did it wrong. can you p

[iText-questions] Table of content

2010-06-20 Thread _apollo
Hello. First: Yes, I have searched in this mailing list, and I have read page 443-4 of the book and tried the examples of http://1t3xt.info/tutorials/keywords/index.php?page=keyword&id=565. I'am very disappointed about the effort to create a standard toc by pdf-creation with iText. Nothing with

Re: [iText-questions] Watermark a PDF and check if an existing PDF is marked

2010-06-20 Thread 1T3XT info
jjalink wrote: > Hi, > A little background: The background is confusing, so I'll remove it. > i found no way to list the OCGs names. Map layers = stamper.getPdfLayers(); if (!layers.isEmpty()) { Set keys = layers.keySet(); for (String key : keys) { System.out.println("Layer na

Re: [iText-questions] accessing hidden layer?

2010-06-20 Thread Janle Sirman
yes, I've tried that as well but maybe I did it wrong. can you please point me to some sample code? I also found this other thread where they talk about something similar. http://itext-general.2136553.n4.nabble.com/Images-and-shapes-appear-under-stamped-text-td2167020.html#a2167020 " Form fie

Re: [iText-questions] accessing hidden layer?

2010-06-20 Thread Jaakov Jalink
Did you try playing with the rectangle opacity?? From: Janle Sirman [mailto:janle.sir...@gmail.com] Sent: Sunday, June 20, 2010 6:21 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] accessing hidden layer? Hi everyone, I'm using iText version 2.1.7. I want to highlight a l

[iText-questions] Watermark a PDF and check if an existing PDF is marked

2010-06-20 Thread jjalink
Hi, A little background: I've worked with the adobe SDK in a .NET environment on watermarking a bunch of PDFs, the watermarks added to the PDFs were not displayed in the layers listing, and can be removed in acrobat writer menu (Document - Watermark - Remove...). Through that SDK I could also chec

[iText-questions] accessing hidden layer?

2010-06-20 Thread Janle Sirman
Hi everyone, I'm using iText version 2.1.7. I want to highlight a label above a text field in a 1 page document -- this document is provided to me so I have no control on how it's created. I've tried everything that I can think of. I've also been reading the first version of the book and am halfwa

Re: [iText-questions] How can we create the rounded rectangle of diffrent border line thickness of each side using itext or awt in pdf?

2010-06-20 Thread bunty
Bava I think this is not unusual requirement. If there is requirement the set the different thickness of each line in the simple rectangle(In the simple rectangle, there are methods to set different thickness for each side line), then I thick there should also be the functionality to set the varia