Registry / utility / ledongthuc-pdf

ledongthuc-pdf

JSON →
library0.0.0-20250511090121-5959a4027728gogounverified

Package pdf implements reading of PDF files in Go.

go get github.com/ledongthuc/pdf
INSTALL
IMPORT
SIG · LEDONGTHUC-PDF
L
ledongthuc-pdf
utilitygov0.0.0-20250511090121-5959a4027728
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pdf
github.com/ledongthuc/pdf

Reads text from a PDF file.

package main import ( "fmt" "github.com/ledongthuc/pdf" ) func main() { content, err := pdf.ReadText("example.pdf") if err != nil { panic(err) } fmt.Println(content) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250511090121-5959a4027728latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ledongthuc-pdf — go get ledongthuc-pdf · libregistry