Re: [iText-questions] How to verify PKCS#7 signature and timestamp present in PDF

2007-10-08 Thread antonio
chain and timestamp > present in the PDF? Hi Gurpreet, look here http://homes.esat.kuleuven.be/~decockd/wiki/bin/view.cgi/HowTos/SignatureVerification -- Antonio http://www.blia.it - This SF.net email is sponsored by: Spl

Re: [iText-questions] How to verify PKCS#7 signature and timestamp present in PDF

2007-10-08 Thread antonio
ur shell script to verify the certified pdf. Hi, perl, *nix common tools like sed, grep, tail ... and Openssl. With Openssl you can have the reasons of the verification failure. -- Antonio http://www.blia.it - This SF.net

Re: [iText-questions] Multiple signatures (was: why don't they work ? )

2006-11-13 Thread antonio
to my last question: > > * Will you be able to create a certification-signature (allowing next > approval-signatures) on a new document ? http://www.blia.it/multiSignedPdf.pdf for a complete explanation I ask you to wait some days. -

[iText-questions] user input controls in RTF

2003-09-17 Thread Antonio Lourinho
Hi,   Is it possible to include user input controls in an rtf document created with iText? I've already searched the API for this without any success.   Thx in advance,   António Lourinho - Portugal Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Re: [iText-questions] Outlines

2008-09-24 Thread Antonio Q
Yes, I was talking about bookmarks. Thanks for your answer, now I've done it and it works very well. Best regards... - Original Message - From: "Mark Storer" <[EMAIL PROTECTED]> To: Sent: Friday, August 01, 2008 7:08 PM Subject: Re: [iText-questions] Outlines >

[iText-questions] Modify a signed PDF

2008-04-01 Thread Jose Antonio
Hi everybody, I'm working with itext 2.0.5 and I hava a problem: I have a signed pdf and I want to modify this file. The problem is that if I change this file the signatured becomes invalid. I wonder if I can create a new revision of this file first using itext and make all the changes in this new

[iText-questions] Problem solved

2008-04-01 Thread Jose Antonio
Hello Bruno and Leonard, thank you for your help. I've got a solution. I have just replaced the constructor of PdfStamper and it works. Thank you very much - Check out the new SourceForge.net Marketplace. It's the best place t

[iText-questions] Outlines

2008-08-01 Thread Antonio Q
Hi. I can't find the way to add one or more outlines to an existing pdf document, can somebody help me? Thanks for your interest Antonio - This SF.Net email is sponsored by the Moblin Your Move Developer's chall

[iText-questions] New paragraph is appending data from previous one.

2006-05-18 Thread Antonio Gurisatti
I'm brand new using iText and I'm trying to build some reports in an Eclipse RCP application. The report is very simple. It reads some records from a database and prints them. This is the source: package com.maguri.derbypad.reports; import java.io.FileNotFoundException; import java.io.File

Re: [iText-questions] New paragraph is appending data from previous one.

2006-05-19 Thread Antonio Gurisatti
Paulo Soares wrote: Post code that can be run standalone. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Gurisatti Sent: Friday, May 19, 2006 5:25 AM To: iText Subject: [iText-questions] New paragraph is appending data from

Re: [iText-questions] New paragraph is appending data from previous one.

2006-05-19 Thread Antonio Gurisatti
Paulo Soares wrote: That's a side effect of the font propagation that changes the Chunk. pschema.add(new Chunk(schemaLabel)); will solve the problem. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Gurisatti Sent: Friday

[iText-questions] how to rotate cells in rtf table

2006-11-02 Thread Antonio Cicero
hi, I wish to know if is it possible to rotate text into a cell in a RTF table (using com.lowagie.text.rtf.RtfWriter package) thanks for help Antonio - Using Tomcat but need to do more? Need to support web services

[iText-questions] Exporting PDF to JPEG

2006-12-10 Thread Antonio Marrero
I'm searching any Java Library to convert a PDF file into a collection of JPEG files (one file per page). Can this be done using iText? If so, how can be done? Thanks, Antonio - Take Surveys. Earn Cash. Influenc

[iText-questions] Extract a Page from a Encrypted Document

2010-09-23 Thread Jose Antonio
Hello, I’m using itext-2.1.0 and I have a doubt about something I’m trying to do. I have an encrypted pdf and I would like to extract a concrete page from it and create a new pdf document (which wouldn’t be encrypted) containing that page. Is it possible? Could you show an example code?

Re: [iText-questions] Extract a Page from a Encrypted Document

2010-09-23 Thread Jose Antonio
t handle the "fine grained" security flags. > Either you have full access (via the owner password), or you don't. > > --Mark Storer > Senior Software Engineer > Cardiff.com > > import legalese.Disclaimer; > Disclaimer DisCard = null; > > > >

Re: [iText-questions] ClassCastException on text extraction

2011-08-19 Thread Antonio ALVES
I can extract data without problem from these files. Antonio -- View this message in context: http://itext-general.2136553.n4.nabble.com/ClassCastException-on-text-extraction-tp3753561p3754903.html Sent from the iText - General mailing list archive at Nabbl

[iText-questions] IText table column automatic size

2013-04-22 Thread antonio vivalda
Good morning, We are working with IText PDF table *PdfPTable*. We’d like to know if there is the possibility to instruct IText to automatically size the width of the columns of the table based on the cell content, like happens in HTML table object. Thank you in advance Antonio Vivalda

[iText-questions] How to set position of a template?

2004-01-20 Thread jose antonio Toribio
Hi, i'm working with JFreeChart and iText and i need add a Graphics2D Object to a pdf document. I have created a template, as is said in manual, but the graphics appears at bottom of the page and i want to put in the relative position of the page. The sentence "cb.addTemplate(tp, 0, 0); " is

[iText-questions] Re: How to set position of a template?

2004-01-21 Thread jose antonio Toribio
Thanks Eric, but this is not what i'm looking for. My pdf is generated automatically, so i'don't know the coordinates to set absolute position in the document. I want add the template just below the last line wrote in the document. I hope that i explain better my question. -

[iText-questions] Problem with ñ (spanish char acter)

2008-12-15 Thread Antonio Manuel Muñiz
sult in pdf is: Espa(extrange symbol)a. I "Ñ" supported by iText? Thanks. Antonio. -- * Antonio Manuel Muñiz * amunizmartin.wordpress.com * amunizmar...@gmail.com -- SF.Net email is Sponsored by MIX09, March 18

Re: [iText-questions] Problem with ñ (spanish char acter)

2008-12-16 Thread Antonio Manuel Muñiz
Thanks!! I have included --encoding=UTF-8 to javac and works fine. Antonio. 2008/12/16 1T3XT info > Antonio Manuel Muñiz wrote: > > Hello. > > > > I am having problems with spanish characters, in concrete with ñ and > > accent characters. My code is this: >

[iText-questions] Cancatenate two Document objects

2009-01-28 Thread Antonio Manuel Muñiz
Hello. I see in the doc that is possible to concatenate two pdf files, but the files must exist as file (in the file system) Is possible to concatenate two Document objects? I have not found any reference in the documentation. Regards. -- * Antonio Manuel Muñiz * amunizmartin.wordpress.com

[iText-questions] Cancatenate two Document objects

2009-01-28 Thread Antonio Manuel Muñiz
Hello. I see in the doc that is possible to concatenate two pdf files, but the files must exist as file (in the file system) Is possible to concatenate two Document objects? I have not found any reference in the documentation. Regards. -- * Antonio Manuel Muñiz * amunizmartin.wordpress.com

Re: [iText-questions] Cancatenate two Document objects

2009-01-29 Thread Antonio Manuel Muñiz
2009/1/29 1T3XT info > Antonio Manuel Muñiz wrote: > > Hello. > > > > I see in the doc that is possible to concatenate two pdf files, but the > > files must exist as file (in the file system) > > No, they don't have to exist as a file. > There are e

[iText-questions] Image.getInstance issue

2009-03-02 Thread Antonio Manuel Muñiz
ChapterAutoNumber chapter = new ChapterAutoNumber("Chapter 1"); chapter.add(Image.getInstance(" http://nemo.sonar.codehaus.org/images/sonar.png";)); Is there some image size restriction that I don't know? Regards, Antonio. -- * Antonio Manuel Muñiz * a

Re: [iText-questions] Image.getInstance issue

2009-03-03 Thread Antonio Manuel Muñiz
Hello Alexis, "it doesn't work" means that any exception is throwed and any image is added. 2009/3/3 Alexis Pigeon > Hi Antonio, > > 2009/3/2 Antonio Manuel Muñiz > >> Hello. >> I have a problem with Image.getInstance(URL). This doesn't work (URLs a

Re: [iText-questions] Image.getInstance issue

2009-03-03 Thread Antonio Manuel Muñiz
Hello, I have access to internet, Firefox resolve this URL and download the image without problem. The router is fully opened. ¿Any suggestion? Regards. Antonio. 2009/3/3 1T3XT info > Isolate > > Image.getInstance("http://nemo.sonar.codehaus.org/images/sonar.png";); > &

Re: [iText-questions] Image.getInstance issue

2009-03-04 Thread Antonio Manuel Muñiz
Hello. Sorry, my english is a bit confuse sometimes. I'm not eating the exception and no image is added. I will provide an example in the next mail. Thanks, Antonio. 2009/3/3 1T3XT info > Antonio Manuel Muñiz wrote: > > Hello Alexis, > > > > "it doesn'

Re: [iText-questions] Image.getInstance issue

2009-03-04 Thread Antonio Manuel Muñiz
age image2 = Image.getInstance(resource2); document.add(image1); document.add(image2); document.close(); } I attach the images: sonar-large.png (is added correctly) and -2-black.png (is not added). I hope your help. Thanks, Antonio. 2009/3/3 Alexis Pigeon > Hi Antonio, > > 20

