Skip to main content
boilermaker73
Inspiring
May 1, 2021
Answered

Script to arrange a bring image to front and send to back using Adobe Reader

  • May 1, 2021
  • 1 reply
  • 1636 views

Is there by chance a script that can be added to a PDF form using Acrobat to simulate the edit tool in Adobe Acrobat Pro whereby one can right-click on two stacked images to display a context menu to arrange two stacked images, i.e. bring an image to front or send an image to back, that is also supported in Adobe Reader thereby allowing one to accomplish the same task given two stacked images?

This topic has been closed for replies.
Correct answer try67

No, not possible. You can't even do it in Acrobat. JS has no access to that type of editing of a PDF file.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
May 1, 2021

No, not possible. You can't even do it in Acrobat. JS has no access to that type of editing of a PDF file.

boilermaker73
Inspiring
May 2, 2021

@try67 

Thank you for the reply. In reality, I was hoping that just maybe I inadvertently overlooked or missed something as I was unable to find anything in the API Javascript reference or online. Wishful thinking at best but would be nice if there were a script to accomplish this task and further supported by the Adobe Reader. 

try67
Community Expert
Community Expert
May 2, 2021

Even if it were possible to do using JS, there's no way it would have worked in Reader, which is meant to be, well, a reader, and not an editor of PDF files. For that kind of functionality you need to fork out for Acrobat. That's Adobe's entire business model in the PDF world...