pdf.js-extract
pdf.js-extract copied to clipboard
Mediabox values of pdf page size
Is it possible to extract or return the values of the pdf's MediaBox page size?
The result returned is the correct size of the pdf (the CropBox values) as:
"pageInfo": {
"num": 2,
"scale": 1,
"rotation": 270,
"offsetX": 0,
"offsetY": 0,
"width": 3371.6035,
"height": 1227
}
Also could minX and minY be returned?