Re: [iText-questions] Image.getInstance issue

2009-03-04 Thread Antonio Manuel Muñiz
Sorry, images attached. 2009/3/4 Antonio Manuel Muñiz > Hello Alexis, > > The image is not added although it is in my file system. For example: > > public void imageTest() throws MalformedURLException, IOException, > DocumentException { > Document document = new Documen

Re: [iText-questions] Image.getInstance issue

2009-03-04 Thread Antonio Manuel Muñiz
if(resource2 == null) { System.out.println("It's null!"); } else { System.out.println("It´s OK"); } The result is: "It´s OK". I have seen (debugging) that the rawData attribute of Image instance has data (it isn't empty). Any other idea? Regards, Antonio. 200

Re: [iText-questions] Image.getInstance issue

2009-03-04 Thread Antonio Manuel Muñiz
2009/3/5 Brian Busch > On Wed, Mar 4, 2009 at 5:56 PM, Antonio Manuel Muñiz < > amunizmar...@gmail.com> wrote: > >> Hello Brian, thanks for your reply. >> >> I have renamed the image to image123456XYZ.png, I'm sure that I haven't an >> image with

Re: [iText-questions] Image.getInstance issue

2009-03-05 Thread Antonio Manuel Muñiz
Wow, really this is absurd. Sorry for the inconvenience. I didn't think that the OS could affect to this, but the same PDF file is correct in Windows and not in MacOSX. Thank all for your time. Antonio. 2009/3/5 1T3XT info > Antonio Manuel Muñiz wrote: > > Sorry, I don't

[iText-questions] certificate validation

2009-05-12 Thread Antonio de Calypo
Hi, first sorry by mi english. I´ve a problem when I sign whit itext, Adobe reader can´t verify the validation. How I can do with to it doesn´t happen? Thank, Antonio -- The NEW KODAK i700 Series Scanners deliver

Re: [iText-questions] certificate validation

2009-05-12 Thread Antonio de Calypo
pdfStamper = PdfStamper.*createSignature*(pdfReader, *null*, '\0', outputFile); PdfSignatureAppearance sap = pdfStamper.getSignatureAppearance(); sap.setCrypto(key, chain, *null*, PdfSignatureAppearance.*SELF_SIGNED*); Thanks, Antonio 2009/5/12 Paulo Soares > The problem is in line 49

Re: [iText-questions] certificate validation

2009-05-12 Thread Antonio de Calypo
/ACRaiz.crt Paulo, While entering the certificate in the trusted zone Personal.Certificates with the smartcard, the message is the same, no information to validate the revocation Thanks, Antonio 2009/5/12 Paulo Soares > That's a revocation check. Either you put the certificate in the trusted &g

Re: [iText-questions] certificate validation

2009-05-13 Thread Antonio de Calypo
I think I made a mistake, the smartcard (DNIe official in Spain) is a two-user certificates for authentication and another for signature. Maybe the problem has been that I signed with the certificate of authentication. When I signed with the other, I will comment the results. Thank you Antonio

Re: [iText-questions] certificate validation

2009-05-13 Thread Antonio de Calypo
valid because it has not been revoked, as verified by real-time protocol state license online (OCSP, Online Certificate Status Protocol). OCSP Response was signed AV by the DNIe FNMT 2009/05/13 15:05:57 IText work OK -- Thanks Antonio 2009/5/13 Antonio de Calypo > I thin

[iText-questions] Lists into table cells

2009-06-29 Thread Antonio Manuel Muñiz
Hello, I need to put a List into a PdfPTable cell. Is this possible? Thanks, Antonio. -- * Antonio Manuel Muñiz * amunizmartin.wordpress.com * amunizmar...@gmail.com

Re: [iText-questions] Lists into table cells

2009-07-06 Thread Antonio Manuel Muñiz
I am trying, but addCell method only accept String, Phrase and PdfPCell as parameters, and PdfPCell don't accept a List as parameter. In iText examples I don't find anything, so I don't see the way to achieve this. I would be very grateful if you tell me how to do this. Thanks, An

[iText-questions] Alternative text for images

2009-10-21 Thread Juan Antonio Mayol
t.println("alt2 "+stream.get(PdfName.ALT)); } } } } } Thanks, Juan Antonio Mayol -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only develo

