HyperWorks Report 2025.1 Release Notes

New Features

Support for MP4 Video Capture and Export
Videos in Reports now can be exported to the MP4 format, which is in line with the newly supported feature in HyperWorks.
Python API for Document/Presentation Export
  • Text supports numbering and bullets, along with formatting each line of a paragraph separately using the Paragraph() and Run() classes.
  • You can set the layout template and add formatting changes for table cells using the TableCell() class attributes or text.
  • Use the crop API to crop images.
  • The Python API is separate from the Report ribbon and Report Browser.
Python API for HTML Export
  • Python API supports HTML export in a self-contained format. This HTML is similar to the HyperView 3D Model export HTML.
  • This includes support for all objects supported in the PPTX and DOCX format reports, including formatting.
  • There are two layout templates that are supported and can be modified.
  • The Table() class objects in HTML support tool tips, sorting and filtering, and row column coloring.
Python API to Embed GLB and H3D in all Formats
The new Python API (format in the Image()/DocImage()/SlideImage() and resolution in the Document()/Presentation() classes) contains a feature to embed GLB and H3D in the following report formats: PPTX, DOCX, and HTML. However, H3D content in HTML has known limitations with respect to the size of the HTML that a browser can open.
Figure 1.


Figure 2.


Enhancements

Python API for Document/Presentation Export
  • Error handling during export has been improved by providing an object with status and success/fail messages, as well as the report file path, during export.
  • When exporting images from the GUI, set the temporary path with the tempdir API.
  • Alignment is available for images and tables.
  • Returning and setting values in tables (getCellValue(), setCellValues() methods) have been improved by providing the new value.
  • Tables can be split by row, using the split type properties that are available in the Table() and DocTable() classes.