Solid Framework 10.0.10158

The latest public release of Solid Framework SDK is now available for download from the developer portal at www.solidframework.net. This is version 10.0.10158.

The main features in this build are:

Support For Exporting 16 Digit Numbers to Excel

Excel only supports 15 significant digits. As a result longer numbers were being rounded following reconstruction of a spreadsheet from a PDF.

 

In the example below, the number in the PDF was 2180715866372664

 

In 10054 the number is silently rounded which results in the incorrect number being displayed.

In 10158 the number is treated as text so that the displayed value is correct.

Other changes

Add Support for Fonts Database File when Converting with a JobProcessor

Solid Framework has supported the use of a database of font metrics since 10.0.9182, which allows it to use fonts during the reconstruction process that are not installed on the machine.

This mechanism was previously only available for the “Converter” classes. It is now also available when using “JobEnvelopes” with a “JobProcessor”.

Allow Fonts Database File to be Reloaded

It is now possible to change which fonts database file is used without restarting the converter process. In previous versions of Solid Framework attempting to do so would be silently ignored.

 

Breaking Changes

Some SolidFramework.Platform functions no longer return a Boolean

This affects:

  • SetAppDataDirectory
  • SetCMapDirectory
  • SetColorProfileDirectory
  • SetFontDirectory
  • SetFontsDataBaseFile

 

Platform.SetFontsDataBaseFile can now throw exceptions

The main scenario where this is likely to occur is if the specified FontsDataBaseFile does not exist.