You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Andreas Lüdtke <an...@gmx.de> on 2015/02/03 08:05:23 UTC

Aw: Re: Type1Glyph2D No glyph for 41 (.notdef) in font Helvetica

Hi John,
 
I tried pdfbox-app-2.0.0-20150203.010142-1018.jar this morning and I still get the Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0.
 
Can I help you fix this?
 
Andreas
 

Gesendet: Samstag, 31. Januar 2015 um 20:25 Uhr
Von: "John Hewson" <jo...@jahewson.com>
An: users@pdfbox.apache.org, "Andreas Lüdtke" <an...@gmx.de>
Betreff: Re: Type1Glyph2D No glyph for 41 (.notdef) in font Helvetica
Thanks Andreas. I tool a look at the arial.ttf file which you sent me and the problem was as I had suspected - Microsoft have changed the tables in the Windows 8.1 version of the font.

PDFBox relies on the PostScript glyph names in the ‘post’ table when substituting a TTF in place of a Type 1 font. However, the new Windows 8.1 version of Arial uses a format 3 ‘post’ table which does not include any names. That means that every glyph lookup fails.

The solution is to extended FontBox's TrueTypeFont class to allow looking up of PostScript names by mapping them to entries in the ‘cmap’ table. I’ve opened PDFBOX-2650 to address this.

Thanks for taking the time to report this and provide the necessary details.

-- John

