Documentation
¶
Index ¶
- func PdfBytesTextify(ctx context.Context, w io.Writer, bs []byte, options ...string) error
- func PdfBytesTextifyString(ctx context.Context, bs []byte, options ...string) (string, error)
- func PdfFileTextify(ctx context.Context, w io.Writer, name string, options ...string) error
- func PdfFileTextifyString(ctx context.Context, name string, options ...string) (string, error)
- func PdfReaderTextify(ctx context.Context, w io.Writer, r io.Reader, options ...string) error
- func PdfReaderTextifyString(ctx context.Context, r io.Reader, options ...string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PdfBytesTextify ¶
PdfBytesTextify Extract pdf data to writer options: see "pdftotext -h"
func PdfBytesTextifyString ¶
PdfBytesTextifyString Extract pdf data to string options: see "pdftotext -h"
func PdfFileTextify ¶
PdfFileTextify Extract pdf file to writer options: see "pdftotext -h"
func PdfFileTextifyString ¶
PdfFileTextifyString Extract pdf file to string options: see "pdftotext -h"
func PdfReaderTextify ¶
PdfReaderTextify Extract pdf reader to writer options: see "pdftotext -h"
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.