Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2024.02.02 source code.tar.gz | 2024-02-02 | 36.3 MB | |
2024.02.02 source code.zip | 2024-02-02 | 36.5 MB | |
README.md | 2024-02-02 | 1.5 kB | |
Totals: 3 Items | 72.8 MB | 0 |
This update brings significant improvements to document processing, with a focus on enhancing parsing capabilities and exporting functionalities. Key upgrades include incremental parsing results, better handling of tables, hyperlinks, paragraphs, and support for headers and footers in exports. Additionally, there's a notable change in the C++ standard for OSX targets, alongside comprehensive enhancements across parsing and writing components to streamline document handling and presentation.
In the realm of code, where documents roam,
A rabbit hopped, making it home.
Parsing tables, links, and more,
With headers and footers, it did adore.
🐇💻✨
"To improve, to enhance," it cheerfully sung,
A leap for docs, a job well done.
- New Features
- Added incremental parsing for DOC format files, enhancing the handling of tables, hyperlinks, and paragraphs.
- Introduced support for headers and footers in plain text and HTML exports.
- Implemented
<header>
and<footer>
tags in HTML output for better document structure.
- Refactor
- Modified code to use
enum class
for table state tracking, improving readability and maintainability. - Updated text handling to process and tag content more efficiently.
- Adjusted HTML and plain text writers to handle new header and footer functionality.
- Modified code to use
- Tests
- Updated HTML output in tests to reflect new parsing capabilities, including structured tables, paragraphs, and properly formatted hyperlinks.