mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 20:08:33 +05:30
Merge 83f330348b into d22b7e56eb
This commit is contained in:
commit
0788dd68da
5 changed files with 184 additions and 1 deletions
|
|
@ -63,6 +63,18 @@
|
|||
"shortDescription": "Convert PDF into PNG images",
|
||||
"title": "PDF to PNG"
|
||||
},
|
||||
"pdfToWord": {
|
||||
"description": "Convert PDF documents to editable Word (.docx) format while preserving text, formatting, and layout.",
|
||||
"longDescription": "Upload your PDF and convert it to an editable Word document directly in your browser. This tool extracts text, images, and formatting to create a .docx file that can be opened and edited in Microsoft Word or compatible applications. No data is uploaded — everything runs locally.",
|
||||
"shortDescription": "Convert PDF files to editable Word documents",
|
||||
"title": "PDF to Word",
|
||||
"convertingPdf": "Converting PDF to Word...",
|
||||
"resultTitle": "Converted Word Document",
|
||||
"toolInfo": {
|
||||
"description": "This tool converts PDF documents to editable Word (.docx) format. The conversion preserves text content, basic formatting, and images when possible. The resulting Word document can be opened and edited in Microsoft Word or compatible applications.",
|
||||
"title": "PDF to Word Converter"
|
||||
}
|
||||
},
|
||||
"protectPdf": {
|
||||
"description": "Add password protection to your PDF files securely in your browser",
|
||||
"shortDescription": "Password protect PDF files securely",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue