######################
HOOPS Publish 2024.2.0
######################

Documentation Updates
=====================

**Contact Us page added**

Documentation now includes a new :doc:`/contact_us` page, pointing users to helpful links and contacts within Tech Soft 3D for information and product support. This page can be found at the bottom of the table of contents.


TableToPDF Deprecation
======================

The *TableToPDF* module is now deprecated and will be dropped by the end of year 2024.
This add-on is primarily used for :ref:`creating tables in PDF documents <layout_table>`.

This module is not actively developed and maintained hence we won't be able to address any issues arising from this module.
We strongly encourage to migrate to the alternatives provided.

As a replacement, **HOOPS Publish now provides a built-in API for table management**.
The API consists in :cpp:func:`A3DPDFTableCreateFromDesc` function that, used along with :cpp:func:`A3DPDFPageInsertTable` allows you to easily insert tables into your document.

See the :doc:`/api/group__a3d__pdf__tablefromapi__module` reference for more information.

Fixed Bugs
==========

The list of fixed bugs can be found on :doc:`the fixed bugs page </fixed_bugs>`.


