Win32 : How to do MultiPage print parallelly

Harshithraj1871 1,686 Reputation points
2024-02-05T11:43:08.98+00:00

Hi,

Im working on a desktop application in cpp. I want to print a multipage document as PDF with "Microsoft Print to PDF".

I used StartDoc to start the print operation, StartPage to print the page and EndPage to finish the page. I used the start and end pages multiple times to print multiple pages.

But I want to do multipage print, where each page is printed parallelly in a different thread. Is it possible to do so?

Thank you

Windows development | Windows API - Win32
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.