For a project i need to render vectorized pdf files in threejs. However i could only find tools like pdfjs which convert it to an image which is then rendered into threejs causing it to loose the vectorized properties.
The PDF contains details for which the user needs to zoom in in order for them to see them.
Are there any tools or ways to do this?
Thanks in advance!