ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 21 forks source link

Make sure the man page warns that fonts are not embedded by default #33

Closed jidanni closed 3 years ago

jidanni commented 3 years ago

For https://rt.cpan.org/Ticket/Display.html?id=130041 just make sure the man page warns that fonts are not embedded by default, so when sharing a document, the receiving party (e.g., potential employer) might not be able to read it.

ssimms commented 3 years ago

Added a note to the CJKFont class in 2.042 saying that it doesn't create portable PDF files and redirecting people to use TrueType/OpenType fonts instead.