[iText-questions] get fingerprint

2010-08-25 Thread Antonio de Calypo
Hi All, how i can get fingerprint in a signed pdf? Thank you in advance -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users wo

Re: [iText-questions] get fingerprint

2010-08-25 Thread Antonio de Calypo
Hello Leonard, No, it´s a "compendio" SHA1 of public key, a example is : 1CBFA93731973CB0E70A3B09D74168B59895C4F5 thank Antonio 2010/8/25 Leonard Rosenthol > What do you mean by “fingerprint”? Do you mean the hash that was signed? > Something else? > > > &g

[iText-questions] set the source of time to sign

2010-09-24 Thread Antonio de Calypo
Hi, I need to indicate in the document signed with itext, that the time in which the document was signed was obtained from a specific NTP server. Can I do this? Thanks -- Nokia and AT&T present the 2010 Calling All Innova

[iText-questions] problem with the documents signed with iText-5.0.4

2011-09-30 Thread Antonio de Calypo
Hi, I have a problem with the documents signed with iText-5.0.4. Adobe recognizes the signature sometimes and not others. Even in the same session, Adobe can go from one state to another. The CA certificate is self-signed and is in the store windows. Please, somebody knows as I fix it? Thanks -

[iText-questions] What's new on the last release of iTextSharp 5.5.4

