Re: [iText-questions] PDF version question

2010-11-02 Thread Tom
kkoek/Netherlands/Contr/i...@ibmnl Date: 01-11-2010 17:09 Subject: Re: [iText-questions] PDF version que

Re: [iText-questions] PDF version question

2010-11-02 Thread Eveline Koekkoek
How do I unsubsribe to all other questions? I just like to see the reply to my specific question. From: 1T3XT info To: Eveline Koekkoek/Netherlands/Contr/i...@ibmnl Date: 01-11-2010 17:09 Subject: Re: [iText-questions] PDF version question Hallo, u hebt dit bericht off-list gestuurd, het

Re: [iText-questions] PDF version question

2010-11-01 Thread Eveline Koekkoek
-questions] PDF version question Hallo, u hebt dit bericht off-list gestuurd, het is te zeggen: naar het privé adres i...@1t3xt.info en niet naar het gratis itext-questions@lists.sourceforge.net Dit gaat in tegen de regels van de gratis mailing-list. Merk bovendien op dat op de gratis mailing

Re: [iText-questions] PDF version question

2010-11-01 Thread 1T3XT info
On 1/11/2010 15:06, Eveline Koekkoek wrote: > The supplier of WebAccess was surprised to see that in the end the PDF > document being generated was of version 1.4 and had a PDF producer of > IText 1.3.6. (edited:) > They were expecting PDF version 1.6 and PDF Producer PdfLib That's caused by the

Re: [iText-questions] PDF version

2009-07-14 Thread Leonard Rosenthol
Minor correction. The next version of PDF will be 2.0 to coincide with ISO 32000-2. Leonard On 7/14/09 9:51 AM, "1T3XT info" wrote: Leen Verleyen wrote: > At this moment the signature is a PDF 1.4 format, but we like to have a PDF > 1.8 format. > Is this version already supported? PDF ver

Re: [iText-questions] PDF version

2009-07-14 Thread Leonard Rosenthol
There is no such thing as PDF 1.8 and there never will be.The current version of PDF is 1.7, also known as ISO 32000-1. Perhaps you can explain what you mean. Also, the version of the PDF has nothing to do with the "signature". Again, what do you mean here? Leonard On 7/14/09 7:40 AM,

Re: [iText-questions] PDF version

2009-07-14 Thread 1T3XT info
Leen Verleyen wrote: > At this moment the signature is a PDF 1.4 format, but we like to have a PDF > 1.8 format. > Is this version already supported? PDF versions go from 1.0 (corresponding with Acrobat 1) to 1.7 (corresponding with Acrobat 8). PDF 1.7 was used as the basis for ISO-32000. PDF 1

[iText-questions] PDF version

2009-07-13 Thread Leen Verleyen
Hello, We use the code of iTextSharp to add a digital signature to a PDF document with C#. At this moment the signature is a PDF 1.4 format, but we like to have a PDF 1.8 format. Is this version already supported? We save the data to a PDF document by using a FileStream and not using the PDFWr

Re: [iText-questions] Pdf version?!

2008-12-22 Thread 1T3XT info
Ivar Kunst wrote: > Hi all, > > Im making PDF-files wiht iText and its getting more beautifull everyday! now > something i came across. The pdf version of my documents are version > 1.4(Acroboat 4.x). But i can't open the files with a Adobe Reader version < > 8.0, how is this possible? Is there a

[iText-questions] Pdf version?!

2008-12-22 Thread Ivar Kunst
Hi all, Im making PDF-files wiht iText and its getting more beautifull everyday! now something i came across. The pdf version of my documents are version 1.4(Acroboat 4.x). But i can't open the files with a Adobe Reader version < 8.0, how is this possible? Is there a way I can check which element

Re: [iText-questions] PDF Version

2006-04-24 Thread Paulo Soares
Object deletion can be done with PdfReader.killIndirect(). This deletes a single object. Paulo - Original Message - From: "Leonard Rosenthol" <[EMAIL PROTECTED]> To: ; "Paulo Soares" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 24, 2006 6:50 PM Su

RE: [iText-questions] PDF Version

2006-04-24 Thread Leonard Rosenthol
At 04:17 PM 4/24/2006, Segev, Eli wrote: When using PDFStamper to change the metadata, I get two copies of the meatadata in the PDF file - the old one and the new one. That is correct, as Stamper adds new objects along with an update table, which tells PDF parsers to ignore the old one

RE: [iText-questions] PDF Version

