{"id":30835327,"url":"https://github.com/espresso3389/pdfrx","last_synced_at":"2025-09-06T17:08:17.950Z","repository":{"id":207962864,"uuid":"720506531","full_name":"espresso3389/pdfrx","owner":"espresso3389","description":"pdfrx is yet another PDF viewer implementation that built on the top of PDFium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.","archived":false,"fork":false,"pushed_at":"2025-09-03T15:47:17.000Z","size":14542,"stargazers_count":200,"open_issues_count":39,"forks_count":95,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-03T17:11:55.938Z","etag":null,"topics":["dart","flutter","pdf"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/pdfrx","language":"Dart","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/espresso3389.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["espresso3389"]}},"created_at":"2023-11-18T17:38:38.000Z","updated_at":"2025-09-03T15:45:00.000Z","dependencies_parsed_at":"2024-01-18T03:42:43.443Z","dependency_job_id":"b25a01e2-923e-4f80-9bc7-1095f70db9be","html_url":"https://github.com/espresso3389/pdfrx","commit_stats":null,"previous_names":["espresso3389/pdfrx"],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/espresso3389/pdfrx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espresso3389%2Fpdfrx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espresso3389%2Fpdfrx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espresso3389%2Fpdfrx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espresso3389%2Fpdfrx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/espresso3389","download_url":"https://codeload.github.com/espresso3389/pdfrx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/espresso3389%2Fpdfrx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273574141,"owners_count":25129882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","flutter","pdf"],"created_at":"2025-09-06T17:05:14.321Z","updated_at":"2025-09-06T17:08:17.936Z","avatar_url":"https://github.com/espresso3389.png","language":"Dart","funding_links":["https://github.com/sponsors/espresso3389"],"categories":[],"sub_categories":[],"readme":"# pdfrx\n\nThis repository contains two Dart/Flutter packages for PDF rendering and viewing:\n\n## Packages\n\n### [pdfrx_engine](packages/pdfrx_engine/)\n\nA platform-agnostic PDF rendering API built on top of PDFium.\n\n- Pure Dart package (no Flutter dependencies)\n- Provides low-level PDF document API\n- Can be used in CLI applications or non-Flutter Dart projects\n- Supports all platforms: Android, iOS, Windows, macOS, Linux\n\n### [pdfrx](packages/pdfrx/)\n\nA cross-platform PDF viewer plugin for Flutter.\n\n- Flutter plugin with UI widgets\n- Built on top of pdfrx_engine\n- Provides high-level viewer widgets and overlays\n- Includes text selection, search, zoom controls, and more\n\n## When to Use Which Package\n\n- **Use `pdfrx`** if you're building a Flutter application and need PDF viewing capabilities with UI\n- **Use `pdfrx_engine`** if you need PDF rendering without Flutter dependencies (e.g., server-side PDF processing, CLI tools)\n\n## Getting Started\n\n### For Flutter Applications\n\nAdd `pdfrx` to your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  pdfrx: ^2.1.10\n```\n\n### For Pure Dart Applications\n\nAdd `pdfrx_engine` to your `pubspec.yaml`:\n\n```yaml\ndependencies:\n  pdfrx_engine: ^0.1.13\n```\n\n## Development\n\nThis is a monorepo managed with [Melos](https://melos.invertase.dev/). To work with the packages:\n\n```bash\n# Install melos globally\ndart pub global activate melos\n\n# Bootstrap the project\nmelos bootstrap\n\n# Run analysis on all packages\nmelos analyze\n```\n\n## Example Application\n\nThe example viewer application is located in `packages/pdfrx/example/viewer/`. It demonstrates the full capabilities of the pdfrx Flutter plugin.\n\n```bash\ncd packages/pdfrx/example/viewer\nflutter run\n```\n\n## Contributing\n\nContributions are welcome! Please read the individual package READMEs for specific development guidelines.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fespresso3389%2Fpdfrx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fespresso3389%2Fpdfrx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fespresso3389%2Fpdfrx/lists"}