Hello, Guys
Can you please tell me how you can export several pages to PDF using the ShapeDiver / Grasshopper? To make one multi-page document? Maybe someone has a detailed example for my case?
Export PDF A4.3dm (599.0 KB)
Hello, Guys
Can you please tell me how you can export several pages to PDF using the ShapeDiver / Grasshopper? To make one multi-page document? Maybe someone has a detailed example for my case?
Export PDF A4.3dm (599.0 KB)
Hi @AlexWer to create multiple pages PDFs, you need to use the ShapeDiver Merge PDFs
component. To create each page of the PDF, the SquidPdf
component support data trees so for each branch you will get one page. Finally, to test the result of the PDF, you can use the ShapeDiver component Write PDF
which will save the PDF locally in your computer.
In this example I created a PDF with three pages, each page with a different shape:
I hope this helps.
Hello,
I tried multiplePagesPDF.gh grasshopper example that you share, but writing PDF doesnât work on my computer from some reason. Write PDF component is red and received message "Solution exception:Could not find a part of the path 'D:\PROJEKTI'. I have folder D:\PROJEKTI and I change file path on the component âfile pathâ from Edvinâs test file path to the folder 'D:\PROJEKTI'. I tried with other folders and discs also, but it doesnât work. In some cases I receive message " 1. Solution exception:Access to the path âC:' is denied.â Why it is not work?