Skip to main content
Participating Frequently
July 25, 2022
Question

adobe acrobat pro dc printer does not work when print job is sent via winspool.Drv APIs on Windows10

  • July 25, 2022
  • 1 reply
  • 250 views

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

  1. OpenPrinterA
  2. StartDocPrinterA
  3. StartPagePrinter
  4. WritePrinter
  5. EndPagePrinter
  6. EndDocPrinter
  7. ClosePrinter

Thanks

 

 

This topic has been closed for replies.

1 reply

Participating Frequently
July 26, 2022

Hello, is it under analysis at the moment ?