Link

Thumbnail Max Height

Sets the maximum height of the thumbnails. Can be used in conjunction with thumbnailMaxWidth. If both a width and height are given then the generated thumbnails will fit within the bounds given, maintaining the aspect ratio of the original page. If only a width or height is given then the size of the generated thumbnails will match the bound given, again maintaining the aspect ratio of the original page.

Expected values:

  • Any positive integer

Default: 200

Since: 2022.03

Usage Examples

Command Line

-Dorg.jpedal.pdf2html.thumbnailMaxHeight=300

Cloud

{ "org.jpedal.pdf2html.thumbnailMaxHeight": 300 }

Java

contentOptions.setThumbnailMaxHeight(300);
idrviewerOptions.setThumbnailMaxHeight(300);

Start Your Free Trial


Customer Downloads