Frequently Asked Question:
Printing PDF with font PMingLiU or MingLiU
We are using iSED.dll (version 5.22.0.145), we use the following code to print a PDF with chinese characters, they are in PMingLiU font type, but it always print out garbage but the english or number content is OK in the same PDF.
We tried another font e.g. Arial Unicode and SimSun, there is no problem. Why?
Set oQP = CreateObject("iSED.QuickPDF")
oQP.UnlockKey ("A valid key here")
lPrinteroptions = oQP.PrintOptions(0, 0, "PDF output")
oQP.LoadFromFile (sFileName)
oQP.PrintDocument(sPrinter, 1, oQP.PageCount, lPrinteroptions)
iSEDQuickPDF is no longer supported. It has been replaced by Quick PDF Library which is currently at version 7. You can download the latest version from here. You can pay for an upgrade to version 7 of Quick PDF Library from here.
If you still cannot print your documents after upgrading to version 7 please contact us directly through our support system and share your files with us so that we can do some testing with them.