dev-resources.site
for different kinds of informations.
docx to pdf with Node.js
Published at
4/28/2022
Categories
node
docx
pdf
convert
Author
udiko
Author
5 person written this
udiko
open
Most of the npms didnt works for me but this one do the job:
npm i convert-multiple-files
convert.ts:
import { convertWordFiles } from 'convert-multiple-files';
const docToPdf = async (filePath: string, outputDir: string): Promise<string> => await convertWordFiles(filePath, 'pdf', outputDir);
export {
docToPdf
};
const outputFile = await docToPdf('file.docx', './outFolder');
docx Article's
18 articles in total
UZI -> Find and replace text in multiple files(docx,xlsx,pptx..)
read article
How to Convert Docx File to PDF in C#
read article
Search & Replace Texts in DOCX
read article
Comment convertir entre les formats Word DOCX et DOC avec Python
read article
How to Create a Word Document from Scratch via Python Code
read article
How to extract text and image from word in Java applications
read article
docx to pdf with Node.js
currently reading
How to Turn On Track Changes, Accept or Reject Changes in Word in Java
read article
How to Dynamically Fill Data in Word Table Using Java
read article
Vue and Docx file
read article
How to read/write Word docx files in Python
read article
Best way to convert Word docx to ASCII doc by Pandoc w/o loosing styles
read article
How to parse and map a Docx file with Java
read article
First Project: Wine List Parser
read article
PHP Doc or Docx Word File to TXT extract Content Example
read article
Render dynamically a .docx file with JavaScript
read article
Extracting images from a document using Aspose.Words Cloud API (C# / .NET)
read article
Uploading a document to Aspose.Words Cloud Storage (C# / .NET)
read article
Featured ones: