Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Locker = &sync.Mutex{} // A locker, sometimes we need to make sure things can't run concurrently.
View Source
var PdfiumInstance pdfium.Pdfium
View Source
var PdfiumPool pdfium.Pool
View Source
var TestDataPath string
View Source
var TestType string
Functions ¶
Types ¶
type FakeReadSeeker ¶ added in v0.9.0
type FakeReadSeeker struct { FileData []byte OriginalReader *os.File Size int64 CurrentPos int64 LoadedBytes []bool }
func (*FakeReadSeeker) AddSegmentCallback ¶ added in v0.9.0
func (f *FakeReadSeeker) AddSegmentCallback(offset, size uint64)
func (*FakeReadSeeker) IsDataAvailableCallback ¶ added in v0.9.0
func (f *FakeReadSeeker) IsDataAvailableCallback(offset, size uint64) bool
Source Files ¶
Click to show internal directories.
Click to hide internal directories.