adobe acrobat pro dc printer does not work when print job is sent via winspool.Drv APIs on Windows10
In continuation to my post which got accidentally solved
Hello,
The post - (https://community.adobe.com/t5/acrobat-discussions/windows-application-to-adobe-acrobat-pro-dc-printer-does-not-work/m-p/13062574#M369980) got accidentally closed so I would try to start it here.
The path https://documentcloud.adobe.com is blocked at the company, thus the user with a registered “adobe acrobat pro dc printer” cannot upload the documents.
I’ll let you know the windows APIs & the sequence in which the application calls which works for other PDF creators & network printers but not adobe acrobat pro dc printer.
Since they are from windows driver “winspool.Drv” , may be you’ll be able to reproduce it at your end
Assembly winspool.Drv
Function/API sequence
- OpenPrinterA
- StartDocPrinterA
- StartPagePrinter
- WritePrinter
- EndPagePrinter
- EndDocPrinter
- ClosePrinter
Thanks