El jue, 02-07-2009 a las 11:34 -0500, L.H.Leyva escribió: > Hola lista, > Tengo necesidad de unir varios archivos pdf en uno, y no tengo idea de > cual herramienta utilizar para ello. > > ejemplo > -portada.pdf > -indice.pdf > -contenido.pdf > -bibliografía.pdf > -anexos.pdf > unificarlos, en uno. > -texto.pdf > > agradezco cualquier ayuda, > sld2. > liuber's > Cuba. >
Se me olvidaba que pdftk es una herramienta por línea de comandos
(aunque también hay una interfaz gráfica)... alguna ayuda de su uso hay
en el sitio de est aplicación... que transcribo....
If PDF is electronic
paper, then pdftk is an
electronic
staple-remover,
hole-punch, binder,
secret-decoder-ring, and
X-Ray-glasses. Pdftk is
a simple tool for doing
everyday things with PDF
documents. Keep one in
the top drawer of your
desktop and use it to:
* Merge PDF
Documents
* Split PDF Pages
into a New
Document
* Rotate PDF Pages
or Documents
* Decrypt Input as
Necessary
(Password
Required)
* Encrypt Output
as Desired
* Fill PDF Forms
with FDF Data or
XFDF Data and/or
Flatten Forms
* Apply a
Background
Watermark or a
Foreground Stamp
* Report on PDF
Metrics such as
Metadata,
Bookmarks, and
Page Labels
* Update PDF
Metadata
* Attach Files to
PDF Pages or the
PDF Document
* Unpack PDF
Attachments
* Burst a PDF
Document into
Single Pages
* Uncompress and
Re-Compress Page
Streams
* Repair Corrupted
PDF (Where
Possible)
Pdftk allows you to
manipulate PDF easily
and freely. It does not
require Acrobat, and it
runs on Windows, Linux,
Mac OS X, FreeBSD and
Solaris.
Examples
Merge Two or More PDFs into a New Document
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
or (Using Handles):
pdftk A=1.pdf B=2.pdf cat A B output 12.pdf
or (Using Wildcards):
pdftk *.pdf cat output combined.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
Rotate the First Page of a PDF to 90 Degrees Clockwise
pdftk in.pdf cat 1E 2-end output out.pdf
Rotate an Entire PDF Document's Pages to 180 Degrees
pdftk in.pdf cat 1-endS output out.pdf
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
Decrypt a PDF
pdftk secured.pdf input_pw foopass output unsecured.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
Uncompress PDF Page Streams for Editing the PDF Code in a Text Editor
pdftk mydoc.pdf output mydoc.clear.pdf uncompress
Repair a PDF's Corrupted XREF Table and Stream Lengths (If Possible)
pdftk broken.pdf output fixed.pdf
Burst a Single PDF Document into Single Pages and Report its Data to
doc_data.txt
pdftk mydoc.pdf burst
Report on PDF Document Metadata, Bookmarks and Page Labels
pdftk mydoc.pdf dump_data output report.txt
Lógicamente en el man también tienes ayuda.
¿Puedes recibir adjuntos en tu correo personal? si es así te puedo
enviar el binario de la gui (558 KB app.) y/o su código fuente (me
parece que en Pascal, 8 KB app.)
--
Saludos,
Mauricio J. Adonis C.
----------------------------------------------------------------------------
Usuario Linux # 482032
Usuario Ubuntu # 25554
Ubuntu Code of Conduct - 1.0.1 signatario
(FD9329AC66C0907805831BF8E8D0B29A3AE3D244)
----------------------------------------------------------------------------
signature.asc
Description: Esto es una parte de mensaje firmado digitalmente

