[ANN] Creating Reports in MS Word 2007 Format Using ZIP API

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

[ANN] Creating Reports in MS Word 2007 Format Using ZIP API

Post by T-Rex »

This tutorial shows how to:

- Create XML documents programmatically and save them to ZIP archive
- Load binary data from memory and save it as a file in ZIP archive
- Load files from disk and pack them to ZIP archive
- Enumerate files from ZIP archive using wxFileSystem
- Load data from ZIP archive to memory

Generate nice reports in Microsoft Office Word 2007 format (.DOCX) using ZIP API provided by wxWidgets even if Microsoft Office is not installed !!! Works perfectly under Windows and Linux

https://wxwidgets.info/zip_api_create_docx_file_en/
AmR EiSa
Earned a small fee
Earned a small fee
Posts: 17
Joined: Tue Jan 09, 2007 12:40 am

Re: [ANN] Creating Reports in MS Word 2007 Format Using ZIP API

Post by AmR EiSa »

Can you upload src please ? the site down.
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: [ANN] Creating Reports in MS Word 2007 Format Using ZIP API

Post by ollydbg23 »

Nice work!

I also see this C++ library: DuckX which lacks a feature to add images in docx.

EDIT:
I see Python has some library to support creating docx files, such as: python-docx — python-docx 0.8.11 documentation
Post Reply