Get PDF Info
| Name: | {{ctrl.pdfName}} | |
| PageCount: | {{ctrl.pageCount}} | |
| Rotation: | {{ctrl.rotation}} | |
| MediaBox: | null |
({{(ctrl.mediaBox.left.toFixed(2))}}, {{(ctrl.mediaBox.bottom.toFixed(2))}}, {{(ctrl.mediaBox.right.toFixed(2))}}, {{(ctrl.mediaBox.top.toFixed(2))}})
width ={{(ctrl.mediaBox.width.toFixed(2))}} mm, height = {{(ctrl.mediaBox.height.toFixed(2))}} mm |
| CropBox: | null |
({{(ctrl.cropBox.left.toFixed(2))}}, {{(ctrl.cropBox.bottom.toFixed(2))}}, {{(ctrl.cropBox.right.toFixed(2))}}, {{(ctrl.cropBox.top.toFixed(2))}})
width ={{(ctrl.cropBox.width.toFixed(2))}} mm, height = {{(ctrl.cropBox.height.toFixed(2))}} mm |
| ArtBox: | null |
({{(ctrl.artBox.left.toFixed(2))}}, {{(ctrl.artBox.bottom.toFixed(2))}}, {{(ctrl.artBox.right.toFixed(2))}}, {{(ctrl.artBox.top.toFixed(2))}})
width ={{(ctrl.artBox.width.toFixed(2))}} mm, height = {{(ctrl.artBox.height.toFixed(2))}} mm |
| BleedBox: | null |
({{(ctrl.bleedBox.left.toFixed(2))}}, {{(ctrl.bleedBox.bottom.toFixed(2))}}, {{(ctrl.bleedBox.right.toFixed(2))}}, {{(ctrl.bleedBox.top.toFixed(2))}})
width = {{(ctrl.bleedBox.width.toFixed(2))}} mm, height = {{(ctrl.bleedBox.height.toFixed(2))}} mm |
| TrimBox: | null |
({{(ctrl.trimBox.left.toFixed(2))}}, {{(ctrl.trimBox.bottom.toFixed(2))}}, {{(ctrl.trimBox.right.toFixed(2))}}, {{(ctrl.trimBox.top.toFixed(2))}})
width = {{(ctrl.trimBox.width.toFixed(2))}} mm, height = {{(ctrl.trimBox.height.toFixed(2))}} mm |
| Bleed: | {{((ctrl.mediaBox.width-ctrl.trimBox.width)/2).toFixed(2)}} mm x {{((ctrl.mediaBox.height-ctrl.trimBox.height)/2).toFixed(2)}} mm |