Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dears,
I'm learning to create the Add-in. Please help me the key code to Open .PDF Files via API. I didn't found any relative information. I'm try this code but PDF file didn't open.
Dim PDFFileOutput As String = PDFFolder & "\" & PDFFilename & ".pdf"
System.IO.File.Open(PDFFileOutput, IO.FileMode.Open)
Thanks,
Merry Christmas and Happy New Year!
Solved! Go to Solution.