List fonts used in a PDF and indicates their embedding status

This sample loads an existing PDF, enumerates the fonts used in it, determines whether each font is embedded, and prints the list of fonts along with their embedding status on the first page of the resulting PDF, followed by the original document. Note: The check for whether a font is embedded is reliable. However, determining whether an embedded font is a full font or a subset is heuristic and may not be accurate for all PDFs.