Beiträge von Brian Maguire

    I am having the same issue when using wPDFControl.dll. If I initialize the PDF context with wpdfInitialize(), simply printing a single word creates a 1MB file when it should only be <6KB. It looks like the default initialize is set to embed fonts.

    I would like to use wpdfInitializeEx(WPDFInfoRecord*) but I am unsure of the defaults I should use. Since the project I'm working on has been using wpdfInitialize() I'd like to use the same default values, but this doesn't seem to be documented anywhere.