Files
loongoffice/wizards
Jean-Pierre Ledure 407b53dd22 ScriptForge - (PDF Export) get/set options, export as PDF file
Next methods are introduced in SF_Session:
  - GetPDFExportOptions to extract a dictionary of the
    40+ existing options for PDF export
  - SetPDFExportOptions to update the existing options
    When applied the options are permanent also for user manual exports
Those methods are not available in Python.

Next method to export a document to PDF:
  - ExportAsPDF: it uses the options set above and/or takes
    next specific and transitional options:
      pages, password, watermark
This method is implemented for use from Basic and Python

Change-Id: Ic5c4190cff579e62137930f422638aad98e61a16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120740
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-08-19 17:16:59 +02:00
..

Java Wizards

Java wizards for db setup, importing, tutorials, etc.

There are also partially converted Python copies of each wizard, which we are hoping to migrate to in order to remove the Java dependency here.