> On 31 Jan 2015, at 05:45, Andreas Lüdtke <an...@gmx.de> wrote:
>
> John,
>
> I forgot that I have a Windows 8.1 tablet at home: so here is the output of pdfbox-app. I copied only the first lines since they are basically the same:
>
> D:\__test>java -jar pdfbox-app-2.0.0-20150129.180809-996.jar PDFToImage rg-1234567890BA.pdf
> Jan 31, 2015 2:34:34 PM org.apache.pdfbox.rendering.font.Type1Glyph2D getPathForCharacterCode
> WARNUNG: No glyph for 77 (.notdef) in font Helvetica
> Jan 31, 2015 2:34:34 PM org.apache.pdfbox.rendering.font.Type1Glyph2D getPathForCharacterCode
> WARNUNG: No glyph for 97 (.notdef) in font Helvetica
> Jan 31, 2015 2:34:34 PM org.apache.pdfbox.rendering.font.Type1Glyph2D getPathForCharacterCode
> WARNUNG: No glyph for 114 (.notdef) in font Helvetica
> Jan 31, 2015 2:34:34 PM org.apache.pdfbox.rendering.font.Type1Glyph2D getPathForCharacterCode
> WARNUNG: No glyph for 107 (.notdef) in font Helvetica
> Jan 31, 2015 2:34:34 PM org.apache.pdfbox.rendering.font.Type1Glyph2D getPathForCharacterCode
> WARNUNG: No glyph for 117 (.notdef) in font Helvetica
> I send you the font off list.
>
> bestr regards
>
> Andreas
>
>
> ------ Originalnachricht ------
> Von: "John Hewson" <john@jahewson.com <ma...@jahewson.com>>
> An: users@pdfbox.apache.org <ma...@pdfbox.apache.org>
> Gesendet: 30.01.2015 21:27:43
> Betreff: Re: Type1Glyph2D No glyph for 41 (.notdef) in font Helvetica
>
>> Your list of fonts looks normal, Helvetica gets mapped to ArialMT on Windows. I wonder if the Arial font has changed on Windows 8.1 in a way which is causing PDFBox to parse it incorrectly? If you send me C:\Windows\FONTS\arial.ttf off-list, I can take a look at it.
>>
>> When you run pdfbox-app do you see any other font-related messages in the log?
>>
>> -- John
>>
>>> On 29 Jan 2015, at 23:05, Andreas Lüdtke <an...@gmx.de> wrote:
>>>
>>> John,
>>>
>>> below you can find the output from a Windows 8.1 machine. When I run the test on a Windows 7 machine I have also no problems with the generated image.
>>> If you want me to run other tests, please let me know.
>>>
>>> Best regards
>>>
>>> Andreas
>>>
>>> output from DumpFonts on Windows 8.1 Enterprise 64bit:
>>> -------------------------------------------------------
>>> TTF: UtsaahItalic: C:\Windows\FONTS\utsaahi.ttf
>>> TTF: LeelawadeeUIBold: C:\Windows\FONTS\LeelaUIb.ttf
>>> TTF: GeorgiaItalic: C:\Windows\FONTS\georgiai.ttf
>>> TTF: DilleniaUPCItalic: C:\Windows\FONTS\upcdi.ttf
>>> TTF: Vrinda: C:\Windows\FONTS\vrinda.ttf
>>> TTF: IskoolaPotaBold: C:\Windows\FONTS\iskpotab.ttf
>>> TTF: JavaneseText: C:\Windows\FONTS\javatext.ttf
>>> TTF: Bauhaus93: C:\Windows\FONTS\BAUHS93.TTF
>>> TTF: BookAntiqua-Italic: C:\Windows\FONTS\ANTQUAI.TTF
>>> TTF: BookAntiquaItalic: C:\Windows\FONTS\ANTQUAI.TTF
>>> TTF: LucidaBright-Demi: C:\Windows\FONTS\LBRITED.TTF
>>> TTF: UrduTypesetting-Bold: C:\Windows\FONTS\UrdTypeb.ttf
>>> TTF: TraditionalArabicBold: C:\Windows\FONTS\tradbdo.ttf
>>> TTF: YuMinchoDemibold: C:\Windows\FONTS\yumindb.ttf
>>> TTF: Corbel-Italic: C:\Windows\FONTS\corbeli.ttf
>>> TTF: NiagaraSolidReg: C:\Windows\FONTS\NIAGSOL.TTF
>>> TTF: SegoeUI-LightItalic: C:\Windows\FONTS\seguili.ttf
>>> TTF: EucrosiaUPCItalic: C:\Windows\FONTS\upcei.ttf
>>> TTF: Tahoma: C:\Windows\FONTS\tahoma.ttf
>>> TTF: CenturyGothic-Italic: C:\Windows\FONTS\GOTHICI.TTF
>>> TTF: Mangal-Bold: C:\Windows\FONTS\mangalb.ttf
>>> TTF: Aparajita: C:\Windows\FONTS\aparaj.ttf
>>> TTF: ArialBoldItalicMT: C:\Windows\FONTS\arialbi.ttf
>>> TTF: LucidaFax-DemiItalic: C:\Windows\FONTS\LFAXDI.TTF
>>> TTF: GaramondItalic: C:\Windows\FONTS\GARAIT.TTF
>>> TTF: Modern-Regular: C:\Windows\FONTS\MOD20.TTF
>>> TTF: NiagaraSolid-Reg: C:\Windows\FONTS\NIAGSOL.TTF
>>> TTF: CourierNewPSBoldMT: C:\Windows\FONTS\courbd.ttf
>>> TTF: SegoeUI: C:\Windows\FONTS\segoeui.ttf
>>> TTF: Aharoni-Bold: C:\Windows\FONTS\ahronbd.ttf
>>> TTF: Harrington: C:\Windows\FONTS\HARNGTON.TTF
>>> TTF: CandaraItalic: C:\Windows\FONTS\Candarai.ttf
>>> TTF: MiriamFixed: C:\Windows\FONTS\mriamc.ttf
>>> TTF: BookAntiqua-BoldItalic: C:\Windows\FONTS\ANTQUABI.TTF
>>> TTF: MicrosoftPhagsPaBold: C:\Windows\FONTS\phagspab.ttf
>>> TTF: Algerian: C:\Windows\FONTS\ALGER.TTF
>>> TTF: MalgunGothicBold: C:\Windows\FONTS\malgunbd.ttf
>>> TTF: CordiaUPC: C:\Windows\FONTS\cordiau.ttf
>>> TTF: ComicSansMS-Italic: C:\Windows\FONTS\comici.ttf
>>> TTF: BrowalliaNew-Italic: C:\Windows\FONTS\browai.ttf
>>> TTF: TempusSansITC: C:\Windows\FONTS\TEMPSITC.TTF
>>> TTF: CordiaNewBold: C:\Windows\FONTS\cordiab.ttf
>>> TTF: AparajitaBold: C:\Windows\FONTS\aparajb.ttf
>>> TTF: Kalinga: C:\Windows\FONTS\kalinga.ttf
>>> TTF: NyalaRegular: C:\Windows\FONTS\nyala.ttf
>>> TTF: BellMT: C:\Windows\FONTS\BELL.TTF
>>> TTF: Century: C:\Windows\FONTS\CENTURY.TTF
>>> TTF: ArialUnicodeMS: C:\Windows\FONTS\ARIALUNI.TTF
>>> TTF: SegoeUI-Bold: C:\Windows\FONTS\segoeuib.ttf
>>> TTF: JasmineUPCBold: C:\Windows\FONTS\upcjb.ttf
>>> TTF: DilleniaUPCBold: C:\Windows\FONTS\upcdb.ttf
>>> TTF: ArialNarrow: C:\Windows\FONTS\ARIALN.TTF
>>> TTF: Gisha: C:\Windows\FONTS\gisha.ttf
>>> TTF: GadugiBold: C:\Windows\FONTS\gadugib.ttf
>>> TTF: HarlowSolid: C:\Windows\FONTS\HARLOWSI.TTF
>>> TTF: ArialNarrow-Bold: C:\Windows\FONTS\ARIALNB.TTF
>>> TTF: IrisUPCBoldItalic: C:\Windows\FONTS\upcibi.ttf
>>> TTF: Shruti: C:\Windows\FONTS\shruti.ttf
>>> TTF: Cambria-BoldItalic: C:\Windows\FONTS\cambriaz.ttf
>>> TTF: MicrosoftNewTaiLueBold: C:\Windows\FONTS\ntailub.ttf
>>> TTF: DFKaiShuSBEstdBF: C:\Windows\FONTS\kaiu.ttf
>>> TTF: BookAntiqua: C:\Windows\FONTS\BKANT.TTF
>>> TTF: BookmanOldStyleItalic: C:\Windows\FONTS\BOOKOSI.TTF
>>> TTF: BookAntiquaBoldItalic: C:\Windows\FONTS\ANTQUABI.TTF
>>> TTF: TrebuchetMS-Bold: C:\Windows\FONTS\trebucbd.ttf
>>> TTF: EstrangeloEdessa: C:\Windows\FONTS\estre.ttf
>>> TTF: CambriaBold: C:\Windows\FONTS\cambriab.ttf
>>> TTF: LaoUIBold: C:\Windows\FONTS\LaoUIb.ttf
>>> TTF: CalifornianFB-Reg: C:\Windows\FONTS\CALIFR.TTF
>>> TTF: CourierNewPSBoldItalicMT: C:\Windows\FONTS\courbi.ttf
>>> TTF: David-Bold: C:\Windows\FONTS\davidbd.ttf
>>> TTF: Kokila: C:\Windows\FONTS\kokila.ttf
>>> TTF: FranklinGothic-Medium: C:\Windows\FONTS\framd.ttf
>>> TTF: LeelawadeeUI-Semilight: C:\Windows\FONTS\LeelUIsl.ttf
>>> TTF: SimplifiedArabic-Bold: C:\Windows\FONTS\simpbdo.ttf
>>> TTF: DilleniaUPCBoldItalic: C:\Windows\FONTS\upcdbi.ttf
>>> TTF: ComicSansMS-BoldItalic: C:\Windows\FONTS\comicz.ttf
>>> TTF: Jokerman-Regular: C:\Windows\FONTS\JOKERMAN.TTF
>>> TTF: Vivaldii: C:\Windows\FONTS\VIVALDII.TTF
>>> TTF: KalingaBold: C:\Windows\FONTS\kalingab.ttf
>>> TTF: AngsanaNew: C:\Windows\FONTS\angsa.ttf
>>> TTF: BrowalliaUPC-Italic: C:\Windows\FONTS\browaui.ttf
>>> TTF: Candara-Italic: C:\Windows\FONTS\Candarai.ttf
>>> TTF: SegoeUISemilight: C:\Windows\FONTS\segoeuisl.ttf
>>> TTF: MicrosoftTaiLe: C:\Windows\FONTS\taile.ttf
>>> TTF: Ebrima-Bold: C:\Windows\FONTS\ebrimabd.ttf
>>> TTF: MyanmarText: C:\Windows\FONTS\mmrtext.ttf
>>> TTF: PalatinoLinotype-Bold: C:\Windows\FONTS\palab.ttf
>>> TTF: BerlinSansFBReg: C:\Windows\FONTS\BRLNSR.TTF
>>> TTF: KartikaBold: C:\Windows\FONTS\kartikab.ttf
>>> TTF: Parchment-Regular: C:\Windows\FONTS\PARCHM.TTF
>>> TTF: BrowalliaUPCBoldItalic: C:\Windows\FONTS\browauz.ttf
>>> TTF: MicrosoftUighurBold: C:\Windows\FONTS\msuighub.ttf
>>> TTF: EbrimaBold: C:\Windows\FONTS\ebrimabd.ttf
>>> TTF: TrebuchetBoldItalic: C:\Windows\FONTS\trebucbi.ttf
>>> TTF: Broadway: C:\Windows\FONTS\BROADW.TTF
>>> TTF: Kokila-BoldItalic: C:\Windows\FONTS\kokilabi.ttf
>>> TTF: ShonarBangla-Bold: C:\Windows\FONTS\Shonarb.ttf
>>> TTF: Cambria-Italic: C:\Windows\FONTS\cambriai.ttf
>>> TTF: Corbel-Bold: C:\Windows\FONTS\corbelb.ttf
>>> TTF: Verdana: C:\Windows\FONTS\verdana.ttf
>>> TTF: YuGothicBold: C:\Windows\FONTS\yugothib.ttf
>>> TTF: CourierNewPSItalicMT: C:\Windows\FONTS\couri.ttf
>>> TTF: TrebuchetMSBold: C:\Windows\FONTS\trebucbd.ttf
>>> TTF: CorbelItalic: C:\Windows\FONTS\corbeli.ttf
>>> TTF: FranklinGothic-MediumItalic: C:\Windows\FONTS\framdit.ttf
>>> TTF: TimesNewRomanPS-BoldMT: C:\Windows\FONTS\timesbd.ttf
>>> TTF: MicrosoftNewTaiLue: C:\Windows\FONTS\ntailu.ttf
>>> TTF: Raavi-Bold: C:\Windows\FONTS\raavib.ttf
>>> TTF: LucidaFax-Italic: C:\Windows\FONTS\LFAXI.TTF
>>> TTF: Calibri-Bold: C:\Windows\FONTS\calibrib.ttf
>>> TTF: ConsolasBoldItalic: C:\Windows\FONTS\consolaz.ttf
>>> TTF: BookAntiquaBold: C:\Windows\FONTS\ANTQUAB.TTF
>>> TTF: YuGothicRegular: C:\Windows\FONTS\yugothic.ttf
>>> TTF: LucidaHandwriting-Italic: C:\Windows\FONTS\LHANDW.TTF
>>> TTF: AparajitaBoldItalic: C:\Windows\FONTS\aparajbi.ttf
>>> TTF: TimesNewRomanPSBoldMT: C:\Windows\FONTS\timesbd.ttf
>>> TTF: IrisUPCBold: C:\Windows\FONTS\upcib.ttf
>>> TTF: CordiaNewItalic: C:\Windows\FONTS\cordiai.ttf
>>> TTF: ConsolasBold: C:\Windows\FONTS\consolab.ttf
>>> TTF: ShonarBanglaBold: C:\Windows\FONTS\Shonarb.ttf
>>> TTF: PalatinoLinotype-BoldItalic: C:\Windows\FONTS\palabi.ttf
>>> TTF: AngsanaNewBold: C:\Windows\FONTS\angsab.ttf
>>> TTF: SimplifiedArabic: C:\Windows\FONTS\simpo.ttf
>>> TTF: Utsaah-Bold: C:\Windows\FONTS\utsaahb.ttf
>>> TTF: Gadugi-Bold: C:\Windows\FONTS\gadugib.ttf
>>> TTF: Sylfaen: C:\Windows\FONTS\sylfaen.ttf
>>> TTF: Corbel-BoldItalic: C:\Windows\FONTS\corbelz.ttf
>>> TTF: KristenITC-Regular: C:\Windows\FONTS\ITCKRIST.TTF
>>> TTF: ArabicTypesetting: C:\Windows\FONTS\arabtype.ttf
>>> TTF: FreesiaUPCBoldItalic: C:\Windows\FONTS\upcfbi.ttf
>>> TTF: JuiceITC-Regular: C:\Windows\FONTS\JUICE___.TTF
>>> TTF: PlantagenetCherokee: C:\Windows\FONTS\plantc.ttf
>>> TTF: CalibriBold: C:\Windows\FONTS\calibrib.ttf
>>> TTF: LevenimMTBold: C:\Windows\FONTS\lvnmbd.ttf
>>> TTF: CalifornianFBItalic: C:\Windows\FONTS\CALIFI.TTF
>>> TTF: Arial-Black: C:\Windows\FONTS\ariblk.ttf
>>> TTF: GautamiBold: C:\Windows\FONTS\gautamib.ttf
>>> TTF: Garamond-Italic: C:\Windows\FONTS\GARAIT.TTF
>>> TTF: Centaur: C:\Windows\FONTS\CENTAUR.TTF
>>> TTF: DFKaiShu-SB-Estd-BF: C:\Windows\FONTS\kaiu.ttf
>>> TTF: VerdanaBoldItalic: C:\Windows\FONTS\verdanaz.ttf
>>> TTF: SegoePrint-Bold: C:\Windows\FONTS\segoeprb.ttf
>>> TTF: KhmerUIBold: C:\Windows\FONTS\KhmerUIb.ttf
>>> TTF: FranklinGothicMedium: C:\Windows\FONTS\framd.ttf
>>> TTF: Kartika: C:\Windows\FONTS\kartika.ttf
>>> TTF: Georgia-BoldItalic: C:\Windows\FONTS\georgiaz.ttf
>>> TTF: YuGothic-Light: C:\Windows\FONTS\yugothil.ttf
>>> TTF: AngsanaUPCBold: C:\Windows\FONTS\angsaub.ttf
>>> TTF: IrisUPCItalic: C:\Windows\FONTS\upcii.ttf
>>> TTF: Miriam: C:\Windows\FONTS\mriam.ttf
>>> TTF: BrowalliaUPCBold: C:\Windows\FONTS\browaub.ttf
>>> TTF: BrowalliaNewBoldItalic: C:\Windows\FONTS\browaz.ttf
>>> TTF: SimHei: C:\Windows\FONTS\simhei.ttf
>>> TTF: BookmanOldStyleBoldItalic: C:\Windows\FONTS\BOOKOSBI.TTF
>>> TTF: Gautami-Bold: C:\Windows\FONTS\gautamib.ttf
>>> TTF: NirmalaUI: C:\Windows\FONTS\Nirmala.ttf
>>> TTF: Constantia: C:\Windows\FONTS\constan.ttf
>>> TTF: SegoeUIItalic: C:\Windows\FONTS\segoeuii.ttf
>>> TTF: LucidaCalligraphy-Italic: C:\Windows\FONTS\LCALLIG.TTF
>>> TTF: BrowalliaNewBold: C:\Windows\FONTS\browab.ttf
>>> TTF: ShowcardGothicReg: C:\Windows\FONTS\SHOWG.TTF
>>> TTF: Calibri-Light: C:\Windows\FONTS\calibril.ttf
>>> TTF: LucidaBright-Italic: C:\Windows\FONTS\LBRITEI.TTF
>>> TTF: BerlinSansFB-Bold: C:\Windows\FONTS\BRLNSB.TTF
>>> TTF: PalatinoLinotypeRoman: C:\Windows\FONTS\pala.ttf
>>> TTF: Cambria-Bold: C:\Windows\FONTS\cambriab.ttf
>>> TTF: VrindaBold: C:\Windows\FONTS\vrindab.ttf
>>> TTF: UtsaahBoldItalic: C:\Windows\FONTS\utsaahbi.ttf
>>> TTF: VladimirScript: C:\Windows\FONTS\VLADIMIR.TTF
>>> TTF: BerlinSansFBBold: C:\Windows\FONTS\BRLNSB.TTF
>>> TTF: LilyUPC: C:\Windows\FONTS\upcll.ttf
>>> TTF: Kartika-Bold: C:\Windows\FONTS\kartikab.ttf
>>> TTF: YuMinchoLight: C:\Windows\FONTS\yuminl.ttf
>>> TTF: Onyx: C:\Windows\FONTS\ONYX.TTF
>>> TTF: CordiaNew-Italic: C:\Windows\FONTS\cordiai.ttf
>>> TTF: BerlinSansFBDemiBold: C:\Windows\FONTS\BRLNSDB.TTF
>>> TTF: SegoeUI-Italic: C:\Windows\FONTS\segoeuii.ttf
>>> TTF: AngsanaUPC-BoldItalic: C:\Windows\FONTS\angsauz.ttf
>>> TTF: NirmalaUIBold: C:\Windows\FONTS\NirmalaB.ttf
>>> TTF: CordiaUPC-BoldItalic: C:\Windows\FONTS\cordiauz.ttf
>>> TTF: ComicSansMSBold: C:\Windows\FONTS\comicbd.ttf
>>> TTF: Verdana-Bold: C:\Windows\FONTS\verdanab.ttf
>>> TTF: KhmerUI: C:\Windows\FONTS\KhmerUI.ttf
>>> TTF: CenturyGothic: C:\Windows\FONTS\GOTHIC.TTF
>>> TTF: LatinWide: C:\Windows\FONTS\LATINWD.TTF
>>> TTF: SegoeUI-BoldItalic: C:\Windows\FONTS\segoeuiz.ttf
>>> TTF: LucidaSansUnicode: C:\Windows\FONTS\l_10646.ttf
>>> TTF: Utsaah: C:\Windows\FONTS\utsaah.ttf
>>> TTF: CalifornianFBReg: C:\Windows\FONTS\CALIFR.TTF
>>> TTF: ShonarBangla: C:\Windows\FONTS\Shonar.ttf
>>> TTF: ShowcardGothic-Reg: C:\Windows\FONTS\SHOWG.TTF
>>> TTF: LilyUPCBold: C:\Windows\FONTS\upclb.ttf
>>> TTF: AngsanaUPC-Italic: C:\Windows\FONTS\angsaui.ttf
>>> TTF: Andalus: C:\Windows\FONTS\andlso.ttf
>>> TTF: CambriaBoldItalic: C:\Windows\FONTS\cambriaz.ttf
>>> TTF: Utsaah-Italic: C:\Windows\FONTS\utsaahi.ttf
>>> TTF: Consolas-Italic: C:\Windows\FONTS\consolai.ttf
>>> TTF: BellMTBold: C:\Windows\FONTS\BELLB.TTF
>>> TTF: NirmalaUI-Semilight: C:\Windows\FONTS\NirmalaS.ttf
>>> TTF: Georgia-Italic: C:\Windows\FONTS\georgiai.ttf
>>> TTF: SegoeUI-SemiboldItalic: C:\Windows\FONTS\seguisbi.ttf
>>> TTF: Calibri-LightItalic: C:\Windows\FONTS\calibrili.ttf
>>> TTF: Wingdings-Regular: C:\Windows\FONTS\wingding.ttf
>>> TTF: Rod: C:\Windows\FONTS\rod.ttf
>>> TTF: SegoeUI-Semilight: C:\Windows\FONTS\segoeuisl.ttf
>>> TTF: Verdana-Italic: C:\Windows\FONTS\verdanai.ttf
>>> TTF: InformalRomanRegular: C:\Windows\FONTS\INFROMAN.TTF
>>> TTF: JasmineUPCItalic: C:\Windows\FONTS\upcji.ttf
>>> TTF: ModernRegular: C:\Windows\FONTS\MOD20.TTF
>>> TTF: FrankRuehl: C:\Windows\FONTS\frank.ttf
>>> TTF: Calibri-BoldItalic: C:\Windows\FONTS\calibriz.ttf
>>> TTF: KodchiangUPCItalic: C:\Windows\FONTS\upcki.ttf
>>> TTF: CordiaUPCItalic: C:\Windows\FONTS\cordiaui.ttf
>>> TTF: TimesNewRomanPSItalicMT: C:\Windows\FONTS\timesi.ttf
>>> TTF: David: C:\Windows\FONTS\david.ttf
>>> TTF: MSOutlook: C:\Windows\FONTS\OUTLOOK.TTF
>>> TTF: Garamond: C:\Windows\FONTS\GARA.TTF
>>> TTF: BrowalliaNew-Bold: C:\Windows\FONTS\browab.ttf
>>> TTF: LeelawadeeUI-Bold: C:\Windows\FONTS\LeelaUIb.ttf
>>> TTF: Corbel: C:\Windows\FONTS\corbel.ttf
>>> TTF: MSReferenceSpecialty: C:\Windows\FONTS\REFSPCL.TTF
>>> TTF: AngsanaNew-BoldItalic: C:\Windows\FONTS\angsaz.ttf
>>> TTF: ConstantiaItalic: C:\Windows\FONTS\constani.ttf
>>> TTF: Webdings: C:\Windows\FONTS\webdings.ttf
>>> TTF: AngsanaNew-Bold: C:\Windows\FONTS\angsab.ttf
>>> TTF: TimesNewRomanPSMT: C:\Windows\FONTS\times.ttf
>>> TTF: MicrosoftYiBaiti: C:\Windows\FONTS\msyi.ttf
>>> TTF: BookmanOldStyle-Italic: C:\Windows\FONTS\BOOKOSI.TTF
>>> TTF: NirmalaUI-Bold: C:\Windows\FONTS\NirmalaB.ttf
>>> TTF: LaoUI: C:\Windows\FONTS\LaoUI.ttf
>>> TTF: Chiller-Regular: C:\Windows\FONTS\CHILLER.TTF
>>> TTF: ComicSansMSBoldItalic: C:\Windows\FONTS\comicz.ttf
>>> TTF: CenturyGothicBold: C:\Windows\FONTS\GOTHICB.TTF
>>> TTF: IrisUPC: C:\Windows\FONTS\upcil.ttf
>>> TTF: TrebuchetMS-Italic: C:\Windows\FONTS\trebucit.ttf
>>> TTF: PoorRichard-Regular: C:\Windows\FONTS\POORICH.TTF
>>> TTF: Candara-Bold: C:\Windows\FONTS\Candarab.ttf
>>> TTF: DroidSansMonoSlashed: C:\Windows\FONTS\DroidSansMonoSlashed.ttf
>>> TTF: PalatinoLinotype-Roman: C:\Windows\FONTS\pala.ttf
>>> TTF: OldEnglishTextMT: C:\Windows\FONTS\OLDENGL.TTF
>>> TTF: BookmanOldStyle: C:\Windows\FONTS\BOOKOS.TTF
>>> TTF: IskoolaPota-Bold: C:\Windows\FONTS\iskpotab.ttf
>>> TTF: NirmalaUISemilight: C:\Windows\FONTS\NirmalaS.ttf
>>> TTF: SimSun-ExtB: C:\Windows\FONTS\simsunb.ttf
>>> TTF: YuMincho-Light: C:\Windows\FONTS\yuminl.ttf
>>> TTF: Vani: C:\Windows\FONTS\Vani.ttf
>>> TTF: SegoeUIBlackItalic: C:\Windows\FONTS\seguibli.ttf
>>> TTF: BookshelfSymbolSeven: C:\Windows\FONTS\BSSYM7.TTF
>>> TTF: BrowalliaNewItalic: C:\Windows\FONTS\browai.ttf
>>> TTF: FreestyleScript-Regular: C:\Windows\FONTS\FREESCPT.TTF
>>> TTF: GeorgiaBold: C:\Windows\FONTS\georgiab.ttf
>>> TTF: SegoeUIEmoji: C:\Windows\FONTS\seguiemj.ttf
>>> TTF: Gautami: C:\Windows\FONTS\gautami.ttf
>>> TTF: GeorgiaBoldItalic: C:\Windows\FONTS\georgiaz.ttf
>>> TTF: EucrosiaUPCBold: C:\Windows\FONTS\upceb.ttf
>>> TTF: ComicSansMS-Bold: C:\Windows\FONTS\comicbd.ttf
>>> TTF: IskoolaPota: C:\Windows\FONTS\iskpota.ttf
>>> TTF: SimplifiedArabicFixed: C:\Windows\FONTS\simpfxo.ttf
>>> TTF: TrebuchetMS: C:\Windows\FONTS\trebuc.ttf
>>> TTF: TimesNewRomanPS-ItalicMT: C:\Windows\FONTS\timesi.ttf
>>> TTF: ArialBoldMT: C:\Windows\FONTS\arialbd.ttf
>>> TTF: Gisha-Bold: C:\Windows\FONTS\gishabd.ttf
>>> TTF: MSReferenceSansSerif: C:\Windows\FONTS\REFSAN.TTF
>>> TTF: SegoeUIBlack: C:\Windows\FONTS\seguibl.ttf
>>> TTF: TimesNewRomanPS-BoldItalicMT: C:\Windows\FONTS\timesbi.ttf
>>> TTF: SegoeScript: C:\Windows\FONTS\segoesc.ttf
>>> TTF: CalifornianFBBold: C:\Windows\FONTS\CALIFB.TTF
>>> TTF: CourierNewPS-ItalicMT: C:\Windows\FONTS\couri.ttf
>>> TTF: CenturyGothic-BoldItalic: C:\Windows\FONTS\GOTHICBI.TTF
>>> TTF: CenturyGothicItalic: C:\Windows\FONTS\GOTHICI.TTF
>>> TTF: SakkalMajalla-Bold: C:\Windows\FONTS\majallab.ttf
>>> TTF: LucidaHandwritingItalic: C:\Windows\FONTS\LHANDW.TTF
>>> TTF: TungaBold: C:\Windows\FONTS\tungab.ttf
>>> TTF: AngsanaUPCItalic: C:\Windows\FONTS\angsaui.ttf
>>> TTF: KodchiangUPC: C:\Windows\FONTS\upckl.ttf
>>> TTF: Georgia: C:\Windows\FONTS\georgia.ttf
>>> TTF: BrowalliaNew: C:\Windows\FONTS\browa.ttf
>>> TTF: TrebuchetMSItalic: C:\Windows\FONTS\trebucit.ttf
>>> TTF: Arial-ItalicMT: C:\Windows\FONTS\ariali.ttf
>>> TTF: CordiaNew-BoldItalic: C:\Windows\FONTS\cordiaz.ttf
>>> TTF: MonotypeCorsiva: C:\Windows\FONTS\MTCORSVA.TTF
>>> TTF: ArialNarrowItalic: C:\Windows\FONTS\ARIALNI.TTF
>>> TTF: MyanmarTextBold: C:\Windows\FONTS\mmrtextb.ttf
>>> TTF: Vani-Bold: C:\Windows\FONTS\Vanib.ttf
>>> TTF: CooperBlack: C:\Windows\FONTS\COOPBL.TTF
>>> TTF: VijayaBold: C:\Windows\FONTS\vijayab.ttf
>>> TTF: WingdingsRegular: C:\Windows\FONTS\wingding.ttf
>>> TTF: BernardMT-Condensed: C:\Windows\FONTS\BERNHC.TTF
>>> TTF: Calibri: C:\Windows\FONTS\calibri.ttf
>>> TTF: PoorRichardRegular: C:\Windows\FONTS\POORICH.TTF
>>> TTF: LeelawadeeBold: C:\Windows\FONTS\leelawdb.ttf
>>> TTF: Microsoft-Yi-Baiti: C:\Windows\FONTS\msyi.ttf
>>> TTF: MicrosoftPhagsPa-Bold: C:\Windows\FONTS\phagspab.ttf
>>> TTF: AngsanaNewItalic: C:\Windows\FONTS\angsai.ttf
>>> TTF: YuGothic-Regular: C:\Windows\FONTS\yugothic.ttf
>>> TTF: DilleniaUPC: C:\Windows\FONTS\upcdl.ttf
>>> TTF: CordiaNewBoldItalic: C:\Windows\FONTS\cordiaz.ttf
>>> TTF: KodchiangUPCBold: C:\Windows\FONTS\upckb.ttf
>>> TTF: Aparajita-Italic: C:\Windows\FONTS\aparaji.ttf
>>> TTF: SnapITC-Regular: C:\Windows\FONTS\SNAP____.TTF
>>> TTF: VinerHandITC: C:\Windows\FONTS\VINERITC.TTF
>>> TTF: TraditionalArabic-Bold: C:\Windows\FONTS\tradbdo.ttf
>>> TTF: FreesiaUPCBold: C:\Windows\FONTS\upcfb.ttf
>>> TTF: KhmerUI-Bold: C:\Windows\FONTS\KhmerUIb.ttf
>>> TTF: Nyala-Regular: C:\Windows\FONTS\nyala.ttf
>>> TTF: LaoUI-Bold: C:\Windows\FONTS\LaoUIb.ttf
>>> TTF: TimesNewRomanPSBoldItalicMT: C:\Windows\FONTS\timesbi.ttf
>>> TTF: TraditionalArabic: C:\Windows\FONTS\trado.ttf
>>> TTF: Wingdings3: C:\Windows\FONTS\WINGDNG3.TTF
>>> TTF: CalibriLight: C:\Windows\FONTS\calibril.ttf
>>> TTF: Wingdings2: C:\Windows\FONTS\WINGDNG2.TTF
>>> TTF: SegoeUISemilightItalic: C:\Windows\FONTS\seguisli.ttf
>>> TTF: FreesiaUPC: C:\Windows\FONTS\upcfl.ttf
>>> TTF: Gabriola: C:\Windows\FONTS\Gabriola.ttf
>>> TTF: Playbill: C:\Windows\FONTS\PLAYBILL.TTF
>>> TTF: FranklinGothicMediumItalic: C:\Windows\FONTS\framdit.ttf
>>> TTF: ArialBlack: C:\Windows\FONTS\ariblk.ttf
>>> TTF: BrowalliaUPCItalic: C:\Windows\FONTS\browaui.ttf
>>> TTF: SegoeUILightItalic: C:\Windows\FONTS\seguili.ttf
>>> TTF: PalatinoLinotypeBold: C:\Windows\FONTS\palab.ttf
>>> TTF: Raavi: C:\Windows\FONTS\raavi.ttf
>>> TTF: SegoeUIBold: C:\Windows\FONTS\segoeuib.ttf
>>> TTF: JasmineUPC: C:\Windows\FONTS\upcjl.ttf
>>> TTF: EucrosiaUPC: C:\Windows\FONTS\upcel.ttf
>>> TTF: MicrosoftTaiLeBold: C:\Windows\FONTS\taileb.ttf
>>> TTF: CorbelBoldItalic: C:\Windows\FONTS\corbelz.ttf
>>> TTF: LucidaBright: C:\Windows\FONTS\LBRITE.TTF
>>> TTF: SakkalMajallaBold: C:\Windows\FONTS\majallab.ttf
>>> TTF: BrowalliaUPC-Bold: C:\Windows\FONTS\browaub.ttf
>>> TTF: Georgia-Bold: C:\Windows\FONTS\georgiab.ttf
>>> TTF: MyanmarText-Bold: C:\Windows\FONTS\mmrtextb.ttf
>>> TTF: ArialNarrow-Italic: C:\Windows\FONTS\ARIALNI.TTF
>>> TTF: CalibriItalic: C:\Windows\FONTS\calibrii.ttf
>>> TTF: HighTowerText-Italic: C:\Windows\FONTS\HTOWERTI.TTF
>>> TTF: BookmanOldStyle-BoldItalic: C:\Windows\FONTS\BOOKOSBI.TTF
>>> TTF: SegoeUIBoldItalic: C:\Windows\FONTS\segoeuiz.ttf
>>> TTF: YuGothic-Bold: C:\Windows\FONTS\yugothib.ttf
>>> TTF: BrowalliaUPC: C:\Windows\FONTS\browau.ttf
>>> TTF: LathaBold: C:\Windows\FONTS\lathab.ttf
>>> TTF: AngsanaNewBoldItalic: C:\Windows\FONTS\angsaz.ttf
>>> TTF: VerdanaBold: C:\Windows\FONTS\verdanab.ttf
>>> TTF: GaramondBold: C:\Windows\FONTS\GARABD.TTF
>>> TTF: GishaBold: C:\Windows\FONTS\gishabd.ttf
>>> TTF: FootlightMTLight: C:\Windows\FONTS\FTLTLT.TTF
>>> TTF: LilyUPCItalic: C:\Windows\FONTS\upcli.ttf
>>> TTF: SimplifiedArabicBold: C:\Windows\FONTS\simpbdo.ttf
>>> TTF: Aparajita-BoldItalic: C:\Windows\FONTS\aparajbi.ttf
>>> TTF: CenturyGothicBoldItalic: C:\Windows\FONTS\GOTHICBI.TTF
>>> TTF: Marlett: C:\Windows\FONTS\marlett.ttf
>>> TTF: SimSunExtB: C:\Windows\FONTS\simsunb.ttf
>>> TTF: HighTowerTextReg: C:\Windows\FONTS\HTOWERT.TTF
>>> TTF: LeelawadeeUI: C:\Windows\FONTS\LeelawUI.ttf
>>> TTF: MongolianBaiti: C:\Windows\FONTS\monbaiti.ttf
>>> TTF: AngsanaUPC-Bold: C:\Windows\FONTS\angsaub.ttf
>>> TTF: Arial-BoldItalicMT: C:\Windows\FONTS\arialbi.ttf
>>> TTF: KokilaBoldItalic: C:\Windows\FONTS\kokilabi.ttf
>>> TTF: BodoniMTPosterCompressed: C:\Windows\FONTS\BOD_PSTC.TTF
>>> TTF: PalatinoLinotype-Italic: C:\Windows\FONTS\palai.ttf
>>> TTF: Consolas-Bold: C:\Windows\FONTS\consolab.ttf
>>> TTF: Consolas-BoldItalic: C:\Windows\FONTS\consolaz.ttf
>>> TTF: MicrosoftHimalaya: C:\Windows\FONTS\himalaya.ttf
>>> TTF: SegoeUISemibold: C:\Windows\FONTS\seguisb.ttf
>>> TTF: CalibriLightItalic: C:\Windows\FONTS\calibrili.ttf
>>> TTF: KunstlerScript: C:\Windows\FONTS\KUNSTLER.TTF
>>> TTF: Latha: C:\Windows\FONTS\latha.ttf
>>> TTF: BookmanOldStyle-Bold: C:\Windows\FONTS\BOOKOSB.TTF
>>> TTF: ShrutiBold: C:\Windows\FONTS\shrutib.ttf
>>> TTF: BrowalliaUPC-BoldItalic: C:\Windows\FONTS\browauz.ttf
>>> TTF: CandaraBoldItalic: C:\Windows\FONTS\Candaraz.ttf
>>> TTF: CambriaItalic: C:\Windows\FONTS\cambriai.ttf
>>> TTF: Kokila-Italic: C:\Windows\FONTS\kokilai.ttf
>>> TTF: LevenimMT: C:\Windows\FONTS\lvnm.ttf
>>> TTF: LucidaFax: C:\Windows\FONTS\LFAX.TTF
>>> TTF: ParchmentRegular: C:\Windows\FONTS\PARCHM.TTF
>>> TTF: LucidaFaxDemiItalic: C:\Windows\FONTS\LFAXDI.TTF
>>> TTF: MicrosoftSansSerif: C:\Windows\FONTS\micross.ttf
>>> TTF: BritannicBold: C:\Windows\FONTS\BRITANIC.TTF
>>> TTF: FreestyleScriptRegular: C:\Windows\FONTS\FREESCPT.TTF
>>> TTF: SegoeUILight: C:\Windows\FONTS\segoeuil.ttf
>>> TTF: KristenITCRegular: C:\Windows\FONTS\ITCKRIST.TTF
>>> TTF: UrduTypesettingBold: C:\Windows\FONTS\UrdTypeb.ttf
>>> TTF: RaaviBold: C:\Windows\FONTS\raavib.ttf
>>> TTF: NiagaraEngraved-Reg: C:\Windows\FONTS\NIAGENG.TTF
>>> TTF: Shruti-Bold: C:\Windows\FONTS\shrutib.ttf
>>> TTF: UtsaahBold: C:\Windows\FONTS\utsaahb.ttf
>>> TTF: MangalBold: C:\Windows\FONTS\mangalb.ttf
>>> TTF: DokChampa: C:\Windows\FONTS\dokchamp.ttf
>>> TTF: UrduTypesetting: C:\Windows\FONTS\UrdType.ttf
>>> TTF: ColonnaMT: C:\Windows\FONTS\COLONNA.TTF
>>> TTF: Ebrima: C:\Windows\FONTS\ebrima.ttf
>>> TTF: JasmineUPCBoldItalic: C:\Windows\FONTS\upcjbi.ttf
>>> TTF: VaniBold: C:\Windows\FONTS\Vanib.ttf
>>> TTF: Mistral: C:\Windows\FONTS\MISTRAL.TTF
>>> TTF: Candara: C:\Windows\FONTS\Candara.ttf
>>> TTF: LucidaBright-DemiItalic: C:\Windows\FONTS\LBRITEDI.TTF
>>> TTF: Tahoma-Bold: C:\Windows\FONTS\tahomabd.ttf
>>> TTF: SegoeScriptBold: C:\Windows\FONTS\segoescb.ttf
>>> TTF: Constantia-BoldItalic: C:\Windows\FONTS\constanz.ttf
>>> TTF: LucidaBrightDemi: C:\Windows\FONTS\LBRITED.TTF
>>> TTF: MicrosoftNewTaiLue-Bold: C:\Windows\FONTS\ntailub.ttf
>>> TTF: NiagaraEngravedReg: C:\Windows\FONTS\NIAGENG.TTF
>>> TTF: YuMincho-Demibold: C:\Windows\FONTS\yumindb.ttf
>>> TTF: BrushScriptMT: C:\Windows\FONTS\BRUSHSCI.TTF
>>> TTF: CorbelBold: C:\Windows\FONTS\corbelb.ttf
>>> TTF: SegoeUI-Semibold: C:\Windows\FONTS\seguisb.ttf
>>> TTF: SymbolMT: C:\Windows\FONTS\symbol.ttf
>>> TTF: ComicSansMSItalic: C:\Windows\FONTS\comici.ttf
>>> TTF: SakkalMajalla: C:\Windows\FONTS\majalla.ttf
>>> TTF: KodchiangUPCBoldItalic: C:\Windows\FONTS\upckbi.ttf
>>> TTF: AngsanaUPC: C:\Windows\FONTS\angsau.ttf
>>> TTF: SegoeScript-Bold: C:\Windows\FONTS\segoescb.ttf
>>> TTF: BerlinSansFBDemi-Bold: C:\Windows\FONTS\BRLNSDB.TTF
>>> TTF: Leelawadee: C:\Windows\FONTS\leelawad.ttf
>>> TTF: ArialNarrowBoldItalic: C:\Windows\FONTS\ARIALNBI.TTF
>>> TTF: ConstantiaBoldItalic: C:\Windows\FONTS\constanz.ttf
>>> TTF: SegoeUISymbol: C:\Windows\FONTS\seguisym.ttf
>>> TTF: TahomaBold: C:\Windows\FONTS\tahomabd.ttf
>>> TTF: EuphemiaCAS: C:\Windows\FONTS\euphemia.ttf
>>> TTF: ArialItalicMT: C:\Windows\FONTS\ariali.ttf
>>> TTF: LucidaCalligraphyItalic: C:\Windows\FONTS\LCALLIG.TTF
>>> TTF: Trebuchet-BoldItalic: C:\Windows\FONTS\trebucbi.ttf
>>> TTF: SegoeUI-Light: C:\Windows\FONTS\segoeuil.ttf
>>> TTF: Vijaya-Bold: C:\Windows\FONTS\vijayab.ttf
>>> TTF: CalifornianFB-Italic: C:\Windows\FONTS\CALIFI.TTF
>>> TTF: BookmanOldStyleBold: C:\Windows\FONTS\BOOKOSB.TTF
>>> TTF: Tunga: C:\Windows\FONTS\tunga.ttf
>>> TTF: BrowalliaNew-BoldItalic: C:\Windows\FONTS\browaz.ttf
>>> TTF: ConstantiaBold: C:\Windows\FONTS\constanb.ttf
>>> TTF: YuGothicLight: C:\Windows\FONTS\yugothil.ttf
>>> TTF: SegoeUIBlack-Italic: C:\Windows\FONTS\seguibli.ttf
>>> TTF: CalifornianFB-Bold: C:\Windows\FONTS\CALIFB.TTF
>>> TTF: CordiaNew-Bold: C:\Windows\FONTS\cordiab.ttf
>>> TTF: LucidaFax-Demi: C:\Windows\FONTS\LFAXD.TTF
>>> TTF: CordiaUPC-Bold: C:\Windows\FONTS\cordiaub.ttf
>>> TTF: FangSong: C:\Windows\FONTS\simfang.ttf
>>> TTF: DaunPenh: C:\Windows\FONTS\daunpenh.ttf
>>> TTF: Vijaya: C:\Windows\FONTS\vijaya.ttf
>>> TTF: YuMincho-Regular: C:\Windows\FONTS\yumin.ttf
>>> TTF: Narkisim: C:\Windows\FONTS\nrkis.ttf
>>> TTF: ArialNarrowBold: C:\Windows\FONTS\ARIALNB.TTF
>>> TTF: ChillerRegular: C:\Windows\FONTS\CHILLER.TTF
>>> TTF: InformalRoman-Regular: C:\Windows\FONTS\INFROMAN.TTF
>>> TTF: MalgunGothic: C:\Windows\FONTS\malgun.ttf
>>> TTF: ConsolasItalic: C:\Windows\FONTS\consolai.ttf
>>> TTF: Magneto-Bold: C:\Windows\FONTS\MAGNETOB.TTF
>>> TTF: Verdana-BoldItalic: C:\Windows\FONTS\verdanaz.ttf
>>> TTF: Haettenschweiler: C:\Windows\FONTS\HATTEN.TTF
>>> TTF: JuiceITCRegular: C:\Windows\FONTS\JUICE___.TTF
>>> TTF: KokilaBold: C:\Windows\FONTS\kokilab.ttf
>>> TTF: Gadugi: C:\Windows\FONTS\gadugi.ttf
>>> TTF: LucidaFaxDemi: C:\Windows\FONTS\LFAXD.TTF
>>> TTF: CandaraBold: C:\Windows\FONTS\Candarab.ttf
>>> TTF: LucidaConsole: C:\Windows\FONTS\lucon.ttf
>>> TTF: PalatinoLinotypeBoldItalic: C:\Windows\FONTS\palabi.ttf
>>> TTF: YuMinchoRegular: C:\Windows\FONTS\yumin.ttf
>>> TTF: Aldhabi: C:\Windows\FONTS\aldhabi.ttf
>>> TTF: ArialNarrow-BoldItalic: C:\Windows\FONTS\ARIALNBI.TTF
>>> TTF: CalibriBoldItalic: C:\Windows\FONTS\calibriz.ttf
>>> TTF: SnapITCRegular: C:\Windows\FONTS\SNAP____.TTF
>>> TTF: AngsanaUPCBoldItalic: C:\Windows\FONTS\angsauz.ttf
>>> TTF: SegoePrint: C:\Windows\FONTS\segoepr.ttf
>>> TTF: BellMTItalic: C:\Windows\FONTS\BELLI.TTF
>>> TTF: MVBoli: C:\Windows\FONTS\mvboli.ttf
>>> TTF: AparajitaItalic: C:\Windows\FONTS\aparaji.ttf
>>> TTF: DavidBold: C:\Windows\FONTS\davidbd.ttf
>>> TTF: CordiaUPCBold: C:\Windows\FONTS\cordiaub.ttf
>>> TTF: LevenimMT-Bold: C:\Windows\FONTS\lvnmbd.ttf
>>> TTF: LucidaBrightDemiItalic: C:\Windows\FONTS\LBRITEDI.TTF
>>> TTF: CordiaUPC-Italic: C:\Windows\FONTS\cordiaui.ttf
>>> TTF: Consolas: C:\Windows\FONTS\consola.ttf
>>> TTF: Impact: C:\Windows\FONTS\impact.ttf
>>> TTF: MagnetoBold: C:\Windows\FONTS\MAGNETOB.TTF
>>> TTF: LilyUPCBoldItalic: C:\Windows\FONTS\upclbi.ttf
>>> TTF: LeelawadeeUISemilight: C:\Windows\FONTS\LeelUIsl.ttf
>>> TTF: Utsaah-BoldItalic: C:\Windows\FONTS\utsaahbi.ttf
>>> TTF: Aparajita-Bold: C:\Windows\FONTS\aparajb.ttf
>>> TTF: LucidaBrightItalic: C:\Windows\FONTS\LBRITEI.TTF
>>> TTF: SegoeUISemiboldItalic: C:\Windows\FONTS\seguisbi.ttf
>>> TTF: MicrosoftUighur-Bold: C:\Windows\FONTS\msuighub.ttf
>>> TTF: CordiaUPCBoldItalic: C:\Windows\FONTS\cordiauz.ttf
>>> TTF: EucrosiaUPCBoldItalic: C:\Windows\FONTS\upcebi.ttf
>>> TTF: KokilaItalic: C:\Windows\FONTS\kokilai.ttf
>>> TTF: BaskOldFace: C:\Windows\FONTS\BASKVILL.TTF
>>> TTF: CourierNewPS-BoldMT: C:\Windows\FONTS\courbd.ttf
>>> TTF: Garamond-Bold: C:\Windows\FONTS\GARABD.TTF
>>> TTF: VerdanaItalic: C:\Windows\FONTS\verdanai.ttf
>>> TTF: Constantia-Italic: C:\Windows\FONTS\constani.ttf
>>> TTF: Mangal: C:\Windows\FONTS\mangal.ttf
>>> TTF: AngsanaNew-Italic: C:\Windows\FONTS\angsai.ttf
>>> TTF: ArialMT: C:\Windows\FONTS\arial.ttf
>>> TTF: Kalinga-Bold: C:\Windows\FONTS\kalingab.ttf
>>> TTF: PalatinoLinotypeItalic: C:\Windows\FONTS\palai.ttf
>>> TTF: Vrinda-Bold: C:\Windows\FONTS\vrindab.ttf
>>> TTF: CordiaNew: C:\Windows\FONTS\cordia.ttf
>>> TTF: Calibri-Italic: C:\Windows\FONTS\calibrii.ttf
>>> TTF: JokermanRegular: C:\Windows\FONTS\JOKERMAN.TTF
>>> TTF: SegoeUI-SemilightItalic: C:\Windows\FONTS\seguisli.ttf
>>> TTF: SegoePrintBold: C:\Windows\FONTS\segoeprb.ttf
>>> TTF: CourierNewPSMT: C:\Windows\FONTS\cour.ttf
>>> TTF: KaiTi: C:\Windows\FONTS\simkai.ttf
>>> TTF: Stencil: C:\Windows\FONTS\STENCIL.TTF
>>> TTF: LucidaFaxItalic: C:\Windows\FONTS\LFAXI.TTF
>>> TTF: Tunga-Bold: C:\Windows\FONTS\tungab.ttf
>>> TTF: FreesiaUPCItalic: C:\Windows\FONTS\upcfi.ttf
>>> TTF: BernardMTCondensed: C:\Windows\FONTS\BERNHC.TTF
>>> TTF: MicrosoftTaiLe-Bold: C:\Windows\FONTS\taileb.ttf
>>> TTF: Arial-BoldMT: C:\Windows\FONTS\arialbd.ttf
>>> TTF: Constantia-Bold: C:\Windows\FONTS\constanb.ttf
>>> TTF: Ravie: C:\Windows\FONTS\RAVIE.TTF
>>> TTF: Kokila-Bold: C:\Windows\FONTS\kokilab.ttf
>>> TTF: CourierNewPS-BoldItalicMT: C:\Windows\FONTS\courbi.ttf
>>> TTF: AharoniBold: C:\Windows\FONTS\ahronbd.ttf
>>> TTF: MaturaMTScriptCapitals: C:\Windows\FONTS\MATURASC.TTF
>>> TTF: MicrosoftUighur: C:\Windows\FONTS\msuighur.ttf
>>> TTF: BookAntiqua-Bold: C:\Windows\FONTS\ANTQUAB.TTF
>>> TTF: HighTowerText-Reg: C:\Windows\FONTS\HTOWERT.TTF
>>> TTF: MicrosoftPhagsPa: C:\Windows\FONTS\phagspa.ttf
>>> TTF: HighTowerTextItalic: C:\Windows\FONTS\HTOWERTI.TTF
>>> TTF: Latha-Bold: C:\Windows\FONTS\lathab.ttf
>>> TTF: ComicSansMS: C:\Windows\FONTS\comic.ttf
>>> TTF: BerlinSansFB-Reg: C:\Windows\FONTS\BRLNSR.TTF
>>> TTF: Candara-BoldItalic: C:\Windows\FONTS\Candaraz.ttf
>>> TTF: CenturyGothic-Bold: C:\Windows\FONTS\GOTHICB.TTF
>>> TTF: MoolBoran: C:\Windows\FONTS\moolbor.ttf
>>> OTF: TeamViewer10: C:\Windows\FONTS\teamviewer10.otf
>>>
>>>
>>> Gesendet: Donnerstag, 29. Januar 2015 um 18:40 Uhr
>>> Von: "John Hewson" <john@jahewson.com <ma...@jahewson.com> <mailto:john@jahewson.com <ma...@jahewson.com>>>
>>> An: users@pdfbox.apache.org <ma...@pdfbox.apache.org> <mailto:users@pdfbox.apache.org <ma...@pdfbox.apache.org>>
>>> Betreff: Re: Type1Glyph2D No glyph for 41 (.notdef) in font Helvetica
>>> I also have no problem rendering this PDF. Please run the following program and let me know what it prints:
>>>
>>> import org.apache.pdfbox.pdmodel.font.ExternalFonts;
>>>
>>> public class DumpFonts
>>> {
>>> public static void main(String[] args)
>>> {
>>> System.out.println(ExternalFonts.getProvider().toDebugString());
>>> }
>>> }
>>>
>>> -- John
>>>
>>>> On 29 Jan 2015, at 09:23, Tilman Hausherr <THausherr@t-online.de <ma...@t-online.de>> wrote:
>>>>
>>>> I don't have any trouble displaying the fonts. But I'm on windows 7, maybe our heuristics fail on Windows 8 ?
>>>>
>>>> Tilman
>>>>
>>>> Am 29.01.2015 um 13:14 schrieb Andreas Lehmkühler:
>>>>> Hi,
>>>>>
>>>>>> "Andreas Lüdtke" <andi.luedtke@gmx.de <ma...@gmx.de>> hat am 29. Januar 2015 um 08:51
>>>>>> geschrieben:
>>>>>>
>>>>>>
>>>>>> Hi Tilman,
>>>>>>
>>>>>> you will find the pdf file here:
>>>>>> https://www.dropbox.com/s/4v6tnroz6a8imsp/rg-1234567890BA.pdf?dl=0 <https://www.dropbox.com/s/4v6tnroz6a8imsp/rg-1234567890BA.pdf?dl=0[https://www.dropbox.com/s/4v6tnroz6a8imsp/rg-1234567890BA.pdf?dl=0]>
>>>>>> The converted image is here:
>>>>>> https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0][https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0]] <https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0][https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0]]><https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0][https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0]] <https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0][https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0[https://www.dropbox.com/s/rqnuou03elxrgb6/rg-1234567890BA1.jpg?dl=0]]>>
>>>>>>
>>>>>> In this case I used pdfbox-app-2.0.0-20150127.230110-988.jar to generate the
>>>>>> image but the result is the same when I use my app.
>>>>>>
>>>>>> BTW: if the pdf has all fonts embedded, I don't have this problem.
>>>>> There seems to be an issue with our font mapping if the fonts aren't embedded.
>>>>> Besides, IMO you have to think about your font handling, especially as you're
>>>>> creating the pdfs yourself. It's always a bad idea not to include the used
>>>>> fonts, as the used reader has to map the missing fonts somehow and such a
>>>>> replacement may lead to not that perfect renderings.
>>>>>
>>>>> BR
>>>>> Andreas Lehmkühler
>>>>>
>>>>>> Gesendet: Mittwoch, 28. Januar 2015 um 17:45 Uhr
>>>>>> Von: "Tilman Hausherr" <TH...@t-online.de>
>>>>>> An: users@pdfbox.apache.org
>>>>>> Betreff: Re: Type1Glyph2D No glyph for 41 (.notdef) in font Helvetica
>>>>>> Please upload a sample file somewhere and post the url
>>>>>>
>>>>>> Tilman
>>>>>>
>>>>>> Am 28.01.2015 um 10:37 schrieb "Andreas Lüdtke":
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm using pdfbox 2.0.0 version trunk from yesterday and I get a lot of such
>>>>>>> warning messages when I convert a pdf file to an image. The pdf file has NO
>>>>>>> embedded fonts.
>>>>>>>
>>>>>>> The resulting images are pretty empty beside some images and lines: no
>>>>>>> single character is visible. I read somewhere that current versions of
>>>>>>> pdfbox 2.0.0 should handle these fonts properly, but I can't confirm this. I
>>>>>>> use jdk 1.7.0_72 on windows 8.1 64bit.
>>>>>>>
>>>>>>> How can I make the characters visible in the converted images?
>>>>>>>
>>>>>>> Best regards
>>>>>>>
>>>>>>> Andreas
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
>>>> For additional commands, e-mail: users-help@pdfbox.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org <ma...@pdfbox.apache.org> <mailto:users-unsubscribe@pdfbox.apache.org <ma...@pdfbox.apache.org>>
>>> For additional commands, e-mail: users-help@pdfbox.apache.org <ma...@pdfbox.apache.org> <mailto:users-help@pdfbox.apache.org <ma...@pdfbox.apache.org>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org <ma...@pdfbox.apache.org>
> For additional commands, e-mail: users-help@pdfbox.apache.org <ma...@pdfbox.apache.org>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org