react-native-pdf-from-image
Version:
Generate PDF documents from an array of images.
145 lines (144 loc) • 1.77 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.paperSizes = void 0;
const paperSizes = exports.paperSizes = {
A0: {
height: 3370,
width: 2384
},
A1: {
height: 2384,
width: 1684
},
A2: {
height: 1684,
width: 1191
},
A3: {
height: 1191,
width: 842
},
A4: {
height: 842,
width: 595
},
A5: {
height: 595,
width: 420
},
A6: {
height: 420,
width: 298
},
A7: {
height: 298,
width: 210
},
A8: {
height: 210,
width: 148
},
A9: {
height: 148,
width: 105
},
A10: {
height: 105,
width: 74
},
B0: {
height: 4008,
width: 2835
},
B1: {
height: 2835,
width: 2004
},
B2: {
height: 2004,
width: 1417
},
B3: {
height: 1417,
width: 1001
},
B4: {
height: 1001,
width: 709
},
B5: {
height: 709,
width: 499
},
C0: {
height: 3677,
width: 2599
},
C1: {
height: 2599,
width: 1837
},
C2: {
height: 1837,
width: 1298
},
C3: {
height: 1298,
width: 918
},
C4: {
height: 918,
width: 649
},
C5: {
height: 649,
width: 459
},
C6: {
height: 459,
width: 323
},
C7: {
height: 323,
width: 230
},
C8: {
height: 230,
width: 162
},
C9: {
height: 162,
width: 113
},
C10: {
height: 113,
width: 79
},
Letter: {
height: 792,
width: 612
},
Legal: {
height: 1008,
width: 612
},
Tabloid: {
height: 1224,
width: 792
},
Ledger: {
height: 792,
width: 1224
},
Executive: {
height: 756,
width: 522
},
Folio: {
height: 936,
width: 612
}
};
//# sourceMappingURL=contants.js.map