{"id":30309430,"url":"https://github.com/aprysesdk/pdftron-android-samples","last_synced_at":"2025-08-17T13:44:01.214Z","repository":{"id":37835249,"uuid":"165284912","full_name":"ApryseSDK/pdftron-android-samples","owner":"ApryseSDK","description":"PDFTron Android Samples","archived":false,"fork":false,"pushed_at":"2025-02-18T22:37:15.000Z","size":4413,"stargazers_count":59,"open_issues_count":2,"forks_count":12,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-02-18T23:28:45.052Z","etag":null,"topics":["android","android-studio","java","office","pdf","pdf-api","pdf-converter","pdf-document","pdf-generation","pdf-sdk","pdf-viewer","pdftohtml","pdftron","pdftron-android","sample-android","sample-code","samples"],"latest_commit_sha":null,"homepage":"https://www.pdftron.com/documentation/android/guides","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ApryseSDK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2019-01-11T17:44:45.000Z","updated_at":"2025-02-18T22:37:19.000Z","dependencies_parsed_at":"2023-02-14T12:16:50.440Z","dependency_job_id":"e996b601-7cf3-49da-ad42-647b058164b7","html_url":"https://github.com/ApryseSDK/pdftron-android-samples","commit_stats":null,"previous_names":["aprysesdk/pdftron-android-samples","pdftron/pdftron-android-samples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ApryseSDK/pdftron-android-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApryseSDK%2Fpdftron-android-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApryseSDK%2Fpdftron-android-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApryseSDK%2Fpdftron-android-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApryseSDK%2Fpdftron-android-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApryseSDK","download_url":"https://codeload.github.com/ApryseSDK/pdftron-android-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApryseSDK%2Fpdftron-android-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856590,"owners_count":24657693,"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-08-17T02:00:09.016Z","response_time":129,"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":["android","android-studio","java","office","pdf","pdf-api","pdf-converter","pdf-document","pdf-generation","pdf-sdk","pdf-viewer","pdftohtml","pdftron","pdftron-android","sample-android","sample-code","samples"],"created_at":"2025-08-17T13:44:00.215Z","updated_at":"2025-08-17T13:44:01.072Z","avatar_url":"https://github.com/ApryseSDK.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apryse Android Samples\nThis repository contains sample projects using different features of the Apryse Android SDK. The guides for each sample can be found in the [Apryse Android documentation](https://docs.apryse.com/documentation/android/guides/).\n\n## Integration samples\n| Sample | Description |\n|--|--|\n|[StandardPDFViewer](./StandardPDFViewer)| Standard gradle integration as described [in this guide](https://docs.apryse.com/documentation/android/get-started/integration/gradle/#integrating-standard-version)\n|[PDFViewCtrlViewer](./PDFViewCtrlViewer)| Viewer integration using PDFViewCtrl and AnnotationToolbar|\n|[QuickStartPDFViewer](./QuickStartPDFViewer)| Quick start viewer integration using Gradle as described [in this guide](https://docs.apryse.com/documentation/android/guides/getting-started/try-demo)|\n\n## Customization samples\n| Sample | Description |\n|--|--|\n|[CustomStickyNote](./CustomStickyNote)| Customize sticky note icons as described [in this guide](https://docs.apryse.com/documentation/android/guides/advanced/customize-color-picker/#customize-the-icon-picker)\n|[CustomUI](./CustomUI)| Various samples to customize the UI of PdfViewCtrlTabHostFragment which includes samples for: modifying the quick menu, modifying the annotation toolbar, modifying the options toolbar, and adding custom views to the viewer.\n|[CustomToolSample](./CustomToolSample)| Create a custom tool as described [in this guide](https://docs.apryse.com/documentation/android/guides/advanced/custom-tool/)\n\n## Signing samples\n| Sample | Description |\n|--|--|\n|[SigningSample](./SigningSample)| Customize the viewer UI to assign signing fields to a user, sign a document and send the document to a Firebase server\n\n## Collaboration samples\n| Sample | Description |\n|--|--|\n[CollabWebSocketSample](./CollabWebSocketSample) | Create a real-time document collaboration app with Node.js + SQLite3 + WebSocket\n|[CollabFirebaseSample](./CollabFirebaseSample)| Create a real-time document collaboration app as described [in this blog](https://www.pdftron.com/blog/android/build-real-time-collab-with-firebase-1) and customize as described [in this blog](https://www.pdftron.com/blog/android/build-real-time-collab-with-firebase-2) |\n\n## Feature samples\n| Sample | Description |\n|--|--|\n|[DemoHTML2PDF](./DemoHTML2PDF)| HTML to PDF conversion as described [in this guide](https://docs.apryse.com/documentation/android/guides/basics/html-to-pdf/)|\n\n## Running the samples\n\n1. **Import one of the sample projects into Android Studio**\n\n2. **Run the project in Android Studio**\n\n## Contributing\nSee [Contributing](./CONTRIBUTING.md)\n\n## License\nSee [License](./LICENSE)\n![](https://onepixel.pdftron.com/pdftron-android-samples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprysesdk%2Fpdftron-android-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faprysesdk%2Fpdftron-android-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faprysesdk%2Fpdftron-android-samples/lists"}