Skip to main content
Participant
October 4, 2018
해결됨

VBA - automatiser la fonction "Export all" d'un fichier pdf réponses

  • October 4, 2018
  • 1 답변
  • 738 조회

Bonjour à tous,

Environnement: Acrobat Pro DC

Je souhaiterais trouver un programme VBA qui automatise l'exportation d'un fichier réponses pdf (équivalent de la fonction "Export all..." dans le fichier pdf réponses).

L'idéal serait un export au format csv et classé dans le bon ordre des Tab.

Merci d'avance à tous pour votre aide précieuse !

이 주제는 답변이 닫혔습니다.
최고의 답변: gkaiseril

Acrobat uses a variation of JavaScript for automation.

Using the information in the Acrobat SDK one could write an external plug-in that could be added to Acrobat/Reader that could perform the task.

1 답변

Izmut작성자
Participant
October 4, 2018

Hello everybody,

In Acrobat DC Pro ans using VBA, do you know how to export the responses pdf file (function "Export all.." in the left bar).

Ideally, export format should be CSV and respect Tab order.

Many thx in advance for helpers !

gkaiseril답변
Inspiring
October 7, 2018

Acrobat uses a variation of JavaScript for automation.

Using the information in the Acrobat SDK one could write an external plug-in that could be added to Acrobat/Reader that could perform the task.