Synap Office
Synap Office is a cloud-based web office serviced by Naver Office. You can create and edit documents in various formats such as MS Office, etc. from a web browser without installing an application. Experience document work anytime, anywhere. Compatible with MS Word, save doc, docx, hml formats. Maintains table layout and enables table editing. Support for fonts, paragraph formatting, and headings/ footnotes in different styles. Allows editing of password-set documents. Compatible with MS PowerPoint, screen change, object animation support. Slide template setting and management, 140+ shapes, object editing. Insert image, shape, memo, text. Password-set documents can be edited. Easy questionnaire creation using templates. Free item addition and type selection. Quickly and easily share surveys by URL, e-mail, and blog. View summary in response result graph, and use response data in conjunction with Synap cell.
Learn more
imageio
Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. It is cross-platform, runs on Python 3.5+, and is easy to install. Imageio is written in pure Python, so installation is easy. Imageio works on Python 3.5+. It also works on Pypy. Imageio depends on Numpy and Pillow. For some formats, imageio needs additional libraries/executables (e.g. ffmpeg), which imageio helps you to download/install. If something doesn’t work as it should, you need to know where to search for causes. The overview on this page aims to help you in this regard by giving you an idea of how things work, and - hence - where things may go sideways.
Learn more
Thinkfree Document Editor SDK
Thinkfree Document Editor SDK, previously offered as Thinkfree Office, lets developers embed a full Office editor in web applications and control documents through object-level APIs. It supports Word, spreadsheet, and presentation editing for DOCX, XLSX, PPTX, and ODF files, without building an editing layer from scratch.
The SDK is designed to work as part of an application rather than as a separate Office product. Applications can combine interactive editing with programmatic document operations and AI workflows, allowing users to review and continue editing in the same editor.
• Embeddable Office editor UI for word processor, spreadsheet, and presentation documents
• 900+ Object-level APIs for paragraphs, tables, ranges, sheets, charts, slides, and shapes
• High-fidelity editing for DOCX, XLSX, PPTX, and ODF documents
• Document tools that LLMs or AI agents can invoke
• Real-time collaborative editing
• Self-hosted deployment, or a Thinkfree-managed cloud API
Learn more
pdf2docx
pdf2docx is a Python library that uses PyMuPDF to extract data from PDF files, parse their layouts according to rules, and generate corresponding .docx files via python-docx. It supports conversion of text, images, tables, and other structural elements; it includes tools to extract tables, handle formatting, and preserve layout as much as possible. It offers both a command-line interface and a graphical user interface. The internal architecture is modular; it includes packages for handling pages, layout, tables, images, shape paths, text spans/blocks, and other elements, enabling fine control over how PDF content is mapped into Word documents. Developers can use the API for batch conversions or integrate it into workflows; there's documentation on installation (from PyPI or source), usage, and technical details of layout-parsing, table extraction, and internal modules. The project is open source, hosted on GitHub, and made available under its license with no warranty.
Learn more