2014-12-16 Thread Antonio Méndez Granda
Hi pals, can you tell me what's new on the last release of iTextSharp which was released a few hours ago? Is stable?, or should i use the version 5.5.3? Thanks in advance. Regards!!

[iText-questions] How can i put variable image names in OnStartPage

2008-03-01 Thread Esdras Antonio Mellanes Reyes
Y have the following code p = new System.Web.UI.Page(); iTextSharp.text.Image imgheadIzq = iTextSharp.text.Image.GetInstance(p.Server.MapPath("~") + "\\Img\\EscudoNacional.png"); iTextSharp.text.Image imgheadDer = iTextSharp.text.Image.GetInstance(p.Server.

[iText-questions] mailing labels

2006-08-17 Thread Francisco Antonio Tapias Bravo
Please, excuse my english, i don't speak it. I want to use itextsharp to make mailing labels, but I have too problem with tables. Is possible to make mailing labels with itext?, are there examples? can you help me? Thanks -- Francisco A. Tapias Bravo Analista de Sistemas Unix/Linux www.tapiasbra

[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

[iText-questions] question

2008-01-11 Thread Antonio de Jesus Prado Oliavres
Hi, I have a question about the code of PageNumbersWatermark.java,v 1.32005/05/09 I don't know if you can tell me how can i do to move the image, beacause I want the image align in the center of the document, but a don't understand some funtions of the code, can you help me ? thanks, I hope your a

[iText-questions] question

2008-01-11 Thread Antonio de Jesus Prado Oliavres
I have a other question, about the java code PageNumbersWatermark.java,v 1.32005/05/09 how can i do to modify the propertis of the images like the size, width etc.. - Check out the new SourceForge.net Marketplace. It's the best

[iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-18 Thread Juan Antonio de la Puente
Hi, I have found that BaseFonts.getDocumentFonts throws a null pointer exception with some PDF files. I have traced the exception to the end of the recourseFonts method, in particular line 1449 of the BaseFonts source file: 1446 PdfDictionary xobj = resources.getAsDict(PdfName.XOBJECT); 1

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-20 Thread Juan Antonio de la Puente
st wishes, -- Juan > Fixed in the SVN. > > Paulo > - Original Message - > From: Juan Antonio de la Puente > To: itext-questions@lists.sourceforge.net > Cc: Paulo Soares > Sent: Friday, March 19, 2010 11:43 AM > Subject: Re: [iText-questions] BaseF

[iText-questions] XHTML to PDF rendering without iText-2.0.8

2011-09-01 Thread Herrero Moriana, Jose Antonio (ES - Huesca)
Good morning, I would like to know if there is any way to convert HTML to PDF with iText-2.1.3 as I used to do with iText-2.0.8. Thank you. Jose Antonio Herrero Moriana DXD Deloitte | Edif. Félix de Azara - Parque Tecnológico Walqa, , 22197 Huesca, España Tel: +34915145000 Ext: 037275 | Fax