@@ -10,26 +10,62 @@ Add PDF processing, manipulation, and conversion features to your front-end appl
1010 </a >
1111</p >
1212
13- ## PDF Processing via JavaScript
14-
15- - ** Extract text** from PDF pages or search for a particular text segment using regular expressions.
16- - ** Add or extract** images to & from PDF documents.
17- - ** Concatenate** or ** split** PDF files.
18- - ** Linearization** of PDF documents for web optimization.
19- - ** Convert** PDF documents to Office, web, and image formats with the highest visual fidelity.
20- - ** Manipulate** PDF files to manage bookmarks, hyperlinks, watermarks, attachments & annotations.
21- - ** Encrypt** or ** decrypt** PDF documents and set document privileges or modify passwords.
22- - ** Digitally sign PDF** documents or remove signatures. Also, verify if the PDF is signed and the signature is valid.
13+ ## PDF Processing
14+
15+ - ** Extract text** from PDF pages, including search via regular expressions and hidden text detection.
16+ - ** Add or extract images** to and from PDF documents; remove or replace images when needed.
17+ - ** Concatenate** , ** split** , or ** reorganize** PDF files; delete specific or blank pages.
18+ - ** Linearize** PDF documents for web optimization and ** optimize** internal structure and resources.
19+ - ** Convert** PDF documents to:
20+ - ** Office formats:** DOC, DOCX, XLS, XLSX, PPTX
21+ - ** Web formats:** SVG, SVG (ZIP), XPS, EPUB
22+ - ** Image formats:** JPEG, PNG, BMP, TIFF, DICOM
23+ - ** Other formats:** Grayscale PDF, PDF/A, TeX, TXT
24+ - ** Manipulate** PDF structure and content:
25+ - Bookmarks, hyperlinks, annotations, attachments, JavaScript
26+ - Fonts, metadata, layers, background color
27+ - ** Secure PDF documents** :
28+ - Encrypt, decrypt, set or change passwords
29+ - Configure access permissions
30+ - ** Digitally sign** PDFs using PKCS #7 , validate and remove signatures.
31+ - ** Add or remove** watermarks, stamps, page numbers, headers/footers, background images.
32+ - ** Flatten** PDF documents (forms, annotations, layers).
33+ - ** Create booklets** or generate ** N-Up layouts** .
34+ - ** Export form data** (AcroForm) to FDF, XFDF, XML.
35+ - ** Validate** and ** convert** to/from ** PDF/A** format.
2336
2437## Read & Write PDF & Other Formats
2538
26- ** Fixed Layout:** PDF, PDF/A, PDF/UA
39+ ** Fixed Layout Support:**
40+ - PDF, PDF/A
41+
42+ ** Save/Export As:**
43+ - ** Office:** DOC, DOCX, XLS, XLSX, PPTX
44+ - ** Images:** JPEG, PNG, BMP, TIFF, DICOM
45+ - ** Other:** EPUB, SVG, SVG (ZIP), TeX, TXT, Grayscale PDF, PDF/A, XPS
46+
47+ ** Input Formats:**
48+ - TXT, Images (JPEG/PNG/BMP/TIFF)
49+
50+ ## Advanced Features
51+
52+ - ** Fonts:** List, embed/unembed, and replace fonts in PDF files.
53+ - ** Metadata:** Set, extract, or remove metadata.
54+ - ** Layers:** Get list of layers, merge or flatten them.
55+ - ** Forms & Annotations:**
56+ - Delete annotations, bookmarks, JavaScript
57+ - Flatten forms
58+ - ** Attachments:** Add, extract, or delete file attachments.
59+ - ** Text Tools:**
60+ - Find, replace, or delete text (including hidden text)
61+ - Get word and character counts
2762
28- ## Save PDF Documents As
63+ ## Additional Utilities
2964
30- - ** Microsoft Office:** DOC, DOCX, XLS, XLSX, PPTX
31- - ** Images:** JPEG, PNG, BMP, TIFF, EMF
32- - ** Others:** EPUB, DICOM, SVG, SVG(ZIP), GRAYSCALE PDF, PDF/A, TEX, TXT
65+ - ** Repair** corrupted or damaged PDF files.
66+ - ** Generate PDF** from TXT or image files.
67+ - ** Optimize** document resources and structure.
68+ - ** Product diagnostics** : retrieve library info, version, and capabilities.
3369
3470## Platform Independence
3571
0 commit comments