Link
Skip to main content

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();

Get started with BuildVu in 3 steps

  1. Fill in the form to download the trial jar →
  2. Copy the code snippets as instructed on the next page
  3. Build your solution using our docs

Learn more about BuildVu

Start Your Free Trial

Trial License Type