Archiv für Mai 2019

What is ‚piece information‘ in ‚Audit Space Useage‘ of Acrobat DC?

I tried to reduce the filesize of my pdf, but somehow it wouldn’t get any smaller.

I was using in Acrobat DC the option „Save as other“> „optimized pdf“ and under „Audit space usage…“ I saw that the biggest bit is „piece information“. This seems to originate from me editing the pdf in Photoshop and then Acrobat decides to keep everything that Photoshop had added.

The solution is to click on „Discard User Data“ and actually tick all the boxes. Especially „Discard private data of other applications“ helps a lot.

Python Pakete mit pip installieren

Ich weiß, dass man mit pip Pakete in Python installieren kann, vergesse aber öfters mal wie genau das geht.
1. Im Windows Startmenü nach cmd.exe suchen und mit Rechtsklick als Admin ausführen
2. „python-m pip install ‚Paketname'“
3. Warten

Konkret sieht das dann zum Beispiel so aus:
python -m pip install LightPipes

Und für alle Extrawünsche zu Versionsnummern etc. kann man hier einfach mal nachschauen: https://packaging.python.org/tutorials/installing-packages/