Save a PDF file already open

f04959c

New Member
Hi All,

Here below you can find my issue :)

During my process I need to save a PDF file extracted from SAP.

This file must be manage in display mode and that means that i cannot save it directly from SAP but I need to open it and than save the file.

I don't know how to manage it. Once the file is open, comad like "global sendkey" doesn't work.

I have tried to create a PDF object to manage it, without success.

Have had someone a similar issue and can tell me a way to fix it?


View attachment Capture.PNG
 

Stephen1705

New Member
Hey,

I ran into a similar issue recently where it opened Acrobat web (same application it's just embedded into IE)

Creating the PDF object should work - how are you attaching to it? You must have Protected Mode turned off for Acrobat (which can be found in Edit > Preferences > Security (Enhanced)) as when this is turned on there are 2 instances of Acrobat created in your Task Manager details.

You must activate application before sending hotkeys - and the hotkeys to send are CTRL+SHIFT+S ("^+S").

You will also have to create a separate object to handle to Save As popup (should be easy enough as it's Win32).

Hope this helps!

Regards,
Steve
 
Top