Skip to main content
Known Participant
January 28, 2019
Answered

Simulate saveAs

  • January 28, 2019
  • 1 reply
  • 681 views

Hi,

I try to simulate saveAs into PDF form to save the document in a default directory with a predeterminate name. I have solve the problem but I have had to create a JavaScript file and save it into a route of the Adobe Reader instalation. Also, I have had to create my code into a button.

My question is: Is it necessary to create this JS file or there is another method to do this simulation put all code into de PDF file?

Thanks and regards

Juan Carlos

    This topic has been closed for replies.
    Correct answer Bernd Alheit

    The Javascript file is required.

    1 reply

    Bernd Alheit
    Community Expert
    Bernd AlheitCommunity ExpertCorrect answer
    Community Expert
    January 28, 2019

    The Javascript file is required.

    JuankiAuthor
    Known Participant
    January 30, 2019

    Thanks Bernd!