Link Search Menu Expand Document

PDF to JSON - Enable more detailed font information

For Zapier, Integromat and others plugins insert custom profiles into profiles field. For API calls please set value as string in profiles parameter as string.

To get additional information in extracted/converted result for example Vector lines and more detailed font information, we can use following profile. It allows changing advanced options in the underlying PDF Extractor engine converter passing them in JSON string.

{ "SaveVectors": true, "ConsiderFontSizes": true, "ConsiderFontNames": true, "ConsiderFontColors": true }

Applies To:

  • /pdf/convert/to/xml
  • /pdf/convert/to/json