mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
XFA - An image can be a stream in the pdf (bug 1718521)
- hrefs can be found in catalog > Names > XFAImages
This commit is contained in:
parent
d80651e572
commit
f16828be49
10 changed files with 127 additions and 49 deletions
|
@ -77,6 +77,10 @@ class BasePdfManager {
|
|||
return this.pdfDocument.loadXfaFonts(handler, task);
|
||||
}
|
||||
|
||||
loadXfaImages() {
|
||||
return this.pdfDocument.loadXfaImages();
|
||||
}
|
||||
|
||||
serializeXfaData(annotationStorage) {
|
||||
return this.pdfDocument.serializeXfaData(annotationStorage);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue