Commit 1c8431f
committed
Add DOCX to PDF conversion functionality and corresponding tests
- Implemented DocxToPdfConverter class for converting Word (.docx) files to PDF.
- Added ConversionOptions class to customize conversion settings such as font size and margins.
- Developed rendering logic for paragraphs, tables, and images within the PDF.
- Created unit tests for various conversion scenarios, including simple documents, tables, and bold text.
- Ensured that empty documents create at least one page and that output files are generated correctly.1 parent a2cad90 commit 1c8431f
File tree
5 files changed
+1398
-5
lines changed- src/MiniPdf
- tests/MiniPdf.Tests
5 files changed
+1398
-5
lines changed
0 commit comments