2006-04-24 Thread Segev, Eli
- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 4:50 PM To: Segev, Eli; Antoine Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Version To just change the metadata use PdfStamper, no PdfCopy is needed. Paulo - Original Message

RE: [iText-questions] PDF Version

2006-04-18 Thread Segev, Eli
(); pdfStamper.close(); Eli Segev -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 4:50 PM To: Segev, Eli; Antoine Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Version To just change the metadat

Re: [iText-questions] PDF Version

2006-04-18 Thread Paulo Soares
MAIL PROTECTED] Sent: Tuesday, April 18, 2006 4:14 PM To: Segev, Eli; Antoine Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Version You can't add content to PdfCopy. Assemble your pdf with PdfCopy and then modify the resulting pdf with PdfStamper. Paulo - Or

RE: [iText-questions] PDF Version

2006-04-18 Thread Segev, Eli
PM To: Segev, Eli; Antoine Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Version You can't add content to PdfCopy. Assemble your pdf with PdfCopy and then modify the resulting pdf with PdfStamper. Paulo - Original Message - From: "Segev, Eli&quo

RE: [iText-questions] PDF Version

2006-04-18 Thread Segev, Eli
-Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 4:14 PM To: Segev, Eli; Antoine Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Version You can't add content to PdfCopy. Assemble your pdf with PdfCopy and then modif

Re: [iText-questions] PDF Version

2006-04-18 Thread Paulo Soares
- // Some missing code here. pdfWriter.setXmpMetadata(meta); document.close(); pdfReader.close(); Eli Segev -Original Message- From: Antoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 9:55 AM To: Segev, Eli Cc

RE: [iText-questions] PDF Version

2006-04-18 Thread Segev, Eli
age- > From: Antoine [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 18, 2006 3:19 AM > To: Segev, Eli > Cc: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF Version > > Eli, > iText is not focused on reading/modifying pdf - iText excels in pdf

Re: [iText-questions] PDF Version

2006-04-18 Thread Antoine
April 18, 2006 3:19 AM > To: Segev, Eli > Cc: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] PDF Version > > Eli, > iText is not focused on reading/modifying pdf - iText excels in pdf > creation. I had a quick look and it looks possible, but you will s

RE: [iText-questions] PDF Version

2006-04-18 Thread Segev, Eli
Antoine, Do you have a sample code that copies a PDF file? Eli Segev -Original Message- From: Antoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 3:19 AM To: Segev, Eli Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] PDF Version Eli

Re: [iText-questions] PDF Version

2006-04-18 Thread Antoine
On 18/04/06, Paulo Soares <[EMAIL PROTECTED]> wrote: > PdfReader.getInfo(). Fair enough! I missed that one (again)... pdfbox has nice convenience methods... PDDocumentInformation.getCreator() PDDocumentInformation.getProducer() Cheers Antoine -- This is where I should put some witty comment.

Re: [iText-questions] PDF Version

2006-04-18 Thread Paulo Soares
PdfReader.getInfo(). Paulo - Original Message - From: "Antoine" <[EMAIL PROTECTED]> To: "Segev, Eli" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, April 18, 2006 8:18 AM Subject: Re: [iText-questions] PDF Version Eli, iText is not focused on reading/mod

Re: [iText-questions] PDF Version

