-1

I am looking for any package in laravel which provides functionality to convert pdf to svg and, it should also provides functionality of download and store.

Dum
  • 1,283
  • 2
  • 4
  • 21
Sahil
  • 1

1 Answers1

-1

Laravel is just a framework built on PHP, so whatever PHP implementation is viable - it will be viable on Laravel.

I have asked a quite different question, but the answer may lead you to positive results. Ghostscript PDF file compression using PHP's exec (Laravel on Docker)

You can use my implementation and combine it with this: How to convert 10MB PDF to SVG quickly with appropriate size for web

Good luck.

KiprasT
  • 160
  • 1
  • 12
  • i used this package org_heigl/ghostscript , but it gives me error of InvalidArgumentException No GS-Path set, could you help me on that., it requires ghostscript in machine or what? – Sahil May 20 '20 at 11:43
  • Please add all relevant information to the answer instead of linking to external ressources. If you assume that this question has been answered before, flag it as a dupilcate – Nico Haase May 20 '20 at 13:02