The reason that PDF::Create doesn't support non-base fonts is simply that it doesn't have the code to embed them...

But there's no requirement that non-base fonts be embedded, is there? Surely you can specify any font you like, and if it's not available, your PDF reader will simply substitute something else. This would be perfectly adequate for many purposes -- particularly when PDFs are going to be used within a corporate network where it's known which fonts will be available, or where the desired font is an extremely common one that's overwhelmingly likely to be available (e.g. one of the Microsoft web fonts).

It's also what Adobe Acrobat itself does rather readily when creating PDFs, if the number of documents I get to read in glorious Adobe Serif is anything to go by ... ;)


In reply to Re^2: PDF::Create Fonts by Porculus
in thread PDF::Create Fonts by Heffstar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.