PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved
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).