PDF to text conversion

Hello,

Is there are way to upload a PDF file to a form and have that PDF converted to plain text? I would like to send the PDF contents to an API but it needs to be in plain text.

Thanks,

1 Like

Hi @uamador,

I don’t think there is a ready-made way in DrapCode to do this. You may need to use some 3rd party API to extract the data from the PDF file and send the response via REST API, then that data will be stored in DrapCode collection and can be used further for your API call.

Thanks.