Link

Encrypt Temp Files

Enables encryption of all temporary files that may be created during the conversion process.

Expected values:

  • true
  • false

Default: false

Usage Examples

Command Line

-Dorg.jpedal.pdf2html.encryptTempFiles=true

Cloud

{ "org.jpedal.pdf2html.encryptTempFiles": true }

Java

PDFtoHTML5Converter converter = new PDFtoHTML5Converter(pdfFile, outputDir, conversionOptions, viewerOptions);
converter.setEncryptTempFiles();

Start Your Free Trial


Customer Downloads