[iText-questions] Itext optimization

2012-10-31 Thread smriti.batra
Hi We are looking at using Itext commercially (by purchasing a license) for an application at our company. Just wanted to know if Itext will soon be releasing something similar to Flying Saucer’s ‘ItextRenderer’ class. Also, I skimmed through a lot of examples for conversion from HTML to PDF but

Re: [iText-questions] Error with ITSAClient

2012-10-31 Thread 1T3XT BVBA
On 31/10/2012 17:18, Jose Antonio Ariza Martín wrote: Hello, I'm having an error trying to use the ITSAClient. I've used a lot of diferent url to get the timestamp but no one works. I don't know what I'm doing wrong or where is the mistake At first sight, I'd say the problem is obvious: you don

[iText-questions] Error with ITSAClient

2012-10-31 Thread Jose Antonio Ariza Martín
Hello, I'm having an error trying to use the ITSAClient. I've used a lot of diferent url to get the timestamp but no one works. I don't know what I'm doing wrong or where is the mistake. My code is: public static void signPdfFile(string sourceDocument, string destinatio

Re: [iText-questions] Get the array under /Kids key in /Pages object in a pdf file

2012-10-31 Thread 1T3XT
On 31/10/2012 11:12, kent jiang wrote: > If I use getPageN method to get a dictionary object, will it be the same > as I see in the PDF opened in note pad? I mean, will I get the key > /resource or other thing else? It's a short cut to the same dictionary you're trying to reach through Catalog >

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread 1T3XT BVBA
On 31/10/2012 13:28, Leonard Rosenthol wrote: > Actually, more like the pressure of finishing the book My question was actually meant as an opportunity for you to post some links to the book ;-) Let me do that for you: http://www.amazon.com/Developing-PDF-Leonard-Rosenthol/dp/1449327915 http://sh

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread Leonard Rosenthol
Actually, more like the pressure of finishing the book :). On 10/31/12 8:19 AM, "iText Info" wrote: >Op 31/10/2012 13:15, Leonard Rosenthol schreef: >> the physical book won't be ready till December... >Ah, the excitement waiting for the first box of printed books to arrive >;-) > >-

[iText-questions] [SPAM] Re: parse a PDF in odred to avoid memory consumption

2012-10-31 Thread mkl
Andrea, AndreaC. wrote > I'm trying to be more focused on PADES structure than PDF standard. Unfortunately, PAdES is all about PDF Advanced Electronic Signatures. Thus, they have to be considered in the light of the pdf specification... Essentially, there are no shortcuts unless you can be absol

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread iText Info
Op 31/10/2012 13:15, Leonard Rosenthol schreef: > the physical book won't be ready till December... Ah, the excitement waiting for the first box of printed books to arrive ;-) -- Everyone hates slow websites. So do we. Mak

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread Leonard Rosenthol
You can get the Early Access electronic version today directly from OReilly, but the physical book won't be ready till December... Leonard -Original Message- From: iText Info [mailto:i...@1t3xt.info] Sent: Wednesday, October 31, 2012 8:05 AM To: itext-questions@lists.sourceforge.net Sub

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread iText Info
Op 31/10/2012 12:55, Leonard Rosenthol schreef: > or one of the books mentioned Amazon tells me we have to wait until December 22 before we can read your book. Is it already available in an Early Access program somewhere? ---

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread Leonard Rosenthol
As one of the authors of ETSI TS 102778, I will point out that it is NOT a stand-alone document. It has a series of normative references, one of which is ISO 32000-1, the PDF standard. You can't do PAdES w/o it. Stripping signatures from a document requires that you are able to parse, manage,

Re: [iText-questions] parse a PDF in odred to avoid memory consumption

2012-10-31 Thread AndreaC.
Thanks Leonardo. I'll surely take your advice, but pardon me, I'm trying to be more focused on PADES structure than PDF standard. My reference documentation is 'ETSI TS 102 778-1 V1.1.1' and my goal is to strip all digital signature from a PDF document bypassing overheads. Is this an a coarse appr

Re: [iText-questions] Header problem adding a table which spans multiple pages using table.setComplete(false)

2012-10-31 Thread iText Info
Op 31/10/2012 8:34, Mark Smith schreef: This works as expected for itext versions before 5.1.0 but doesn't for the latest versions. Is this a bug, or am I missing something? This is a serious indication that a bug was introduced after iText 5.1.0 ---

Re: [iText-questions] Change the background color of a 3D annotation

2012-10-31 Thread giorgia tessari
How? I tried to change the u3d model background using Acrobat 3D Toolkit (I modified the top and bottom background colors of the scene properties), but when I add the model to the pdf file, the background color is ignored and I still have a white background, so I thought there might be something

Re: [iText-questions] Change the background color of a 3D annotation

2012-10-31 Thread giorgia tessari
I tried to change the u3d model background using Acrobat 3D (I modified the top and bottom background colors of the scene properties), but when I add the model to the pdf file, the background color is ignored and I still have a white background, so I thought there might be something missing in t

[iText-questions] Header problem adding a table which spans multiple pages using table.setComplete(false)

2012-10-31 Thread Mark Smith
Hi We have run into a problem using table.setComplete(false) to efficiently add a table that spans multiple pages. This causes the table header to be missing from some pages. The problem appears to occur when the last row added before calling document.add(table) is the last row in a page, so th