Logs, links, notes, recipes, ...

pdfbox

Tags
angular ansible aws azure curator dns docker docker-machine dotnetcore elasticsearch elk filebeat guacamole IAM kibana kong konga kubectl kubernetes lcow letsencrypt linux macos microk8s mongo mssql nfs nginx openapi pdf pdfbox portainer rabbitmq rancher rancheros react redis registry samba swagger typescript ubuntu websocket windows windows server
Recent Posts
  • AWS Credentials
  • EKS – IAM roles
  • WireGuard VPN
  • ArgoCD
  • MongoDB SRV
Archives
  • August 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • September 2019
  • May 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
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, 3 years ago
    Hestia | Developed by ThemeIsle