Search
Follow Us
Categories
- 3D(2)
- CAD(1)
- Compression(3)
- EBook(2)
- Email(1)
- File Formats(5)
- Font(1)
- GIS(2)
- Image(5)
- Notes Taking(1)
- PDF(3)
- Presentation(3)
- Programming(1)
- Spreadsheet(4)
- Web(2)
- Word Processing(4)
Archives
- August 2022 (2)
- December 2021 (1)
- October 2021 (3)
- September 2021 (7)
- August 2021 (4)
- July 2021 (2)
- October 2020 (1)
- January 2020 (1)
- October 2019 (2)
- September 2019 (1)
- June 2019 (1)
- May 2019 (1)
- April 2019 (1)
- March 2019 (2)
- February 2019 (5)
- January 2019 (6)
- December 2018 (6)
- November 2018 (1)
Monthly Archives: October 2019
Create a Word Document using PHPWord
PHPWord is a powerful open-source API, written in PHP to create and read file-formats including DOC, DOCX, ODT, RTF, HTML, and PDF. Using the API you can create a document, set document properties, insert images, …
Posted in File Formats, Word Processing
Getting Started with Apache POI – Java API for Documents
Ofttimes, we need to automate our processes and manipulate the documents programmatically. We need to create documents in bulk, read, process, and save the resultant documents. We need to work with a bunch of different file formats simultaneously. Luckily, for …
Posted in File Formats