mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-27 13:48:51 +08:00
Fix Inspect definition in reader following merge
This commit is contained in:
parent
1564f8ab06
commit
eb1edeb73e
@ -695,6 +695,7 @@ func (this *PdfReader) GetPageAsPdfPage(pageNumber int) (*PdfPage, error) {
|
|||||||
return page, nil
|
return page, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *PdfReader) Inspect() {
|
// Inspect the object types, subtypes and content in the PDF file.
|
||||||
this.parser.Inspect()
|
func (this *PdfReader) Inspect() (map[string]int, error) {
|
||||||
|
return this.parser.Inspect()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user