-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
56 lines (46 loc) · 4.91 KB
/
Copy pathllms.txt
File metadata and controls
56 lines (46 loc) · 4.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ClientPDF
> Free, browser-based PDF tools. Every operation — merge, split, compress, rotate, watermark, and more — runs entirely client-side using pdf-lib in JavaScript. No file is ever uploaded to a server; nothing to sign up for.
ClientPDF is a static site (GitHub Pages) offering 25 single-purpose PDF tools plus troubleshooting guides and comparison pages against upload-based competitors (Smallpdf, iLovePDF, PDF2Go). All processing happens in the user's browser; files never leave the device.
## Tools
- [Merge PDFs](https://abyworkings-coder.github.io/clientpdf/): combine multiple PDFs into one file
- [Split PDF](https://abyworkings-coder.github.io/clientpdf/split.html): split a PDF into separate files by page range
- [Split by Bookmarks](https://abyworkings-coder.github.io/clientpdf/split-by-bookmarks.html): split a PDF using its existing bookmark/outline structure
- [Delete Pages](https://abyworkings-coder.github.io/clientpdf/delete-pages.html): remove specific pages from a PDF
- [Duplicate Pages](https://abyworkings-coder.github.io/clientpdf/duplicate-pages.html): duplicate one or more pages within a PDF
- [Insert Blank Pages](https://abyworkings-coder.github.io/clientpdf/insert-pages.html): insert blank pages at chosen positions
- [Rotate PDF](https://abyworkings-coder.github.io/clientpdf/rotate.html): rotate all or selected pages
- [Reorder Pages](https://abyworkings-coder.github.io/clientpdf/reorder.html): drag-and-drop page reordering
- [Compress PDF](https://abyworkings-coder.github.io/clientpdf/compress.html): reduce PDF file size
- [Page Numbers](https://abyworkings-coder.github.io/clientpdf/page-numbers.html): add page numbers to a PDF
- [Images to PDF](https://abyworkings-coder.github.io/clientpdf/images-to-pdf.html): convert JPG/PNG images into a PDF
- [Extract Images](https://abyworkings-coder.github.io/clientpdf/extract-images.html): pull embedded images out of a PDF
- [PDF to JPG](https://abyworkings-coder.github.io/clientpdf/pdf-to-jpg.html): convert every PDF page into a JPG or PNG image
- [Watermark PDF](https://abyworkings-coder.github.io/clientpdf/watermark.html): add a text watermark
- [Image Watermark](https://abyworkings-coder.github.io/clientpdf/image-watermark.html): add an image/logo watermark
- [Edit Metadata](https://abyworkings-coder.github.io/clientpdf/metadata.html): view and edit PDF metadata (title, author, etc.)
- [Crop Pages](https://abyworkings-coder.github.io/clientpdf/crop.html): crop the visible page area
- [Resize Pages](https://abyworkings-coder.github.io/clientpdf/resize.html): change page dimensions (e.g. A4 to Letter)
- [Grayscale PDF](https://abyworkings-coder.github.io/clientpdf/grayscale.html): convert a PDF to grayscale
- [Page Borders](https://abyworkings-coder.github.io/clientpdf/border.html): add borders around pages
- [Flatten Form Fields](https://abyworkings-coder.github.io/clientpdf/flatten.html): flatten fillable form fields into static content
- [Fill Form Fields](https://abyworkings-coder.github.io/clientpdf/fill-form.html): fill out PDF form fields
- [Add Bookmarks](https://abyworkings-coder.github.io/clientpdf/bookmarks.html): add a bookmark/outline structure to a PDF
- [Pages per Sheet](https://abyworkings-coder.github.io/clientpdf/pages-per-sheet.html): print multiple pages onto a single sheet (N-up)
- [Redact](https://abyworkings-coder.github.io/clientpdf/redact.html): remove text runs under a drawn rectangle and black out the area
- [All Tools](https://abyworkings-coder.github.io/clientpdf/tools.html): full listing of every tool above
## Guides
- [Does an online PDF merge upload your file?](https://abyworkings-coder.github.io/clientpdf/guide.html)
- [Why didn't compressing my PDF shrink it?](https://abyworkings-coder.github.io/clientpdf/guide-compress.html)
- [Why does my tab freeze on a large PDF?](https://abyworkings-coder.github.io/clientpdf/guide-large-file-freeze.html)
- [Why are my PDF page numbers sideways?](https://abyworkings-coder.github.io/clientpdf/guide-page-numbers-rotated.html)
- [Why did merging lose my PDF's bookmarks?](https://abyworkings-coder.github.io/clientpdf/guide-merge-bookmarks.html)
- [Why do PDF form fields break after splitting?](https://abyworkings-coder.github.io/clientpdf/guide-split-reorder-form-fields.html)
- [Why can't I open a password-protected PDF?](https://abyworkings-coder.github.io/clientpdf/guide-password-protected.html)
- [My rotated PDF looks sideways elsewhere](https://abyworkings-coder.github.io/clientpdf/guide-rotate-viewer-mismatch.html)
## Alternatives
- [Smallpdf Alternative](https://abyworkings-coder.github.io/clientpdf/smallpdf-alternative.html)
- [iLovePDF Alternative](https://abyworkings-coder.github.io/clientpdf/ilovepdf-alternative.html)
- [PDF2Go Alternative](https://abyworkings-coder.github.io/clientpdf/pdf2go-alternative.html)
## Optional
- [Privacy Policy](https://abyworkings-coder.github.io/clientpdf/privacy.html)
- [Terms of Service](https://abyworkings-coder.github.io/clientpdf/terms.html)