In the documentation of PDFTK is not mentioned how to do it. The command:
pdftk file.pdf attach_files attachDoc.pdf to_page 2 output -
will attach a file to page 2 of the original file.pdf
and output the result to <stdout>
.
attachDoc.pdf
is the file name of the filesystem. But I can not specify any description for this to show the attachment in the final file with an appropriate notation-description.
This would be especially useful, as in the automatic generation operations, the attachments often have temporary names assigned by the server and a description would be necessary
Is there any way to do this?