{"id":49939948,"url":"https://github.com/qoretechnologies/pdfium-prebuilt","last_synced_at":"2026-05-17T10:03:51.767Z","repository":{"id":358391971,"uuid":"1132275324","full_name":"qoretechnologies/pdfium-prebuilt","owner":"qoretechnologies","description":"Prebuilt PDFium binaries for Qore CI","archived":false,"fork":false,"pushed_at":"2026-05-17T07:30:46.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-05-17T07:43:02.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qoretechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-11T16:55:22.000Z","updated_at":"2026-05-17T07:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qoretechnologies/pdfium-prebuilt","commit_stats":null,"previous_names":["qoretechnologies/pdfium-prebuilt"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qoretechnologies/pdfium-prebuilt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fpdfium-prebuilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fpdfium-prebuilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fpdfium-prebuilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fpdfium-prebuilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qoretechnologies","download_url":"https://codeload.github.com/qoretechnologies/pdfium-prebuilt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qoretechnologies%2Fpdfium-prebuilt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33134470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-17T10:03:44.737Z","updated_at":"2026-05-17T10:03:51.752Z","avatar_url":"https://github.com/qoretechnologies.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdfium-prebuilt\n\nPrebuilt PDFium binaries for Qore CI and Qorus builds.\n\nThis repository builds PDFium from a pinned commit and publishes release assets\nfor the current CI base images:\n\n- `linux/amd64` (Ubuntu resolute build)\n- `linux/arm64` (Ubuntu resolute build)\n- `linux/amd64` (Alpine 3.23 build)\n- `linux/arm64` (Alpine 3.23 build)\n\nArtifacts are published as GitHub Releases and consumed by `qore-test-base`,\n`module-pdf`, and Qorus builds.\n\n## Release strategy\n\nPDFium does not publish official releases. We follow Chromium stable milestones:\n\n1) Identify the current Chromium stable milestone (M*).\n2) Find the PDFium commit corresponding to that milestone.\n3) Pin `PDFIUM_REF` to that commit.\n4) Publish a release tagged like `M\u003cmilestone\u003e-YYYY-MM-DD`.\n\nSee `docs/STABLE_UPDATE.md` for the exact update procedure.\n\n## Building locally\n\n```bash\n./scripts/build_pdfium.sh \\\n  --pdfium-ref \u003ccommit\u003e \\\n  --target-os ubuntu \\\n  --arch amd64\n\n./scripts/package_pdfium.sh \\\n  --pdfium-src ./build/pdfium \\\n  --pdfium-out ./build/pdfium/out/Release \\\n  --target-os ubuntu \\\n  --arch amd64 \\\n  --pdfium-ref \u003ccommit\u003e \\\n  --target-image ubuntu:resolute \\\n  --chromium-milestone M148\n```\n\n## Using artifacts\n\nArtifacts are published as `pdfium-\u003ccommit\u003e-\u003ctarget_os\u003e-\u003carch\u003e.tar.xz` and\ninclude:\n\n- `include/` headers\n- `lib/libpdfium.so` and/or `lib/libpdfium.a`\n- `VERSION` metadata\n- `LICENSES/` for PDFium and third-party notices\n\nExample download:\n\n```bash\ncurl -L -o pdfium.tar.xz \\\n  \"https://github.com/qoretechnologies/pdfium-prebuilt/releases/download/M148-2026-05-17/pdfium-\u003ccommit\u003e-ubuntu-amd64.tar.xz\"\ntar -xf pdfium.tar.xz\n```\n\n## Tests\n\nRun the script-level tests:\n\n```bash\n./tests/run.sh\n```\n\n## License\n\nMIT License for repository scripts and config. PDFium itself is BSD-3-Clause;\nrelease artifacts include PDFium and third-party licenses.\n\n## Copyright\n\nCopyright 2026 Qore Technologies, s.r.o.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fpdfium-prebuilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqoretechnologies%2Fpdfium-prebuilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqoretechnologies%2Fpdfium-prebuilt/lists"}