-
Hello, I would like to use PyMuPDF to recognize the shapes in a PDF and render them onto a Fabric.js canvas. The Fabric.js path object supports a path format similar to the SVG element, for example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There also is |
Beta Was this translation helpful? Give feedback.
There also is
page.get_svg_image()
which delivers a string in SVG format.This might help you.