Re: [iText-questions] Embedded fonts exception while generating PDF/A

2011-07-28 Thread myworld.amol
Thanks a lot for reply. It clears out my doubt. Thanks Amol. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Embedded-fonts-exception-while-generating-PDF-A-tp3700577p3701106.html Sent from the iText - General mailing list archive at Nabble.com. -

Re: [iText-questions] Embedded fonts exception while generating PDF/A

2011-07-28 Thread 1T3XT BVBA
On 28/07/2011 12:28, myworld.amol wrote: > I read iText in action Edition second.In chapter 11,it is mentioned there > about Type1 fonts.But i got confused that whether to use Fonts from iText > jar or i need to provide Fonts path. That's irrelevant. You can put the fonts in a jar, this makes it e

Re: [iText-questions] Embedded fonts exception while generating PDF/A

2011-07-28 Thread myworld.amol
Hi, Thanks again for your reply. I read iText in action Edition second.In chapter 11,it is mentioned there about Type1 fonts.But i got confused that whether to use Fonts from iText jar or i need to provide Fonts path. this information is not provided in book.Its kind of confusing. It means that if

Re: [iText-questions] Embedded fonts exception while generating PDF/A

2011-07-28 Thread 1T3XT BVBA
On 28/07/2011 11:48, myworld.amol wrote: > baseFont = BaseFont.createFont("D:\\fonts\\HELR45W.TTF", BaseFont.WINANSI, > BaseFont.EMBEDDED); > > Here HELR45W.TTF is ttf file for Helvitica font and i have provided its path > to embed into PDF. > do i need to follow similar way or any other suggestion

Re: [iText-questions] Embedded fonts exception while generating PDF/A

2011-07-28 Thread myworld.amol
Hi, Thanks a lot for your reply. I read that Embedded font is ignored for Type1 (standard)font type. So to embed helvitica,i need to provide PFB file corresponding to Helvitica.afm file rite? do i need to provide PFB file in same jar or i need to provide path of the pfb file for embedding into PDF

Re: [iText-questions] Embedded fonts exception while generating PDF/A

2011-07-28 Thread 1T3XT BVBA
On 28/07/2011 8:41, myworld.amol wrote: > I am using iText 2.1.7 jar to create PDF/A. This version is more than 2 years old. It is no longer supported. Please upgrade. > When i try to Embedd font > Helvetica by creating BaseFont object,it returns me BaseFont object of > Helvitica but embedded fla

[iText-questions] Embedded fonts exception while generating PDF/A

2011-07-27 Thread myworld.amol
Hello, I am using iText 2.1.7 jar to create PDF/A. When i try to Embedd font Helvetica by creating BaseFont object,it returns me BaseFont object of Helvitica but embedded flag is false. BaseFont baseFont = BaseFont.createFont(BaseFont.HELVETICA, BaseFont.WINANSI, BaseFont.EMBEDDED); Here,even tho