Bug: IAC interface draws PDF in top-left corner of the screen
Version of the app:
Acrobat DC Pro v22.003.20263
Platform and OS version:
Windows 10/11 (no other tested)
Issue:
Our application uses the IAC interface to draw PDF into one of our application windows using PDPage.DrawEx. IAC interface draws PDF in top-left corner of the screen.
Steps to reproduce:
* use version 22.002.20191
* run the SDK sample 'StaticViewVB' or 'StaticViewVC'
Expected result:
The PDF page is drawn within the specified window
Actual result:
The PDF page is drawn in the top-left corner of the screen
-
Christian Hapke commented
The issue is caused by the 'Protected Mode', see: https://www.adobe.com/devnet-docs/acrobatetk/tools/AppSec/sandboxprotections.html#protected-mode
Once turned off, the PDF files are properly displayed in the specified window.
Please close this ticket.