Search found 2 matches

by aghezzi
Wed May 25 2005
Forum: Delphi Community
Topic: Array of all fonts used in document
Replies: 1
Views: 13223

Array of all fonts used in document

Hello, I'm using a TPDFCreactiveX object (Delphi 6) and I'm trying to get the list of fonts used in the document. I think I should use Document attribute "Fonts", wich returns an Array, but I don't understand how to do it. var aFonts: OleVariant; i0, i1, i2: Variant; begin PDFCreactiveX1.O...
by aghezzi
Wed May 25 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Font name for embedding
Replies: 0
Views: 4990

Font name for embedding

I'm trying to embed some fonts to a pdf file using PDF Creator 2.0 The problem is that I don't know what is the font name to use: for example if I would like to embed "Times New Roman" I see (in Acrobat Distiller) that I should use "TimesNewRoman" as font name. The same thing hap...