{"id":49360617,"url":"https://github.com/inledgroup/mypdf","last_synced_at":"2026-04-27T16:10:03.197Z","repository":{"id":342125784,"uuid":"1172938740","full_name":"InledGroup/mypdf","owner":"InledGroup","description":"Local PDF editing tools 100% private","archived":false,"fork":false,"pushed_at":"2026-03-04T21:41:29.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T03:13:12.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-04T21:07:22.000Z","updated_at":"2026-03-04T21:41:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/mypdf","commit_stats":null,"previous_names":["inledgroup/mypdf"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/mypdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmypdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmypdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmypdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmypdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/mypdf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmypdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":[],"created_at":"2026-04-27T16:10:01.275Z","updated_at":"2026-04-27T16:10:03.119Z","avatar_url":"https://github.com/InledGroup.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✨ PDFTools. \n\n\u003e[!CAUTION]\n\u003e This project is under development and may contain bugs.\n\n**A modern, privacy-first, and browser-native PDF powerhouse.**\n\nPDFTools is a high-performance web application built with **Vue 3** and **TypeScript** that allows you to manipulate, edit, and enhance PDF files directly in your browser. No server uploads, no subscription fees—just pure client-side power.\n\n![Version](https://img.shields.io/badge/version-0.0.0-blue.svg)\n![License](https://img.shields.io/badge/license-GNU%20GPL%20v3.0-blue.svg)\n![Vue](https://img.shields.io/badge/vue-%2335495e.svg?style=flat\u0026logo=vuedotjs\u0026logoColor=%234FC08D)\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=flat\u0026logo=vite\u0026logoColor=white)\n\n---\n\n## 🚀 Key Features\n\n### 🛠 Precise Manipulation\n- **Reorder \u0026 Move**: Intuitively drag and drop pages to restructure your documents.\n- **Rotate \u0026 Delete**: Cleanup scans or fix orientation with one click.\n- **Advanced Cropping**: Trim page margins for better readability.\n\n### ✍️ Professional Enhancements\n- **Smart Numbering**: Add customizable page numbers automatically.\n- **Watermarking**: Secure your documents with text overlays.\n- **Duplicate Detection**: Visually identify and manage repeated pages.\n\n### 👁 Deep Intelligence\n- **High-Fidelity Rendering**: Powered by `PDF.js` for crisp, accurate page previews.\n- **OCR Integration**: Extract text from images and scanned documents using `Tesseract.js`.\n- **Mosaic \u0026 Focus Views**: Switch between a bird's-eye grid view and a detailed single-page workspace.\n\n---\n\n## 🛡 Privacy \u0026 Security\n\n**Your data never leaves your computer.** \nUnlike other PDF tools that upload your sensitive documents to remote servers, PDFTools processes everything locally using WebWorkers and client-side libraries. \n- ✅ 100% Client-side processing.\n- ✅ No data collection.\n- ✅ Works offline.\n\n---\n\n## 💻 Tech Stack\n\n- **Core:** [Vue 3](https://vuejs.org/) (Composition API)\n- **Language:** [TypeScript](https://www.typescriptlang.org/)\n- **Build Tool:** [Vite](https://vitejs.dev/)\n- **PDF Engine:** [pdf-lib](https://pdf-lib.js.org/) \u0026 [pdf.js](https://mozilla.github.io/pdf.js/)\n- **Intelligence:** [Tesseract.js](https://tesseract.projectnaptha.com/) (OCR)\n- **Icons:** [Lucide Vue Next](https://lucide.dev/)\n\n---\n\n## 🛠 Getting Started\n\n### Prerequisites\n- Node.js (Latest LTS recommended)\n- npm or yarn\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/youruser/pdftools.git\n   cd pdftools\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Run the development server:\n   ```bash\n   npm run dev\n   ```\n4. Build for production:\n   ```bash\n   npm run build\n   ```\n\n---\n\n## 📄 License\nThis project is licensed under GNU GPL v3.0.\n\n---\nDeveloped with ❤️ by JaimeGH.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fmypdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fmypdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fmypdf/lists"}