General

      The export formats HTML and jQuery Mobile (JQM) are no longer supported and are only included for compatibility reasons. By default, they are no longer displayed in the export dialog. If you still need these formats, for example, for sending mails (HTML) or for display on a mobile device (jQuery Mobile), you have to enable them explicitly via LlSetOptionString(hJob, LL_OPTIONSTR_LEGACY_EXPORTERS_ALLOWED,...) or via LL.Core.LlSetOptionString(...).

      The default of the LL_PRNOPT_JOBPAGES option has been changed from 16 to INT_MAX.

      The LL_PRNOPT_PRINTDLG_ALLOW_NUMBER_OF_FIRST_PAGE option has been added. This allows you to set the page number in the print dialog that starts on the first printed page.

      When using the new combination print or multi-pass features, the virtual variable memory (SetVar/GetVar) within a print job is not reset - the values are therefore retained when the same print job is reused. Therefore, please do not reuse the print job, but always use a new print job. See also chapter Hints for Usage in Multiple Threads XE “Threading” (Multithreading)".