Op 26/11/2010 15:13, jfsa schreef:
> I asked this question only to be sure that my application using iText 5.0.2
> can support pdf 1.7 files as well as previous versions.
But your question is phrased completely wrong!!!
Imagine software that creates a PDF with header PDF-1.7 and even with a
versi
I asked this question only to be sure that my application using iText 5.0.2
can support pdf 1.7 files as well as previous versions.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Pdf-versions-supported-by-iText-5-0-2-tp3059995p3060373.html
Sent from the iText - Gener
Op 26/11/2010 11:05, jfsa schreef:
> Hi,
>
> What are versions of pdf supported by iText 5.0.2?
Strange question. Why are you asking?
All versions are supported, aren't they?
There's even functionality in iText that is more recent than ISO-32000-1
(PDF 1.7),
more specifically some of the stuff add
Hi,
What are versions of pdf supported by iText 5.0.2?
Thanks
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Pdf-versions-supported-by-iText-5-0-2-tp3059995p3059995.html
Sent from the iText - General mailing list archive at Nabble.com.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Rob Daykin
> Sent: Tuesday, July 31, 2007 12:29 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] pdf versions
>
>
> Having read the boo
Having read the book, I used the following to set the output PDF version
with no success:
writer = PdfWriter.getInstance(document,new
FileOutputStream(getOutputFile()));
writer.setPdfVersion(PdfWriter.PDF_VERSION_1_2);
however after reading on, I tried the single character vers