{"id":28683986,"url":"https://github.com/askinjohn/ng-pdf-renderer","last_synced_at":"2026-01-12T05:59:41.976Z","repository":{"id":295262171,"uuid":"989646701","full_name":"askinjohn/ng-pdf-renderer","owner":"askinjohn","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-24T15:21:29.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-24T15:32:37.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/askinjohn.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}},"created_at":"2025-05-24T14:31:04.000Z","updated_at":"2025-05-24T15:21:32.000Z","dependencies_parsed_at":"2025-05-24T15:32:45.070Z","dependency_job_id":"f4bd4942-025c-49dc-b77b-202ea1e9579c","html_url":"https://github.com/askinjohn/ng-pdf-renderer","commit_stats":null,"previous_names":["askinjohn/ng-pdf-renderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/askinjohn/ng-pdf-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askinjohn%2Fng-pdf-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askinjohn%2Fng-pdf-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askinjohn%2Fng-pdf-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askinjohn%2Fng-pdf-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/askinjohn","download_url":"https://codeload.github.com/askinjohn/ng-pdf-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askinjohn%2Fng-pdf-renderer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259752050,"owners_count":22905970,"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-06-14T03:01:18.796Z","updated_at":"2026-01-12T05:59:41.781Z","avatar_url":"https://github.com/askinjohn.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["PDF"],"readme":"# ng-pdf-renderer 📄\n\nA modern, zero-configuration PDF viewer for Angular applications with intelligent auto-fit, text selection, and responsive design.\n\n[![npm version](https://badge.fury.io/js/ng-pdf-renderer.svg)](https://badge.fury.io/js/ng-pdf-renderer)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Angular](https://img.shields.io/badge/Angular-19+-red.svg)](https://angular.io/)\n\n## 🚀 Quick Start\n\n```bash\nnpm install ng-pdf-renderer\n```\n\n```typescript\nimport { Component } from '@angular/core';\nimport { PdfViewerComponent } from 'ng-pdf-renderer';\n\n@Component({\n  selector: 'app-pdf-demo',\n  standalone: true,\n  imports: [PdfViewerComponent],\n  template: `\u003cng-pdf-viewer [src]=\\\"pdfUrl\\\"\u003e\u003c/ng-pdf-viewer\u003e`\n})\nexport class PdfDemoComponent {\n  pdfUrl = '/assets/document.pdf';\n}\n```\n\n## ✨ Features\n\n- 🚀 **Zero Configuration** - Works out of the box\n- 📱 **Auto-Fit \u0026 Responsive** - Adapts to any container size  \n- 📝 **Text Selection** - Copy text directly from PDFs\n- 🔍 **Search, Print, Download** - Built-in functionality\n- 🎯 **Modern Angular** - Standalone components, Angular 19+\n- 🛠️ **Auto PDF.js Setup** - No manual configuration needed\n\n## 📚 Documentation\n\nFor complete documentation, examples, and configuration options, see the [full README](./projects/ng-pdf-renderer/README.md).\n\n## 🏗️ Development\n\nThis repository contains:\n\n- **Library**: `./projects/ng-pdf-renderer/` - The npm package source\n- **Test App**: `./projects/pdf-test-app/` - Development testing application\n\n### Build \u0026 Test\n\n```bash\n# Install dependencies\nnpm install\n\n# Build the library\nng build ng-pdf-renderer\n\n# Run test application\nng serve pdf-test-app\n\n# Publish to npm\nnpm publish dist/ng-pdf-renderer\n```\n\n## 📄 License\n\nMIT © [askinjohn](https://github.com/askinjohn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskinjohn%2Fng-pdf-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faskinjohn%2Fng-pdf-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskinjohn%2Fng-pdf-renderer/lists"}