Re: [iText-questions] setting pdf version with PdfCopy

2011-06-15 Thread pepgrifell
hi, I just wanted to know if it was possible to downgrade the PDF version to 1.3 ... (I'm not an expertise in PDF's). They say that in their application, they saw PDF attached to a kind of portlet. They receive PDF with version 1.3 (from other web services) and PDF is seen attached. When they rece

Re: [iText-questions] setting pdf version with PdfCopy

2011-06-15 Thread pepgrifell
don't know if they are confused ... but it's possible to change pdf version wiht PdfCopy ? thanks ! -- View this message in context: http://itext-general.2136553.n4.nabble.com/setting-pdf-version-with-PdfCopy-tp3596760p3598721.html Sent from the iText - General mailing list archive at Nabble.com

Re: [iText-questions] setting pdf version with PdfCopy

2011-06-14 Thread pepgrifell
Hi, In the previous post I posted a wrong method. I had a method with the same name but with different parameters ... sorry about that... This is the method (it receives a list of Files and concatenate them with PdfCopy, saving it to outputFile) public static void concatenate(List pdfFi

[iText-questions] setting pdf version with PdfCopy

2011-06-14 Thread pepgrifell
Hi, I receive a list of Files (PDF's genereated with FOP) and I concatenate them using PdfCopy (code below). Before opening the document, I call setPdfVersion(PdfWriter.PDF_VERSION_1_3) but when I open the PDF generated (checking file properties) it says that PDF version is 1.4. We need to genera

Re: [iText-questions] Can I make a PDF with AcroForms not editable ?

2011-03-17 Thread pepgrifell
thanks for your answer, I will have a look. I bought the first edition of the book and I couldn't find this information. That's why I posted the question. pep. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Can-I-make-a-PDF-with-AcroForms-not-editable-tp3383919p3384

[iText-questions] Can I make a PDF with AcroForms not editable ?

2011-03-17 Thread pepgrifell
hi, I have a PDF with AcroForms (It contains some fields). The PDF is read in server side (PDFReader, PDFStamper) and fields are filled with some values. Then the servlet sends the PDF to client side. When PDF is opened in browser, the user can edit the fields and modify it. I would like to know

Re: [iText-questions] print text in a preprinted pdf

2010-08-13 Thread pepgrifell
Thanks for the answer and sorry for my late response but I have been working in another project. Using the scanned recipe and using Adobe Designer (version 7) I have added form fields (acroforms) where needed. Then, using iText, I read the PDF and fill the fields. What I don' know how to do it i