mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Revert "XFA - An image can be a stream in the pdf (bug 1718521)"
This commit is contained in:
parent
b370d4714f
commit
783cbc1793
10 changed files with 49 additions and 127 deletions
|
@ -77,10 +77,6 @@ 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