I want to import a design pdf

I want to import a design pdf and manipulate layers of pdf using three js but I am not able to figure this out.

What do you mean by manipulate? Three has not much to do with PDFs, it can create images that you can then embed into a PDF but that’s about it :eyes:

i am actually creating a 3d configurator which will take user input as a pdf, and the 3d configurator I will be making using three js

But “taking PDF input” is in such case disconnected from three.js itself.
First load the data from PDF (using some js pdf library) - then present it using three - and export it using a pdf library again.

1 Like