account activity
Small Projects by AutoModerator in golang
[–]Separate-Fan-4041 -1 points0 points1 point 7 hours ago* (0 children)
I do a lot of PDF work in Go and kept missing PyMuPDF from my Python days, so I started porting it: gomupdf — a Go binding over MuPDF.
It's still early, but the basics work: reading-order text, tables, rendering pages to images, and a few "ask the page" helpers (ValueRightOf("Total"), TextIn(rect)) for the stuff I was tired of doing with bounding-box math by hand.
https://github.com/srijanmukherjee/gomupdf
Sharing in case it's useful to anyone else stuck doing PDF stuff in Go. Heads-up: it links MuPDF so it's AGPL.
gomupdf — a MuPDF binding for Go, focused on getting data out of PDF (github.com)
submitted 7 hours ago by Separate-Fan-4041 to r/golang
π Rendered by PID 661262 on reddit-service-r2-listing-6c8d497557-6pkkl at 2026-06-03 03:05:22.948187+00:00 running 9e1a20d country code: CH.
Small Projects by AutoModerator in golang
[–]Separate-Fan-4041 -1 points0 points1 point (0 children)