2006-04-18 Thread bruno
Antoine wrote: Just use pdfbox - you will have the creator/producer in about 5 lines of code, and it is a good library (useful for those situations where iText doesn't have the functionality). I agree! You probably can do a lot of the stuff that is provided in PDFBox with iText, but you will

Re: [iText-questions] PDF Version

2006-04-18 Thread Antoine
s this? I could not find it in the Javadoc. > > Thanks for the tip about pdfbox. > > > Eli Segev > > > > -Original Message- > From: Antoine [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 15, 2006 5:54 AM > To: Segev, Eli > Cc: itext-ques

Re: [iText-questions] PDF Version

2006-04-15 Thread Antoine
On 14/04/06, Segev, Eli <[EMAIL PROTECTED]> wrote: > PDF files can be created in different ways and with different software. > Is it possible to find out what version of the PDF library is used in > the creation of a document? iText probably does this but pdfbox certainly does. http://pdfbox.org/j

[iText-questions] PDF Version

2006-04-14 Thread Segev, Eli
PDF files can be created in different ways and with different software. Is it possible to find out what version of the PDF library is used in the creation of a document? Eli Segev --- This SF.Net email is sponsored by xPML, a grou

AW: [iText-questions] PDF Version compatibility

2005-06-09 Thread Robert Esterer
omes to 1.5, does that sound about right? -Robert -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Leonard Rosenthol Gesendet: Donnerstag, 9. Juni 2005 15:39 An: Robert Esterer; itext-questions@lists.sourceforge.net Betreff: Re: [iText-questions] PDF Version c

Re: [iText-questions] PDF Version compatibility

2005-06-09 Thread Leonard Rosenthol
At 02:34 AM 6/9/2005, Robert Esterer wrote: I've got a quick question for anyone who might know this: how much of the different PDF versions (especially 1.4 - 1.6) does iText support? I've read about some problems with Acro 7 form fields and was wondering how compatible iText is to the different

[iText-questions] PDF Version compatibility

2005-06-09 Thread Robert Esterer
Hello, I've got a quick question for anyone who might know this: how much of the different PDF versions (especially 1.4 - 1.6) does iText support? I've read about some problems with Acro 7 form fields and was wondering how compatible iText is to the different PDF versions. Also, to keep it simple:

RE: [iText-questions] "PDF version" and "Fast Web View"

2003-11-20 Thread Leonard Rosenthol
At 11:50 AM -0800 11/20/03, Scib Ebel wrote: PDF Enhancer has the functionality I need. However, there seems to be absolutely no documentation with it. Is this the case? No, it comes with a PDF document with full documentation. You can also download the documentation separately as well. See th

RE: [iText-questions] "PDF version" and "Fast Web View"

2003-11-20 Thread Scib Ebel
PDF Enhancer has the functionality I need. However, there seems to be absolutely no documentation with it. Is this the case? What I'm trying to do is change the title of the PDF which is easy to do with the tool. However, I have 500 of them that need to be done. I want to be able to do all of

RE: [iText-questions] "PDF version" and "Fast Web View"

2003-11-20 Thread Matt Benson
--- Paulo Soares <[EMAIL PROTECTED]> wrote: > iText doesn't do linearising. To plug Leonard's stuff, his PDF Enhancer product will produce linearized PDF: www.pdfsages.com -Matt __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ ---

RE: [iText-questions] "PDF version" and "Fast Web View"

2003-11-20 Thread Paulo Soares
iText doesn't do linearising. Best Regards, Paulo Soares > -Original Message- > From: Scib Ebel [SMTP:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 16:07 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] "PDF version" and "Fast W

Re: [iText-questions] "PDF version" and "Fast Web View"

2003-11-20 Thread Scib Ebel
in PdfWriter there is setPdfVersion method and set the version I used writer.setPdfVersion('2'); //to set to version 1.2 writer.setPdfVersion('3'); //to set to version 1.3 etc... However, I still don't see anything about that Fast Web View. --- Scib Ebel <[EMAIL PROTECTED]> wrote: > Hi, > > I am

[iText-questions] "PDF version" and "Fast Web View"

2003-11-20 Thread Scib Ebel
Hi, I am using iText to copy existing pdf's and change their metadata title. It works, but after doing so, I open the new document and go to document summary and the PDF version is now changed from "1.2" to "1.4" and the "Fast Web View" is changed from "Yes" to "No". Is there a way to control the

RE: [iText-questions] PDF version

2003-02-12 Thread Paulo Soares
> -Original Message- > From: Piotr Luczycki [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 20:56 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF version > > What version of PDF does iText support? Can I specify which version the

[iText-questions] PDF version

2003-02-11 Thread Piotr Luczycki
What version of PDF does iText support? Can I specify which version the resulting file should be in? I think by default it creates 1.4 even if the input file is an earlier version. Thanks, Piotr --- This SF.NET email is sponsored by: SourceF

Re: [iText-questions] PDF version

2002-08-20 Thread Paulo Soares
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 13:41 Subject: [iText-questions] PDF version > What is the version of PDF (1.2/PDF3.0, 1.3/PDF4.0, or > 1.4/PDf5.0) generated from iText? Is there any way I > can control on the version? I need to make sure t

[iText-questions] PDF version

2002-08-20 Thread Jianhua Jin
What is the version of PDF (1.2/PDF3.0, 1.3/PDF4.0, or 1.4/PDf5.0) generated from iText? Is there any way I can control on the version? I need to make sure the final output is 1.3/PDF4.0 compatible. I am not using any of the fancy stuff, -- just dealing with texts and hyperlinks. Thanks. __