Pdf+ provided directory does not exist, but it does

Hi All, Trying to use the PDF+ plug in but getting a error that I know is something silly I’m not figuring out but can’t for the life of me figure out what it is. I’m trying to follow the tutorials but can’t seem to get a single curve with a single boarder to export.

test.gh (77.3 KB)

I’m not familiar with that plugin, but what happens if you lose the quote marks from the path string?

If you remove the quotes “path” then I get the red critical error “solution exception method not found”

No, not remove the path, remove the quotation marks from the path!

Regards
Jeremy

Hi Jeremy, Thanks for taking another look at it. Unfortunately I was understanding what you meant and this is the part where I’m stuck. Removing the quotes seems to ‘fix’ it for others but not for me.

I even tried on a fresh install of Rhino and GH with only the PDFPlus Plugin and Telepathy Installed to verify it wasn’t a plug in conflict.

Hi Frederick,

Another silly question: are you sure the directory you are pointing to already exists (with exactly that spelling)? I don’t think PDF+ will create a new one if it doesn’t.

Regards
Jeremy

EDIT: I see you are now pointing at a path with spaces in. Could you maybe also try a path without them that you know you can access with other apps?

@frederick.michael After removing the quotes, I was also able to create a PDF from the example file but only when opening Rhino 8 in .NETFramework mode. I had the same “Solution Exception: Method Not Found” error when in .NETCore mode but this ultimately seems to be related to another plugin loading PDFSharp.dll (v6.1.1) first when in .NETCore mode. PDF+ is packaged with v1.51 and the newer version may no longer have that method. You can disable other plugins that create PDF’s before launching Rhino when using PDF+.