krishma-shah

Feb 4th, 2020 04:13 AM

How to convert dompdf pdf file into json

bobbyiliev

Sep 19th, 2022 06:29 AM

Hi there,

I'm just reviewing some of the old unanswered questions on the site.

I don't think that dompdf supports this out of the box. You might have to use a 3rd party tool for that.

For example this Node.js library here:

form-pdf2json

This will allow you to convert JSON to PDF or vice versa (JSON to PDF or PDF to JSON).