0
How can one embed or call some Python code in a Acrobat JavaScript script?
Explorer
,
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/td-p/12712742
Jan 28, 2022
Jan 28, 2022
Copy link to clipboard
Copied
I am writing an Acrobat Javascript script. How can one embed or call some Python code in an Acrobat JavaScript script?
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/m-p/12712912#M88574
Jan 28, 2022
Jan 28, 2022
Copy link to clipboard
Copied
Not possible.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/m-p/12712962#M88575
Jan 28, 2022
Jan 28, 2022
Copy link to clipboard
Copied
Acrobat JavaScript is a closed world. You cannot run other things.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/m-p/12713533#M88576
Jan 28, 2022
Jan 28, 2022
Copy link to clipboard
Copied
For what want you use the Python code?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Franck Dernoncourt
AUTHOR
Explorer
,
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/m-p/12714767#M88584
Jan 28, 2022
Jan 28, 2022
Copy link to clipboard
Copied
Thanks. I have some Python scripts to do basic text processing Some of them depend on a few Python libraries.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/m-p/12715073#M88587
Jan 29, 2022
Jan 29, 2022
Copy link to clipboard
Copied
Is this for a linux desktop publishing environment or MS Windows?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/how-can-one-embed-or-call-some-python-code-in-a-acrobat-javascript-script/m-p/12715159#M88588
Jan 29, 2022
Jan 29, 2022
Copy link to clipboard
Copied
If it's just text processing I'm sure you can find an equivalent using some core JS library.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

