Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSuccess = errors.New("success") ErrUnknown = errors.New("unknown error") ErrFile = errors.New("unable to read file") ErrFormat = errors.New("incorrect format") ErrPassword = errors.New("invalid password") ErrSecurity = errors.New("invalid encryption") ErrPage = errors.New("incorrect page") ErrUnexpected = errors.New("unexpected error") ErrExperimentalUnsupported = errors.New("this functionality is only supported when using the pdfium_experimental build flag, see https://github.com/klippa-app/go-pdfium#experimental for more information") ErrWindowsUnsupported = errors.New("this functionality is Windows only") ErrUnsupportedOnWebassembly = errors.New("this functionality is not supported on Webassembly") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.