@PGriffith
Using this snippet isn’t what I wanted, but it works pretty well. I have an edit button that opens the pdf in adobe where the user can mark up the pdf and save without entering any file paths or names. It is pretty quick and much less painful than the print to pdf method.
filePath = event.source.parent.getComponent('PDF Viewer').filePath
system.util.execute(["C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe", filePath])
One last question, is there a way to refresh the selected pdf without selecting another file then come back to the one edited to show the changes?
EDIT To refresh I just set the file path to blank then set it back to what it was