pdfPrintSetQueueName

Set the name to show in the print queue.
void pdfPrintSetQueueName(PDFHandle pdf, wchar_t *name)
This function sets the name (as a Unicode string) to show in the print queue.

pdfPrintResetParams resets this to its default value, which is to use the PDF file name.

C:
pdfPrintSetQueueName(pdf, L"report 123");
pdfPrintResetParams