kkoek/Netherlands/Contr/i...@ibmnl
Date:
01-11-2010 17:09
Subject:
Re: [iText-questions]
PDF version que
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
-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
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
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
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,
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
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
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
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
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
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
-
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
();
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
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
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
-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
-
// 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
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
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
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
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.
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
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
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
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
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
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
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
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:
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
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
--- 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/
---
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
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
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
> -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
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
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
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.
__
40 matches
Mail list logo