ashleynguci
ashleynguci
I got similar issue with Angular 16. I fixed it by removing the "display: block" in style attribute. Also using ng-pdf-viewer 9.1.5 "pdfjs-dist": "~2.14.305"
I got the same problem. The newest solution is THREE has replaced SceneExporter && ObjectExporter with GLTFExporter. > var exporter = new THREE.GLTFExporter(); // Parse the input and generate the...
I found the replacement if someone faced the same issue. **GLTFExporter.** GLTFExporter works exactly the same as SceneExporter or ObjectExporter, depends on what you want to export. `exporter.parse( [ scene1,...
> Hi, > I'm trying to create a document that have a table in it: > /----------------------- > | text text text | > > text text text > ------------------...