Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
Init will return a single-threaded pool. Every pool will keep track of its own instances and the documents that belong to those instances. When you close it, it will clean up the resources of that pool. Underwater every pool/instance uses the same mutex to ensure thread safety in PDFium across pools/instances/documents.
Types ¶
type Config ¶
type Config struct {
LibraryConfig *pdfium.LibraryConfig
}
Click to show internal directories.
Click to hide internal directories.