Password
Set the decryption password. This is required if the PDF file is password-protected.
Expected values:
- Non-null alphanumeric string
Default: unset
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.password="the-password"
Cloud
{ "org.jpedal.pdf2html.password": "the-password" }
Java
PDFtoHTML5Converter converter = new PDFtoHTML5Converter(pdfFile, outputDir, conversionOptions, viewerOptions);
converter.setPassword("the-password");