Releases: embedpdf/pdfium
Releases · embedpdf/pdfium
Release list
EmbedPDF PDF Runtime a39fb54dd9f4198128ca1f9d83dc52b7f64e8e9b
Add EPDF_GetPageBoxByIndex API Expose a new EPDF_GetPageBoxByIndex function and EPDF_PAGE_BOX_TYPE enum to query page boxes by index without loading the full page. Implemented helpers in fpdf_view.cpp to fetch the page dictionary, map box types to keys, and resolve inherited boxes; MediaBox falls back to a default size if missing, CropBox falls back to MediaBox, while Bleed/Trim/Art boxes return false if absent. Added header documentation and signature to public/fpdfview.h and input validation for document/page bounds and null pointers.
EmbedPDF PDF Runtime 74b6d9c2c5470891db37b384c48fd74ee8a70faf
runtime-74b6d9c2c5470891db37b384c48fd74ee8a70faf Create pdfium-tsan-thread-soak.yml
EmbedPDF PDF Runtime ac65193a16071bbb3f0bbe36aba3f430c79979bb
Merge pull request #20 from embedpdf/embedpdf/feature/add-testing Embedpdf/feature/add testing
EmbedPDF PDF Runtime a3f16c270f8b199397c2427beaee06825ff04b2b
runtime-a3f16c270f8b199397c2427beaee06825ff04b2b Fix test for macbook
EmbedPDF PDF Runtime 3c1036a363bd73681bc43f10920bb1da445564fb
Merge pull request #18 from embedpdf/feature/add-object-id-anno-page Add annotation object id and page object id
EmbedPDF PDF Runtime 23f6b44ae6b5594b453b8ff239ea185f19c50b05
runtime-23f6b44ae6b5594b453b8ff239ea185f19c50b05 Update build-target.sh
EmbedPDF PDF Runtime 6f88a02eb372359bd2138aaa3ac59e630edf10cc
runtime-6f88a02eb372359bd2138aaa3ac59e630edf10cc Update build.patch
EmbedPDF PDF Runtime c095d6de06b90ec11f69b4d4da66d464dbf40581
Merge pull request #16 from embedpdf/embedpdf/runtime-build Embedpdf/runtime build
musl toolchains 2021-11-23
Pinned musl cross toolchains for EmbedPDF PDF runtime CI.