KTUGFaq

KTUG FAQ

PDFtk (rev. 1.2)

α:
йȣ:
Put your trust in those who are worthy.
FrontPage占쏙옙占쏙옙占쏙옙占쏙옙占 › PDFtk
PDF TOOLKIT. PDF ϴ ƿƼ.


1
1.1 ̻ PDF ġ
1.2 Ϻ
1.3 PDF ɰ
1.4 128Ʈ ȣȭ
1.5 PDF ȣ
1.6 ȣȭ PDF ġ
1.7 PDF
1.8 ߸ xref
1.9 PDF
1.10 ׸ ϱ
2
2.1
2.2 Ȧ, ¦ ġ

[]

1

[]

1.1 ̻ PDF ġ

Merge
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
or
pdftk A=1.pdf B=2.pdf cat A B output 12.pdf
or (Using Wildcards):
pdftk *.pdf cat output combined.pdf

[]

1.2 PDF ɰ

Split Select Pages from Multiple PDFs into a New Document
pdftk A=one.pdf B=two.pdf cat A1-7 B1-5 A8 output combined.pdf

[]

1.3 128Ʈ ȣȭ

Encrypt a PDF using 128-Bit Strength (the Default) and Withhold All Permissions (the Default)
pdftk mydoc.pdf output mydoc.128.pdf owner_pw foopass
Same as Above, Except a Password is Required to Open the PDF
pdftk mydoc.pdf output mydoc.128.pdf owner_pw foo user_pw baz
Same as Above, Except Printing is Allowed (after the PDF is Open)
pdftk mydoc.pdf output mydoc.128.pdf owner_pw foo user_pw baz allow printing

[]

1.4 PDF ȣ

Decrypt a PDF
pdftk secured.pdf input_pw foopass output unsecured.pdf

[]

1.5 ȣȭ PDF ġ

Join Two Files, One of Which is Encrypted (the Output is Not Encrypted)
pdftk A=secured.pdf mydoc.pdf input_pw A=foopass cat output combined.pdf

[]

1.6 PDF

Uncompress PDF Page Streams for Editing the PDF Code in a Text Editor
pdftk mydoc.pdf output mydoc.clear.pdf uncompress

[]

1.7 ߸ xref

Repair a PDF's Corrupted XREF Table and Stream Lengths (If Possible)
pdftk broken.pdf output fixed.pdf

[]

1.8 ϳ Ϸ

Burst a Single PDF Document into Single Pages and Report its Data to doc_data.txt
pdftk mydoc.pdf burst

[]

1.9 PDF

Report on PDF Document Metadata, Bookmarks and Page Labels
pdftk mydoc.pdf dump_data output report.txt

[]

1.10 ׸ ϱ


׸ bg.pdf ϸ
pdftk mydoc.pdf output mydoc_bg.pdf background bg.pdf




^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2012-12-14 19:59:06
Processing time 0.0404 sec