Seams like I can’t input name or path to where the file is suppose to be placed.
Shouldn’t the path+filename be possible to add under -_print -> _setup -> _destination menu?
Printing a Rhino document should work like described above. But since you’re printing a pdf you could try using System.Diagnostics.Process.
Something like:
Thanks for the help!
That bit of code is a bit to much for me to take in =)
Is that python language?
I tried it out in the python editor (where the rest of my code is) but it only gave me:
“The system cannot find the file specified”
I noticed in How to print a pdf from python? that using
_-Print _Setup _Destination _Printer “Microsoft Print to PDF” _Enter _Enter _Go
gives a new promt to:
Save file name (browse):
But Changeing to:
_-Print _Setup _Destination _Printer “Rhino PDF” _Enter _Enter _Go
Gives no option, instead I get to “save Print output As” dialog.
I would like to have it as the “Microsoft Print to PDF” option but with “Rhino PDF” printer.
This way I don’t have to write a filename in the dialog box and pressing Enter.
One interesting little thing… I have a display conduit that draws some geometry. I also have some clipping planes that apply to 2 of 5 DetailViewPorts in a layout page. Using the CaptureToBitmap method, the clipping planes are respected. However, they are not respected for the PDF export method.