# DOCX to PDF > A TypeScript library for Node.js and Next.js that converts Word (DOCX) documents to PDF using the DOCX Editor layout engine. No LibreOffice process or hosted conversion service is required. Install the package with `npm install @docx-editor.dev/docx-to-pdf`. Internal non-production evaluation is covered by the EigenPal Pro License. Production use requires a commercial agreement. The exporter runs on Node.js, not in the browser. Strict conversion detects known fidelity problems but does not certify Word-identical output. The online demo accepts DOCX uploads and processes them on this site’s Node.js server. It retains documents and PDFs in memory for the request. It is a product demo, not a hosted API offering. ## Guides - [Convert your first DOCX to PDF](https://docx-to-pdf.dev/guides/getting-started/index.md): Run the local demo, evaluate your documents, and use the Node.js converter in your application. - [Convert DOCX to PDF in Node.js](https://docx-to-pdf.dev/guides/nodejs/index.md): Convert DOCX to PDF in Node.js with JavaScript or TypeScript. Read Word files, write PDF bytes, and handle font and fidelity errors without LibreOffice. - [Convert DOCX to PDF in Next.js](https://docx-to-pdf.dev/guides/nextjs/index.md): Convert Word documents to PDF with a Next.js App Router handler. Add a React upload form and configure fonts and WebAssembly assets for Vercel. - [DOCX to PDF: fonts, page breaks, and fidelity](https://docx-to-pdf.dev/guides/fonts-and-fidelity/index.md): Understand strict conversion, inspect font resolution, and compare PDF output with your Word reference. - [Convert DOCX to PDF without LibreOffice](https://docx-to-pdf.dev/guides/without-libreoffice/index.md): Move conversion into your Node.js process and evaluate the documents that matter to your application. ## Reference - [Package source](https://github.com/eigenpal/docx-editor/tree/main/packages/docx-to-pdf) - [License](https://github.com/eigenpal/docx-editor/blob/main/packages/docx-to-pdf/LICENSE.md) - [Complete site text](https://docx-to-pdf.dev/llms-full.txt)