Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-03-02 Thread Leonard Rosenthol
It will check the actual calls you make using iText, it won't scan the PDF for things. From: Nirmal Fernando [mailto:nirmal070...@gmail.com] Sent: Tuesday, March 02, 2010 10:35 AM To: Leonard Rosenthol Cc: itext-questions Subject: Re: [iText-questions] Replacing CID fonts with WinAnsi True

Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-03-02 Thread Nirmal Fernando
t:* Tuesday, March 02, 2010 5:12 AM > *To:* itext-questions > > *Cc:* Leonard Rosenthol > *Subject:* Re: [iText-questions] Replacing CID fonts with WinAnsi True > Type Fonts... > > > > Hii, > > > > Will the "copy.setPDFXConformance(PdfCopy.PDFA1A);"

Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-03-02 Thread Leonard Rosenthol
Assuming that you don't do anything that will invalidate it (like improper XMP), yes it will. From: Nirmal Fernando [mailto:nirmal070...@gmail.com] Sent: Tuesday, March 02, 2010 5:12 AM To: itext-questions Cc: Leonard Rosenthol Subject: Re: [iText-questions] Replacing CID fonts with WinAnsi

Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-03-01 Thread Nirmal Fernando
Hii, Will the "copy.setPDFXConformance(PdfCopy.PDFA1A);" ensures that the new PDF is PDF/A complianced?? or do we have to write a code to check? Thank you very much !! Nirmal -- C.S.Nirmal J. Fernando Department of Computer Science & Engineering, Faculty of Engineering, University of Moratuw

Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-02-25 Thread Leonard Rosenthol
2010 8:24 AM To: Post all your questions about iText here Cc: leona...@pdfsages.com Subject: Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts... Thanks for the reply !! :) Please read my comments too in "Orange" On Thu, Feb 25, 2010 at 11:55 AM, Leonard Rosenthol m

Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-02-24 Thread Nirmal Fernando
Thanks for the reply !! :) Please read my comments too in "Orange" On Thu, Feb 25, 2010 at 11:55 AM, Leonard Rosenthol wrote: > On Thu, Feb 25, 2010 at 12:19 AM, Nirmal Fernando > wrote: > >> I currently involve in a Project to apply PDF/A Standards to existing >> PDF files. I have 3 main ques

Re: [iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-02-24 Thread Leonard Rosenthol
On Thu, Feb 25, 2010 at 12:19 AM, Nirmal Fernando wrote: > I currently involve in a Project to apply PDF/A Standards to existing PDF > files. I have 3 main questions. > > · The existing PDF files had embedded CID fonts, because of that > you can’t serach or copy words. > What makes you th

[iText-questions] Replacing CID fonts with WinAnsi True Type Fonts...

2010-02-24 Thread Nirmal Fernando
I currently involve in a Project to apply PDF/A Standards to existing PDF files. I have 3 main questions. · The existing PDF files had embedded CID fonts, because of that you can’t serach or copy words. Therefore we thought of replacing CID fonts with WinAnsi encoded true type fonts. Is th