{"id":26086892,"url":"https://github.com/pspdfkit/dotnet-pdf-library-for-mobiles","last_synced_at":"2025-09-23T13:34:43.855Z","repository":{"id":242691236,"uuid":"810180461","full_name":"PSPDFKit/dotnet-pdf-library-for-mobiles","owner":"PSPDFKit","description":"PDF library in .NET for Android and iOS","archived":false,"fork":false,"pushed_at":"2024-09-12T10:56:46.000Z","size":6588,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-13T17:08:32.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/PSPDFKit.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-06-04T07:48:15.000Z","updated_at":"2024-09-12T10:57:16.000Z","dependencies_parsed_at":"2024-07-09T17:02:21.928Z","dependency_job_id":"17b10d3e-89a7-4a20-9a77-604176b897ea","html_url":"https://github.com/PSPDFKit/dotnet-pdf-library-for-mobiles","commit_stats":null,"previous_names":["pspdfkit/dotnet-pdf-library-for-mobiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fdotnet-pdf-library-for-mobiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fdotnet-pdf-library-for-mobiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fdotnet-pdf-library-for-mobiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fdotnet-pdf-library-for-mobiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSPDFKit","download_url":"https://codeload.github.com/PSPDFKit/dotnet-pdf-library-for-mobiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242656429,"owners_count":20164501,"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","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":"2025-03-09T07:18:49.435Z","updated_at":"2025-09-23T13:34:43.850Z","avatar_url":"https://github.com/PSPDFKit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nutrient.NET for Mobiles (iOS \u0026 Android)\n\n#### Nutrient\n\nThe [Nutrient SDK](https://www.nutrient.io/) is a framework that allows you to view, annotate, sign, and fill PDF forms on iOS, Android, Windows, macOS, and Web.\n\n[Nutrient Instant](https://www.nutrient.io/guides/android/instant-synchronization/) adds real-time collaboration features to seamlessly share, edit, and annotate PDF documents.\n\n#### Related\n\n- Nutrient.NET (Android): [PSPDFKit/dotnet-pdf-library-for-android](https://github.com/PSPDFKit/dotnet-pdf-library-for-android)\n- Nutrient.NET (iOS): [PSPDFKit/dotnet-pdf-library-for-ios](https://github.com/PSPDFKit/dotnet-pdf-library-for-ios)\n\n## Support, Issues and License Questions\n\nNutrient offers support via https://support.nutrient.io/hc/en-us/requests/new.\n\nAre you evaluating our SDK? That's great, we're happy to help out!\nTo make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/contact-sales?=sdk\n\n## Requirements\n\n#### Android requirements:\n\n* **NET for Android workload \u003e= 33.0.95/7.0.100**\n* **Microsoft Mobile OpenJDK \u003e= 11.0**\n* Android **5** or newer / API level **21** or higher\n* 32-bit or 64-bit ARM (armeabi-v7a with NEON / arm64-v8a) or 32-bit or 64-bit Intel x86 CPU.\n* Projects using Nutrient.dotnet.Android.dll **must** set [Target Framework](https://developer.xamarin.com/guides/android/application_fundamentals/understanding_android_api_levels/#framework) to **API 33 (Android 13.0)** or higher.\n\n#### iOS requirements:\n\n- **.NET for iOS 17.2.8004/8.0.100 or higher +**\n- **.NET for MacCatalyst 17.2.8004/8.0.100 or higher +**\n\n## Integrating in a standard MAUI project\n\n1. Create .NET MAUI project.\n2. In **Platforms** directory, delete all platforms except **Android** and **iOS**.\n3. To add iOS support, follow the instructions in [getting started guide for Nutrient.NET for iOS](https://www.nutrient.io/getting-started/dotnetformobile-ios/)\n\n\u003e [!NOTE]  \n\u003e - Everything that goes in **Resources** directory in the getting started guide will go to **Resources/Raw** in MAUI project.\n\u003e - Most if not all the code, will go in files present in **Platforms/iOS** directory.\n\n4. To add android support, follow the instructions in [getting started guide for Nutrient.NET for Android](https://www.nutrient.io/getting-started/dotnetformobile-android/)\n\n\u003e [!NOTE]  \n\u003e - Everything that goes in **Resources** directory in the getting started guide will go to **Resources/Raw** in MAUI project.\n\u003e - Most if not all the code, will go in files present in **Platforms/Android** directory.\n\u003e - You do not need to set content view as this is handled by MAUI i.e. following code is not needed in MAUI:\n\u003e ```\n\u003e // Set your view from the \"main\" layout resource.\n\u003e SetContentView(Resource.Layout.activity_main);\n\u003e ```\n\n\n### Contributing\n\nPlease ensure [you signed our CLA](https://www.nutrient.io/guides/web/miscellaneous/contributing/) so we can accept your contributions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdfkit%2Fdotnet-pdf-library-for-mobiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpspdfkit%2Fdotnet-pdf-library-for-mobiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdfkit%2Fdotnet-pdf-library-for-mobiles/lists"}