PDF to XLS - fixing space is replaced with ! symbol in PDF
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.
This can be due to document containing font with modified charset. The space character in it has the code corresponding to the exclamation mark. Adobe Reader extracts exactly the same text.
This can be fixed by a special filter that allows replacing a text before the table structure reconstruction.
{ "AddFilter()": [ "!", " ", false, false]}
Applies To:
/pdf/convert/to/xls
/pdf/convert/to/xlsx