[#]QuestionConneDuJour Comment vous faites pour enregistrer une copie non protégé d’un PDF protégé par mot de passe ? (quand on connaît le mot de passe je précise)
=> More informations about this toot | More toots from lordphoenix@social.targaryen.house
@lordphoenix En l'imprimant en PDF c'est le plus vite je dirais :)
=> More informations about this toot | More toots from ericfreyss@mastodon.social
@ericfreyss
c’est pas con ça…
=> More informations about this toot | More toots from lordphoenix@social.targaryen.house
@lordphoenix imprimer dans un fichier pdf
=> More informations about this toot | More toots from R1Rail@mastodon.gougere.fr
@lordphoenix
Avec un script GhostScript mais je ne l'ai pas en tête, je te donne ça plus tard.
=> More informations about this toot | More toots from Aldaron@mastodon.online
@lordphoenix
Hmmm, il me semblait que je le faisais via GhostScript (j'ai plein de scripts avec lui) mais c'est avec pdftk.
Donc voici la ligne :
pdftk NomDuPdfOriginal input_pw MdP output NomDuPdfSansMdP
=> More informations about this toot | More toots from Aldaron@mastodon.online
@lordphoenix
Avec Stirling-PDF ça marche bien:
https://docs.stirlingpdf.com/
--> sous windows, exe à installer: facile
--> Sous mac, "run Stirling-PDF as a java jar": pas lu ni testé
--> Sous linux, Il y a une procédure pour l'installer, pas testé.
--> je suis passé par Docker sous linux (bon, il faut installer docker mais ça pourrait peut-être marcher avec podman).
J'ai utilisé cette doc:
https://domopi.eu/stirling-pdf-le-couteau-suisse-pour-manipuler-des-fichiers-pdf/
J'ai pu ajouter et supprimer un mdp sur un pdf sans pb.
=> More informations about this toot | More toots from dodomit@mastodon.social
@dodomit ouch l’usine à gaz… Je me contenterais de l’astuce d’imprimer en PDF… C’est bien plus simple.
=> More informations about this toot | More toots from lordphoenix@social.targaryen.house
@lordphoenix
Pas si compliqué:
mkdir stirling-pdf
cd stirling-pdf/
nano compose.yaml
[#] tu colles la config de la doc et tu sauves
=> More informations about this toot | More toots from dodomit@mastodon.social
@lordphoenix
[#] si tu n'as pas docker d'installé, il faut l'installer:
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
=> More informations about this toot | More toots from dodomit@mastodon.social
@lordphoenix
cat /etc/apt/sources.list.d/docker.list # pour vérifier...
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
docker compose up -d # pour lancer le container
puis tu ouvres ton navigateur sur 127.0.0.1:8080
et voilà !
=> More informations about this toot | More toots from dodomit@mastodon.social
@dodomit @lordphoenix docker (nom masc.) : qui rend compliqué un truc qui pourrait être simple.
=> More informations about this toot | More toots from JerryWham@mas.to
@JerryWham @dodomit Comme disait mon paternel : « y’a pas besoin de tortiller du cul pour chier droit… »
=> More informations about this toot | More toots from lordphoenix@social.targaryen.house
@dodomit
Je me contenterais de ça :
https://mastodon.online/@Aldaron/113799336422942871
=> More informations about this toot | More toots from lordphoenix@social.targaryen.house
@lordphoenix
Ok, oui, gs fait le boulot 👌
=> More informations about this toot | More toots from dodomit@mastodon.social This content has been proxied by September (ba2dc).Proxy Information
text/gemini