Which SDK for creating PDFs server-side with embedded 3D models?
We are developing a web-based application where we allow the user to download a custom pdf; this document will contain personalized information of a product (e.g. a mechanical part) and also a 3D interactive view of a model.
Currently we are able to convert our models from .glb to .u3d to a single page .pdf document.
What we want to do is to embed a .u3d into an existing pdf template to obtain a interactive 3D view inside the page.
By my personal research my understanding is that this should be doable with PDFL SDK and javascript scripting. Is this correct?
