Copy link to clipboard
Copied
Hi All,
Am looking for a JavaScript script to import comments from a different PDF document using the "Import Data File" option in Adobe Acrobat Pro. The script I have works to open the dialog box, but it does not allow for the selection of PDF files or import comments from a different file. This isn't the whole process. Prior to this, there is a resizing of the documents is step 1, which I have worked on and it is working fine.
Kindly help me out to open the dialog box from comments section "Import Data File..."
var cPathToFile = "/path/to/your/comments.fdf";
// Replace with the actual path to your FDF/XFDF file
this.importAnFDF(cPathToFile);
Have something to add?