xpdf

package
v1.0.27 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PdfBytesTextify

func PdfBytesTextify(ctx context.Context, w io.Writer, bs []byte, options ...string) error

PdfBytesTextify Extract pdf data to writer options: see "pdftotext -h"

func PdfBytesTextifyString

func PdfBytesTextifyString(ctx context.Context, bs []byte, options ...string) (string, error)

PdfBytesTextifyString Extract pdf data to string options: see "pdftotext -h"

func PdfFileTextify

func PdfFileTextify(ctx context.Context, w io.Writer, name string, options ...string) error

PdfFileTextify Extract pdf file to writer options: see "pdftotext -h"

func PdfFileTextifyString

func PdfFileTextifyString(ctx context.Context, name string, options ...string) (string, error)

PdfFileTextifyString Extract pdf file to string options: see "pdftotext -h"

func PdfReaderTextify

func PdfReaderTextify(ctx context.Context, w io.Writer, r io.Reader, options ...string) error

PdfReaderTextify Extract pdf reader to writer options: see "pdftotext -h"

func PdfReaderTextifyString

func PdfReaderTextifyString(ctx context.Context, r io.Reader, options ...string) (string, error)

PdfReaderTextifyString Extract pdf reader to string options: see "pdftotext -h"

Types

This section is empty.

Jump to

Keyboard shortcuts

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