Re: [iText-questions] PdfTemplate

2009-05-11 Thread 1T3XT info
Jason Berk wrote: > Problem is I don't know where all I need at add the logo.hhhm Can you rephrase that? I don't understand the question. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ---

Re: [iText-questions] Crypto timestamping a PDF

2009-05-11 Thread Andrius Juozapaitis
Rafael, You might want to refer to a recent thread where we discussed this: http://www.nabble.com/OCSP-and-timestamping-PDF-trouble-with-PKCS11-provider-tt23425269.html bottom line: "Timestamps and ocsp are working but are not ready for release yet, even as alpha. Paulo" regards, Andrius On M

[iText-questions] Crypto timestamping a PDF

2009-05-11 Thread Rafael Coninck Teigão
Hey, I'm just wondering why the patch sent by Aiken Sam for timestamping PDF signatures wasn't added to the base code. Is there something wrong with it? Is there a better way to do it without modifying the base code (or going through the hurdles of performing every step in the signing process man

Re: [iText-questions] OCSP and timestamping PDF trouble with PKCS11provider

2009-05-11 Thread Paulo Soares
Timestamps and ocsp are working but are not ready for release yet, even as alpha. Paulo - Original Message - From: "Andrius Juozapaitis" To: "Post all your questions about iText here" Sent: Monday, May 11, 2009 6:48 PM Subject: Re: [iText-questions] OCSP and timestamping PDF trouble

[iText-questions] Testing Barcode generation in byte form

2009-05-11 Thread Andy Walker
Hello, I am tasked with generating various barcodes. The java class for this will be called by a webservice to generate for example a barcode39 and a PDF417 barcode. My problem is, because it is a webservice I will be fulfilling, I prefer to output a byte array instead of anything iText speci

Re: [iText-questions] Problem with fields longer than 32765 characters

2009-05-11 Thread Jose A . Rodríguez
> Having said all that, why on earth are you trying to stuff that much data into a > form field? Well, we need users to download a pdf form with a fixed structure with large text fields in each page where they can paste as much text as they want using the vertical scroll bar. Then, they upload t

Re: [iText-questions] OCSP and timestamping PDF trouble with PKCS11 provider

2009-05-11 Thread Andrius Juozapaitis
Hey Paolo, > Yes, well sort of. Acrobat still complains about the OCSP validity but I > suspect that the problem has to do with the info sent to the responder, > probably the nonce. Should be fixed this weekend. Any luck with that? regards, Andrius On Thu, May 7, 2009 at 5:27 PM, Paulo Soares

Re: [iText-questions] PdfTemplate

2009-05-11 Thread Jason Berk
Problem is I don't know where all I need at add the logo.hhhm -Original Message- From: Bruno Lowagie [mailto:br...@lowagie.com] Sent: Monday, May 11, 2009 9:18 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfTemplate Jason Berk wrote: > I convert

Re: [iText-questions] Problem with fields longer than 32765 characters

2009-05-11 Thread Mark Storer
Jose A. Rodríguez gmail.com> writes: > > Is this a know issue or a bug? Am I doing something wrong? > Buried in the description of a text field, there's an alarmingly subtle mention that it's legal to use a Stream for a text field's value since PDF 1.5 (acrobat 6). I'd never seen it before.

Re: [iText-questions] Create PDF w/ Barcode and retrieve position afterwards

2009-05-11 Thread GHad
Hi Mr. Lowagie, thank you for suggestions. At least for LEFT, CENTER and RIGHT I managed to get it with the Image wrapped inside a table w/ 1 cell and the width/height of the Image. This way I'm able to align the table instead of the image and I'm able to get the image inside a TableCellEvent lis

Re: [iText-questions] Signature not found : Bug or feature ?

2009-05-11 Thread Paulo Soares
It's not forgotten and a solution will be available with the timestamp and ocsp (unrelated but as I'm into signatures I may as well have a look). Paulo > -Original Message- > From: mkl [mailto:m...@wir-sind-cool.org] > Sent: Monday, May 11, 2009 4:33 PM > To: itext-questions@lists.sour

Re: [iText-questions] Signature not found : Bug or feature ?

2009-05-11 Thread mkl
Hello, may I ask whether any investigation into this issue have been made? Or if any assistance with it would be welcome? Regards, Michael. Paulo Soares wrote: > > This has all to be investigated and a solution will be include in the > release after the next. For the moment I don't have th

Re: [iText-questions] Problem with signature PDF

2009-05-11 Thread Leonard Rosenthol
What is the problem (error message)? What is reporting the problem? What version of iText are you using? LOTS more details please... On 5/11/09 8:41 AM, "Ing. Barbara Zussner" wrote: Hello! I am working on a project creating a signature with an smartcard. The signature from the card is cor

[iText-questions] Problem with fields longer than 32765 characters

2009-05-11 Thread Jose A . Rodríguez
Hi, I'm new in this forum. First of all i would like to thank the iText team for your great job. I'm having problems with Acrofields when the user introduces a text with 32766 characters or more. It seems that Adobe Reader stores the text in a different way in such cases (as a indirect referec

[iText-questions] Problem with signature PDF

2009-05-11 Thread Ing. Barbara Zussner
Hello! I am working on a project creating a signature with an smartcard. The signature from the card is correct, but when I verify the signature with Adobe Acrobat 8, a problem with the field DR exists. How can I fill this directory? In my case, the directory DR is in the document, but it is em

Re: [iText-questions] Headers are not getting displayed properly in itext generated pdf.

2009-05-11 Thread Alexis Pigeon
Hi Deepa, 2009/5/8 > Hi Alexis, > Thanks for your reply. Actually the pages are getting generated dynamically > depending on the volume of data. I put the code which generates the header > at start of every servlet. > Please don't reply to me personnally. By replying to the mailing list directl

Re: [iText-questions] PdfTemplate

2009-05-11 Thread Jason Berk
> If you do it that way, the template is only written to one > PdfWriter Object Exactly my concern... Thanks for the clarification -Original Message- From: Bruno Lowagie [mailto:br...@lowagie.com] Sent: Monday, May 11, 2009 9:18 AM To: Post all your questions about iText here Subject:

Re: [iText-questions] Errorcode 4000 - Unrecognized PDF Content

2009-05-11 Thread mkl
Barbara, if you did the signing using iText: The report code 4000 was due to a quirk of iText: it includes an encoding key in the ->AcroForm->DR dictionary. This has been discussed here before, e.g. http://www.nabble.com/Re%3A-Unrecognized-PDF-content%3A-The-document%09contains-PDF-content-or-

[iText-questions] Errorcode 4000 - Unrecognized PDF Content

2009-05-11 Thread Ing. Barbara Zussner
Hello! I hope you can help me. I'm working on a project with electronic signature and when I verify my signed document I get the error: 4000 - Unrecognized PDF-Content: The document contains PDF content or custom content not supported by the current version of Acrobat. I don't know what the pr

Re: [iText-questions] PdfTemplate

2009-05-11 Thread Bruno Lowagie
Jason Berk wrote: > I converted our logo to a font with 4 "characters". I want to create a > PdfTemplate that positions these characters correctly and then reuse it > over multiple PDFs. Is that possible since you create the template from > a "direct content"? If you do it that way, the template

[iText-questions] PdfTemplate

2009-05-11 Thread Jason Berk
I converted our logo to a font with 4 "characters". I want to create a PdfTemplate that positions these characters correctly and then reuse it over multiple PDFs. Is that possible since you create the template from a "direct content"? Jason The PEN is now mightier than the PIN. Simply use your P

Re: [iText-questions] Adding Image to template

2009-05-11 Thread Hawkini2000
Hi Paulo, that worked a treat - the file size is even less than I predicted. A massive thanks for replying so quickly as well. Kind regards, Matt Paulo Soares-3 wrote: > > public class PDFPayslipListener extends PdfPageEventHelper { > private static final Logger LOG = > Logger.getLo

Re: [iText-questions] Create PDF w/ Barcode and retrieve position afterwards

2009-05-11 Thread Bruno Lowagie
GHad wrote: > - I need the same information for images, but I have the restriction that > the image should not be placed inside table cells exclusivly, because > alignment and text-wrap/underlying should still be possible for normal > parargaphs You could wrap the image in a table with 1 column an

Re: [iText-questions] Adding Image to template

2009-05-11 Thread Paulo Soares
public class PDFPayslipListener extends PdfPageEventHelper { private static final Logger LOG = Logger.getLogger(PDFPayslipListener.class); private PdfImportedPage template; private PdfContentByte canvas; private String pdfFileName; private String logoPath; private AcroFi

[iText-questions] Create PDF w/ Barcode and retrieve position afterwards

2009-05-11 Thread GHad
Hi everyone, I tried to search up the web for the last 2 hours but did't find anything for the following problem: - I'm creating PDFs dynamicly with PdfWriter - For further processing, I need absolute position informations from certain elements in the PDF - For text inside a cell and using a Pdf

Re: [iText-questions] Formatting style Acro Field

2009-05-11 Thread Hawkini2000
Hi, due to the large number of batch processing, I cannot use the method that relies on the PDF formatting, so I have had to go ahead and do the formatting with Java instead. I now have a different problem that I have posted so any help with that would be much appreciated! Matt Hawkini2000 wro

[iText-questions] Adding Image to template

2009-05-11 Thread Matthew Hawkins
Hi, first thanks to those that answered my previous question - I am using a different method as I have a heap space error, so must go down the BatchFormFill route when using forms rather than PDFSmartCopy etc. My problem is that I have a base PDF, and I must add an Image at runtime to it. Now tha