Skip to content

Releases: embedpdf/pdfium

EmbedPDF PDF Runtime a39fb54dd9f4198128ca1f9d83dc52b7f64e8e9b

Choose a tag to compare

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

Choose a tag to compare

runtime-74b6d9c2c5470891db37b384c48fd74ee8a70faf

Create pdfium-tsan-thread-soak.yml

EmbedPDF PDF Runtime ac65193a16071bbb3f0bbe36aba3f430c79979bb

Choose a tag to compare

@github-actions github-actions released this 08 May 17:40
ac65193
Merge pull request #20 from embedpdf/embedpdf/feature/add-testing

Embedpdf/feature/add testing

EmbedPDF PDF Runtime a3f16c270f8b199397c2427beaee06825ff04b2b

Choose a tag to compare

runtime-a3f16c270f8b199397c2427beaee06825ff04b2b

Fix test for macbook

EmbedPDF PDF Runtime 3c1036a363bd73681bc43f10920bb1da445564fb

Choose a tag to compare

@github-actions github-actions released this 03 May 10:38
3c1036a
Merge pull request #18 from embedpdf/feature/add-object-id-anno-page

Add annotation object id and page object id

EmbedPDF PDF Runtime 23f6b44ae6b5594b453b8ff239ea185f19c50b05

Choose a tag to compare

runtime-23f6b44ae6b5594b453b8ff239ea185f19c50b05

Update build-target.sh

EmbedPDF PDF Runtime 6f88a02eb372359bd2138aaa3ac59e630edf10cc

Choose a tag to compare

runtime-6f88a02eb372359bd2138aaa3ac59e630edf10cc

Update build.patch

EmbedPDF PDF Runtime c095d6de06b90ec11f69b4d4da66d464dbf40581

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:56
c095d6d
Merge pull request #16 from embedpdf/embedpdf/runtime-build

Embedpdf/runtime build

musl toolchains 2021-11-23

Choose a tag to compare

@bobsingor bobsingor released this 29 Apr 13:27
65816fe

Pinned musl cross toolchains for EmbedPDF PDF runtime CI.