Skip to content

Instantly share code, notes, and snippets.

@sneakers-the-rat
sneakers-the-rat / clean_pdf.sh
Last active February 10, 2025 18:41
Strip PDF Metadata
# --------------------------------------------------------------------
# Recursively find pdfs from the directory given as the first argument,
# otherwise search the current directory.
# Use exiftool and qpdf (both must be installed and locatable on $PATH)
# to strip all top-level metadata from PDFs.
#
# Note - This only removes file-level metadata, not any metadata
# in embedded images, etc.
#
# Code is provided as-is, I take no responsibility for its use,
@schulle4u
schulle4u / yellow-dev.md
Last active January 2, 2024 21:07
My development environment for Datenstrom yellow

My local development environment for Datenstrom yellow

This is just my own environment, please don't consider this as an official development guide. Operating systems and software will vary for your own needs. Please consult the internet for any installation help.

What you need

  • Windows 11 Pro, 64 Bit
  • Windows Subsystem for Linux (WSL2) running Debian 12
  • GitHub Desktop