Skip to main content

PDF to CSV/PDF to JSON - Has some disappearing or weird Unicode characters

Updated over 11 months ago

PDF to CSV/PDF to JSON - Has some disappearing or weird Unicode characters

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.

Extract PDF text may contain Unicode symbols which are not renderred properly in all viewers. For example: space that looks like space but not disappearing in some text viewers. Enable NormalizeText to normalize all these wierd symbols and replace them with regular characters in output text.

{ 'NormalizeText': true }

Applies To:

  • /pdf/convert/to/csv

  • /pdf/convert/to/xml

  • /pdf/convert/to/json

  • /pdf/convert/to/xls

  • /pdf/convert/to/xlsx

Did this answer your question?