Logs, links, notes, recipes, ...

pdf

Tags
angular ansible argocd aws azure curator dns docker docker-machine eks elasticsearch elk filebeat grafana IAM kibana kubernetes lcow letsencrypt macos metricbeat microk8s mongo multipass nginx node openapi pdf rabbitmq rancher rancheros redis registry s3 samba ssh ssl typescript ubuntu vpn websocket windows windows server wireguard xip.io
TL;DR

Manipulate PDF files without third party software

Run Apache PDFBox in a docker container to manipulate PDF files. Encrypt file docker run -it -v $PWD:/home crochik/pdfbox Encrypt -U <password> -keyLength 256 <input> <output> Decrypt file docker run -it -v $PWD:/home crochik/pdfbox Decrypt -password <password> <input> <output> Notes: In the commands above, $PWD is used to mount the current Read more…

By Felipe Crochik, 7 years ago
  • Embed React app in WordPress
Hestia | Developed by ThemeIsle