I haven't checked it recently, but I believe that you'll find that
the files that are created with that conformance set will pass
preflights.
If you find a case where that is NOT the case - please let us know.
Leonard
On Mar 17, 2007, at 7:13 PM, Bodo Teichmann wrote:
> Hi,
>
> Bruno wrote
Hi,
Bruno wrote:
Peyman Pouryekta wrote:
How can I create a PDF/X3 with iText ?
When you create a PDF with iText, you use a PdfWriter instance:
PdfWriter writer = PdfWriter.getInstance(document, os);
If you want to create a PDF conforming to PDF/X3,
you need to add this line:
write.setPDFXConf
Peyman Pouryekta wrote:
> How can I create a PDF/X3 with iText ?
When you create a PDF with iText, you use a PdfWriter instance:
PdfWriter writer = PdfWriter.getInstance(document, os);
If you want to create a PDF conforming to PDF/X3,
you need to add this line:
write.setPDFXConformance(PdfWrite
How can I create a PDF/X3 with iText ?
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-
3, 2004 2:54 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] PDF X3
>
> I am trying to natively create an PDF X3 using iText.
> I saw postings with somebody importing an existing X3 doc and
> then adding
> content.
> But can't I simply create it directly usi
At 09:54 AM 11/3/2004, Florian Clever wrote:
I am trying to natively create an PDF X3 using iText.
OK.
But can't I simply create it directly using iText?
Of course.
Does somebody have an example? Paulo said he was going to post one with the
next release?
Create one the way
I am trying to natively create an PDF X3 using iText.
I saw postings with somebody importing an existing X3 doc and then adding
content.
But can't I simply create it directly using iText?
Does somebody have an example? Paulo said he was going to post one with the
next release?
I guess if not, I w