@embedpdf/models 1.2.1 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/pdf.d.ts +76 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -789,6 +789,9 @@ var PdfZoomMode = /* @__PURE__ */ ((PdfZoomMode2) => {
|
|
|
789
789
|
PdfZoomMode2[PdfZoomMode2["FitHorizontal"] = 3] = "FitHorizontal";
|
|
790
790
|
PdfZoomMode2[PdfZoomMode2["FitVertical"] = 4] = "FitVertical";
|
|
791
791
|
PdfZoomMode2[PdfZoomMode2["FitRectangle"] = 5] = "FitRectangle";
|
|
792
|
+
PdfZoomMode2[PdfZoomMode2["FitBoundingBox"] = 6] = "FitBoundingBox";
|
|
793
|
+
PdfZoomMode2[PdfZoomMode2["FitBoundingBoxHorizontal"] = 7] = "FitBoundingBoxHorizontal";
|
|
794
|
+
PdfZoomMode2[PdfZoomMode2["FitBoundingBoxVertical"] = 8] = "FitBoundingBoxVertical";
|
|
792
795
|
return PdfZoomMode2;
|
|
793
796
|
})(PdfZoomMode || {});
|
|
794
797
|
var PdfTrappedStatus = /* @__PURE__ */ ((PdfTrappedStatus2) => {
|