Link
Skip to main content

Min Font Size

Sets the minimum font size to be used. This setting is designed for content aimed at Chinese, Japanese, Korean, Thai, and other markets where the locale-specific version of Chrome has a default minimum font size of 12px (Chinese) or 10px (Japanese).

When this setting is used, any text below the provided font size will be rendered at that size and scaled down to the correct size using a CSS scale transform. Without this setting, Chrome may display text larger than intended.

More information: Chromium bug #36429

Expected values:

  • 12 (for the Chinese market)
  • 10 (for the Japanese market)
  • Any integer value

Default: 0

Since: 2021.08

Usage Examples

Command Line

-Dorg.jpedal.pdf2html.minFontSize=12

Cloud

{ "org.jpedal.pdf2html.minFontSize": 12 }

Java

conversionOptions.setMinFontSize(12);

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