#Ghostscript
Another day, another vibe code project: a fully client-side PDF compressor, using WASM

austegard.com/pdf-compress...

Write-up: gist.github.com/oaustegard/2...
Vibe Building a Client‑Side PDF Compressor with Ghostscript‑WASM
Vibe Building a Client‑Side PDF Compressor with Ghostscript‑WASM - Vibe Building the PDF Compressor.md
gist.github.com
April 21, 2025 at 3:45 PM
ghostscript-printer-app-git
PostScript Printer Application
aur.archlinux.org
September 25, 2026 at 8:47 AM
🔗 ChromicPDF: Generating PDF/A files with Chrome, Ghostscript, and Elixir | bitcrowd blog

#ElixirLang #ElixirPhoenix #pdf #phoenix #reading-list #tools
ChromicPDF: Generating PDF/A files with Chrome, Ghostscript, and Elixir | bitcrowd blog
#ElixirLang #ElixirPhoenix #pdf #phoenix #reading-list #tools
bitcrowd.dev
March 8, 2025 at 9:05 AM
Ghostscript has been doing that for me for over a decade. Check out this simple command [output is 20 blank pages, it’s not clear what I was trying to do]
May 9, 2026 at 12:26 AM
September 25, 2026 at 8:36 PM
Der PostScript- und PDF-Interpreter Ghostscript ist verwundbar. Nutzer sollten die aktuelle Ausgabe installieren. #Security
Sicherheitspatch: Angreifer können an neun Lücken in Ghostscript ansetzen
Der PostScript- und PDF-Interpreter Ghostscript ist verwundbar. Nutzer sollten die aktuelle Ausgabe installieren.
www.heise.de
March 26, 2025 at 2:27 PM
Installert etter date 3.0:
May 25, 2025 at 10:18 AM
But the user experience was still a bit clunky – it required ghostscript to be set up, and there were some intermediate output files that required manual edits.

So I rebuilt it with Claude Code. Everything runs locally in the browser, and hopefully now a much smoother experience!
January 13, 2026 at 9:12 PM
これ、スゴイなぁ
いいね、ポチってしまった

【PDF圧縮】約40年続く業界標準Ghostscriptを、Rust 自前実装で抜いた話|だいち zenn.dev/ikora/articl... #zenn
【PDF圧縮】約40年続く業界標準Ghostscriptを、Rust 自前実装で抜いた話
zenn.dev
May 22, 2026 at 10:52 PM
Here is a handy and useful #Linux, #macOS, #FreeBSD and #Unix shell script that reduce PDF file size using Ghostscript. No need to upload your PDF file to the shady third-party website. www.cyberciti.biz/faq/linux-sh...
Linux shell script to reduce PDF file size
Handy and very useful Linux and Unix shell script that reduce PDF file size using Ghostscript (gs) without using in third party sites.
www.cyberciti.biz
July 30, 2024 at 11:02 PM
for some reason I can't download Ghostscript?
I just screenshotted the drawing instead, that should work
#SkyDraw
July 28, 2025 at 1:54 AM
this evokes a working environment that involved directly running ghostscript a lot
January 20, 2026 at 5:55 AM
Neat & I have direct uses for this. "ChromicPDF: convenient HTML to PDF/A rendering library for Elixir based on Chrome & Ghostscript"

github.com/bitcrowd/chr...
December 24, 2025 at 9:18 AM
CVE-2026-81180 SysReptor: authed users chain Ghostscript image processing with a GnuPG temp-dir race to inject Python into app code, leading to RCE. CVSS 8.8, no patch yet. Restrict uploads and isolate temp dirs until a fix https://www.valtersit.com/cve/CVE-2026-81180/ #CVE #infosec #SysReptor
CVE-2026-81180 Vulnerability in SysReptor
www.valtersit.com
September 23, 2026 at 4:00 PM
hate being punished for my hubris
June 27, 2025 at 8:45 AM
Mon talk à @lu.voxxeddays.com sur la programmation en langage PostScript est disponible sur YouTube en français www.youtube.com/watch?v=2ree...
Au menu:
- histoire, principes et environnement
- jeux sur imprimante et dans GhostScript
- code golfing, sécurité
Merci à @zepag.fr et toute l'équipe!
August 1, 2025 at 4:31 PM
I have never ONCE in my life intentionally launched the Ghostscript command `gs`
October 7, 2025 at 10:50 PM
Ghostscript, te pienso
June 13, 2025 at 1:17 AM
참, GhostScript 얘기가 나와서 말인데... 한컴이 GPL 라이선스인 GhostScript를 라이선스료를 지불하거나 소스 공개를 하지도 않아서 저작권 위반 소송을 당했고 GhostScript 개발사 측 손을 들어주었습니다. 해당 소송은 '오픈 소스(GPL) 라이선스가 법적으로 인정된 첫 판례'가 되는 영광을 안았죠. 그 이후로 OSS를 사용한 회사들이 발칵 뒤집히게 됩니다. (여담으로 해당 소송은 결국 한컴이 미공개 조건으로 합의)
January 15, 2026 at 2:53 AM
ah.
December 5, 2024 at 4:14 AM
Ex-Ghostscript dev here: Adobe hate, I declare.
July 14, 2026 at 11:16 AM
very easy to do with ghostscript. Install with brew:

brew install ghostscript

compress:

gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -dPDFSETTINGS=/screen -dCompatibilityLevel=1.4 -sOutputFile=output.pdf input.pdf

replace input.pdf and output.pdf with the appropriate file paths
August 15, 2024 at 10:22 AM
Після години з лишнім спроб завести GhostScript на Windows, пішов на мак і зробив там усе за 20 хвилин.
September 1, 2025 at 10:12 PM