|
From: | Vincent Gay |
Subject: | Inclusion des sources |
Date: | Mon, 30 Jan 2023 23:08:54 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 |
unpack_files
Copies all of the attachments from the input PDF into the current folder or to an output directory given after output. For example:
pdftk report.pdf unpack_files output ~/atts/
attach_files <attachment filenames | PROMPT> [to_page <page number | PROMPT> | relation <relationship>]
Packs arbitrary files into a PDF using PDF's file attachment features. More than one attachment may be listed after attach_files. Attachments are added at the document
level unless the optional to_page option is given, in which case the files are attached to the given page number (the first page is 1, the final page is end). Attach‐
ments at the document level may be tagged with a relationship among Source, Data, Alternative, Supplement, and Unspecified (default).
For example:
pdftk in.pdf attach_files table1.html table2.html to_page 6 output out.pdf
pdftk in.pdf attach_files in.tex relation Source output out.pdf
-- Vincent Gay Envoyé depuis mon saxo-phone :) https://myrealbook.vintherine.org/ - http://photos.vintherine.org/
[Prev in Thread] | Current Thread | [Next in Thread] |