Set PDF Companion File Zoom %

I have included a PDF User Guide as companion file. I am able to open the User Guide in my compiled workbook with code copied from XLS Padlock User Guide:

Sub OpenUserGuide()
FileCopy PathToCompiledFile(“UserGuide.pdf”), Environ(“temp”) & “/UserGuide.pdf”)
ActiveWorkbook.FollowHyperlink Environ(“temp”) & “/UserGuide.pdf”
End Sub

It opens at 150% zoom. Is there code to fix/set magnification (zoom) to 100%?

I would also like to know if I can adapt the above code (XLS Padlock code) so that it opens my User Guide on a specific page?

XLS Padlock itself is not able to tell the PDF viewer what it should do. Maybe with JavaScript embedded into the PDF?

Thank you…was just wondering if it was possible with XLS Padlock.