compressor

package
v1.6.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExecCommand = exec.Command

ExecCommand is exec.Command by default, but can be overridden in tests.

Functions

func CompressPDF

func CompressPDF(path string) (string, error)

CompressPDF invokes Ghostscript with GS_COMPAT and GS_SETTINGS env vars. It is a thin wrapper over CompressPDFWithProgress without progress updates.

func CompressPDFWithProgress added in v1.1.1

func CompressPDFWithProgress(path string, progress func(page, total int)) (string, error)

CompressPDFWithProgress runs Ghostscript and reports progress via the callback. progress is called with the current page and total pages processed.

func GetPDFPageCount added in v1.5.0

func GetPDFPageCount(path string) (int, error)

GetPDFPageCount returns the number of pages in a PDF file using ghostscript

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL