pdf-docx 1.0.0-beta.8

PDF to DOCX conversion with text, tables, and images
Documentation

pdf-docx

PDF → DOCX conversion.

This crate is part of the PDFluent commercial Rust PDF SDK.

Free for evaluation. Production use requires a valid license.

What it does

Converts PDF documents to editable DOCX, preserving paragraph structure, font styles, tables, and inline images where possible.

Status

Beta. Output quality varies by source PDF complexity; not yet recommended for fully automated production pipelines without per-document review.

Usage

Most users do not depend on this crate directly. Use the pdfluent facade with the docx-export feature:

use pdfluent::prelude::*;

For low-level access, see https://pdfluent.com/docs.

Licensing

  • Free for evaluation, development, and testing
  • Production use requires a valid PDFluent commercial license
  • Redistribution requires the OEM Redistribution add-on

See LICENSE for full terms, or visit https://pdfluent.com/terms.

Links