Omit Name Dir
Controls the folder structure of the output.
By default, pages are output within a directory with the same name as the PDF file within the output directory specified.
Setting omitNameDir to true will cause pages to be output directly within the output directory specified.
Expected values:
true
false
Default: false
Usage Examples
Command Line
-Dorg.jpedal.pdf2html.omitNameDir=true
Cloud
Not compatible.
Java
conversionOptions.setOmitNameDir(true);