Class Export

  • All Implemented Interfaces:
    DocumentPanelListener

    public class Export
    extends SaveAs

    Create a button that will open a dialog allowing the PDF to be saved to disk in a non-PDF format (eg TIFF or plain Text). This functionality is normally part of the SaveAs feature, but it can be disabled - if it is, this feature can be added to re-enable non-PDF export formats, just under a different menu item.

    Consequently this feature is not enabled by default.

    The following initialization parameters can be specified to configure this feature.
    promptOnOverwritetrue to prompt before overwriting files, false otherwise (the default)
    The name of this feature is Export

    This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.

    Since:
    2.17
    • Constructor Detail

      • Export

        public Export()