Welcome to the PDF Editor project! This open-source project aims to provide a feature-rich PDF editor implemented using SvelteKit. The goal is to create a versatile tool for viewing, annotating, and editing PDF documents, with an emphasis on simplicity, performance, and extensibility.
Note: Most of the code is from kywch/pdf-editor I modified the pen annotation to be able to draw on the page directly. Currently working on improving the pen annotation.
Personal Goals:
Note from Author:
To get started with contributing to the PDF Editor project, follow these steps:
Clone the Repository: git clone https://github.com/your-username/pdf-editor.git cd pdf-editor
Install Dependencies: npm install
Start Development Server: npm run dev
Contribute:
Thank you for considering contributing to the PDF Editor project! To ensure smooth collaboration, please adhere to the following guidelines:
README.md
.This project is licensed under the MIT License.
If you have any questions, suggestions, or feedback, feel free to reach out to us via email or by opening an issue on GitHub.
We look forward to your contributions and hope you enjoy working on the PDF Editor project!
The implementation of certain features in this project was adapted from the kywch/pdf-editor repository. We appreciate their contributions to the open-source community.
Specifically, we borrowed code for [offline-pdf-editor] from the following files:
We thank the contributors to the kywch/pdf-editor project for their valuable work.