mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Support textfield and choice widgets for printing
This commit is contained in:
parent
63e33a5895
commit
1747d259f9
7 changed files with 409 additions and 46 deletions
|
@ -66,6 +66,10 @@ function buildGetDocumentParams(filename, options) {
|
|||
class XRefMock {
|
||||
constructor(array) {
|
||||
this._map = Object.create(null);
|
||||
this.stats = {
|
||||
streamTypes: Object.create(null),
|
||||
fontTypes: Object.create(null),
|
||||
};
|
||||
|
||||
for (const key in array) {
|
||||
const obj = array[key];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue