[iText-questions] Appending docs with OCGs/Layers

2012-08-01 Thread Clive Webster
Tried subscribing but couldn't (some https error) - different story. Environment: iText Version 5.3.1 for Java running on Win7 (64 bit) The Challenge: to take several (could be 100's) of PDFs produced by InDesign Server and stitch them together into a single PDF. The PDFs have layers/OCGs for

[iText-questions] First 30 pages white paper - iText 5.3.0

2012-08-01 Thread José Santiago Bonilla Pazmiño
A good day for all of you, from Ecuador. I am migrating old code for digital signatures to the new iText 5.3.0. I found the examples very helpful, but to better understand I really appreciate if someone send again the first 30 pages of the white paper. Thanks in advance. Best regards, Jose Elec

Re: [iText-questions] QR Code

2012-08-01 Thread Sterling Rouse
I need to be able to define my own spot color and apply it to the QR code. This is to be read by a printing press, which will apply the spot color in place of the black that is actually displayed if you open the PDF in Acrobat. On Aug 1, 2012, at 12:41 PM, John Renfrew wrote: > You can convert

Re: [iText-questions] QR Code

2012-08-01 Thread John Renfrew
You can convert it to a Java awt image using qrcode.createAwtImage(java.awt.Color.GREEN, java.awt.Color.White) for example to give green on white john renfrew Right Way Up -Original Message- From: Sterling Rouse [mailto:sterl...@360works.com] Sent: 01 August 2012 16:53 To: itext-quest

[iText-questions] QR Code

2012-08-01 Thread Sterling Rouse
Is there a way to apply a spot color to a QR code generated in iText? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers

Re: [iText-questions] Fwd: iTEXT digital signature CADES and PADES

2012-08-01 Thread Anand, Chetana
Hello, Anyone knows how I can remove myself from the mailing list, it would be great if the admin could do it for me.. Thanks, Chetana From: iText Info [mailto:i...@1t3xt.info] Sent: Wednesday, August 01, 2012 7:36 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Fwd:

Re: [iText-questions] Fwd: iTEXT digital signature CADES and PADES

2012-08-01 Thread iText Info
Op 1/08/2012 13:06, Farid Belkacem schreef: -- Forwarded message -- From: *Farid Belkacem* > Date: 2012/8/1 Subject: iTEXT digital signature CADES and PADES To: garry.vlemin...@itextpdf.com Hi, Independently,

[iText-questions] Fwd: iTEXT digital signature CADES and PADES

2012-08-01 Thread Farid Belkacem
-- Forwarded message -- From: Farid Belkacem Date: 2012/8/1 Subject: iTEXT digital signature CADES and PADES To: garry.vlemin...@itextpdf.com Hi, Independently, I work on advanced pdf SRDP signature, and signature CADES advanced CMS in java swing. I choose to start your api iTEXT

Re: [iText-questions] question about checkbox

2012-08-01 Thread Leonard Rosenthol
PDFs aren't designed to be opened in Notepad as they are binary documents usually compressed, so all you'll see is a lot of random "garbage". Once you have an Acrofield, you can follow it back to its parent page. From: Pravin Wagh [mailto:pravin.w...@capsilon.com] Sent: Wednesday, August 01, 201

Re: [iText-questions] Open attachment (pdf) automatically when main PDF opened.

2012-08-01 Thread Leonard Rosenthol
Sure - an OpenDocument action. -Original Message- From: miztaken [mailto:masterman...@gmail.com] Sent: Tuesday, July 31, 2012 11:16 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Open attachment (pdf) automatically when main PDF opened. Hi, Is there anyway, i ca

Re: [iText-questions] URGENT

2012-08-01 Thread 1T3XT BVBA
On 1/08/2012 11:38, Raja Narayanan wrote: Hi, I have one doubt in iText. In my web application(asp.net ) i have uploaded the Pdf file .If the Pdf application have the Table now how to read the table in Pdf (i.e how to find how many rows and columns are having in

[iText-questions] URGENT

2012-08-01 Thread Raja Narayanan
Hi, I have one doubt in iText. In my web application(asp.net) i have uploaded the Pdf file .If the Pdf application have the Table now how to read the table in Pdf (i.e how to find how many rows and columns are having in table) Please kindly reply me. Thanks & Regards P.Nara

[iText-questions] question about checkbox

2012-08-01 Thread Pravin Wagh
Hi, Could you please help me to identify the checkbox in the pdf.. please tell me which property or tag shows that editable check box are present in pdf if we open that Pdf in NotePad. or how to identify that pdf contain check box.. I know one method of PDfReader is *getAcrofield* which wi