• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

how to execute .sequ file using acrobat SDK?

Community Beginner ,
Jan 19, 2018 Jan 19, 2018

Copy link to clipboard

Copied

how to execute .sequ file using acrobat SDK?

TOPICS
Acrobat SDK and JavaScript

Views

2.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 19, 2018 Jan 19, 2018

A .sequ file contains an Action created by the Action Wizard. Such an Action can only be executed via the user interface in Adobe Acrobat Pro. There is no documented method to run an Action via any of the APIs published as part of the Acrobat SDK.

What you can do is to deconstruct the Action and see if you can automate the individual processing steps via the API. If and how that would work depends on the processing steps in your Action, but also on the API you are using.

Votes

Translate

Translate
Community Expert ,
Jan 19, 2018 Jan 19, 2018

Copy link to clipboard

Copied

A .sequ file contains an Action created by the Action Wizard. Such an Action can only be executed via the user interface in Adobe Acrobat Pro. There is no documented method to run an Action via any of the APIs published as part of the Acrobat SDK.

What you can do is to deconstruct the Action and see if you can automate the individual processing steps via the API. If and how that would work depends on the processing steps in your Action, but also on the API you are using.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 22, 2018 Jan 22, 2018

Copy link to clipboard

Copied

Thanks for your reply. Some of the third party tools are devloped run the .sequ file outside acrobat. Please provide alternate solution.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 22, 2018 Jan 22, 2018

Copy link to clipboard

Copied

You are free to try to work out how those tools work without an API. It’s not our job to do that for you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 22, 2018 Jan 22, 2018

Copy link to clipboard

Copied

Are you sure they run .sequ files? Because there is an API for running individual Batch Commands.  So you could parse the .sequ file and use this API to run the individual commands on the file of your choice. Essentially you'd be recreating the Batch sequence engine

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 22, 2018 Jan 22, 2018

Copy link to clipboard

Copied

Running .segu files outside Acrobat is very likely a EULA violation. Section 3.3 "3.3 Restrictions and Requirements" of the Acrobat End User License Agreement states...

Unless permitted in these terms, you must not:

(6) install or access the Software: (a) from or to a computer that is not part of your internal network; (b) to

enable hosted services available to the public; (c) as a component of a system or service that can be accessed by

more than the licensed number of users; or (d) for operations that are not initiated by an individual (e.g.,

automated server processing);

If you are considering using that functionality as part of a batch file or scheduled task, you may be in violation even if it's not running on a server.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 22, 2018 Jan 22, 2018

Copy link to clipboard

Copied

LATEST

Well, that certainly kills that idea.  Of course if it was a plug-in, it would be running inside Acrobat with functionality provided by the SDK.

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines