AskUbuntu · @askubuntu
136 followers · 1892 posts · Server ubuntu.social
MartignagoJerome · @MartignagoJerome
2 followers · 23 posts · Server piaille.fr

Question : C'est possible de faire la rotation complète d'un pdf quand on la scanné à l'envers ? Et que l'on a pas Adobe Pro ?
Oui avec sous : pdftk source.pdf cat 1-endsouth output destination.pdf

#pdftk #debian #gnu #linux

Last updated 1 year ago

GNU/Linux.ch · @gnulinux
5037 followers · 3640 posts · Server social.anoxinon.de

PDF mit Wasserzeichen versehen

Mehrere Versuche, um unter eine PDF-Datei ein Wasserzeichen zu legen.

gnulinux.ch/pdf-mit-wasserzeic

#pdf #wasserzeichen #pdftk #imagemagick #linux

Last updated 1 year ago

AskUbuntu · @askubuntu
20 followers · 397 posts · Server ubuntu.social

Why does installing "pdftk-java" change root certificate authority? Is this bad?

askubuntu.com/q/1454163/612

#permissions #java #sudo #pdf #pdftk

Last updated 2 years ago

Leonard/Janis Robert König · @ljrk
266 followers · 10677 posts · Server todon.eu

How to make a non-multiline form field in a multiline using

1. Decompress the input PDF:

$ pdftk input.pdf output uncompressed.pdf uncompress

2. Open the file with a text editor and find the form field and it's field flags `/Ff` using it's name/marker `/T` or `/TU`, e.g.,

>>
/T (Mein Textfeld)
...
/Ff 0
/TU (Mein Textfeld)
/Subtype /Widget
...
<<

Now look up the field flags bit mask in Table 228 of 12.7.4.3. Text Fields (I didn't say this was easy) in the PDF 1.7 standard (or buy the PDF 2.0 standard for... ~200 CHF?!):
opensource.adobe.com/dc-acroba

Bit position "13" declares a field to be "Multiline", so we need to bit-wise OR our current field flags (in this case 0) with 2^12 = 4096 to `/Ff 4096`.

3. Optionally, compress the PDF again:

$ pdftk uncompressed.pdf output output.pdf compress

Done!

#pdf #pdftk

Last updated 2 years ago

Oursonobo · @Oursonobo
23 followers · 84 posts · Server mastodon.social

Est-ce que quelqu'un sait assembler plusieurs fichiers A4 & A3 ?
j'essaie avec mais je n'obtiens que du A4

@alainmi11 peut être ?

#pdf #pdftk #debian

Last updated 2 years ago

Reza Hosseinzadeh :debian: · @RezaHoss
33 followers · 385 posts · Server qoto.org

In you can use command below for merging multiple files into 1 file with :
pdftk 1.pdf 2.pdf cat output final.pdf
For installing pdftk in :debian: based systems:
apt install pdftk

#pdf #linux #pdftk

Last updated 3 years ago

OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social

Split or extract particular pages from A PDF file in Linux
ostechnix.com/extract-particul

#commandLine #Linux #PDF #pdfreader #pdftk

Last updated 4 years ago

OSTechNix · @ostechnix
520 followers · 1486 posts · Server floss.social
Joseph Nuthalapati :fbx: · @njoseph
859 followers · 6159 posts · Server social.masto.host

@danie10 PDF Arranger don't seem to be publishing builds for GNU/Linux distributions.

I use a commandline tool called pdftk for this purpose.

#pdftk #fosstools

Last updated 6 years ago