« FileMaker Server for … | Home | WebView2 for Xojo »

Print PDF dialog with copies and collate options

A client asked about why the print dialog for printing PDF with DynaPDF missed options for copies and collate?

Well, for next pre-release, we will add those options after I found the right flags for the Windows print dialog:



To enable those options, we have to opt-in via putting in a flag to allow it. But that's not enough as the option won't show unless you also tell the dialog how many pages you have. But as that also shows the page number selection, we have to ask the dialog to hide that.

For next version, you can try DynaPDF.Print in FileMaker or PrintPDFFileWithDialog and PrintPDFPageWithDialog methods in DynaPDFMBS class for Xojo.
30 10 20 - 10:38