Re: [iText-questions] PDF/X3

2007-03-17 Thread Leonard Rosenthol
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

Re: [iText-questions] PDF/X3

2007-03-17 Thread Bodo Teichmann
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

Re: [iText-questions] PDF/X3

2007-02-15 Thread Bruno Lowagie (iText)
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

[iText-questions] PDF/X3

2007-02-15 Thread Peyman Pouryekta
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-

RE: [iText-questions] PDF X3

2004-11-03 Thread Paulo Soares
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

Re: [iText-questions] PDF X3

2004-11-03 Thread Leonard Rosenthol
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

[iText-questions] PDF X3

2004-11-03 Thread Florian Clever
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