-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommit.bat
More file actions
18 lines (15 loc) · 716 Bytes
/
Copy pathcommit.bat
File metadata and controls
18 lines (15 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@echo off
cd /d "D:\Users\taojiang\Documents\GitHub\ZenTools"
git add -A
git commit -m "feat(pdf): add 8 new PDF tools
- PDF Edit: Edit PDF text and content directly in browser
- PDF Repair: Repair corrupted PDF files
- PDF Remove Page Numbers: Remove page numbers from PDF
- PDF Diff: Compare two PDF files and highlight differences
- PDF Annotate: Add highlights, underlines, annotations to PDF
- PDF Grayscale: Convert color PDF to black and white
- PDF to HTML: Convert PDF to editable HTML format
- PDF Bookmarks: View, add, edit and remove PDF bookmarks
All tools support 4 languages (zh/en/ja/vi) and use PDF.js + PDF-Lib.
Co-Authored-By: AtomCode (sensenova-6.7-flash-lite) <noreply@atomgit.com>"
git push