

InterviewSolution
Saved Bookmarks
1. |
Solve : Menu to open PDF files? |
Answer» <html><body><p>I have several related PDF files which I want to give to other people on a CD or similar. To make it easier for them to use these files I want a front-end document which is essentially a menu or switchboard to the other files. <br/><br/>I want to be able to click on the file name in the menu and have the relevant PDF file open, without the usual security warnings that Adobe Acrobat Reader DC presents every time a PDF is opened. Then when the reader closes the PDF he returns to the menu file in order to make a new selection.<br/><br/>If I create the menu file as a Word (.<a href="https://interviewquestions.tuteehub.com/tag/docx-2590793" style="font-weight:bold;" target="_blank" title="Click to know more about DOCX">DOCX</a>) file I can achieve what I want, with some limitations. The user has to Ctrl-Click to open the relevant PDF file whereas I would prefer to be able to just use a plain Click. Also I would prefer to have this menu file as a PDF or something which cannot be easily (even accidentally) changed by the user, as could happen with the .docx file. If I convert this menu file to a PDF then the Adobe warnings return. As these files are all local (ie confined to the CD) and there is no <a href="https://interviewquestions.tuteehub.com/tag/internet-14325" style="font-weight:bold;" target="_blank" title="Click to know more about INTERNET">INTERNET</a> involvement, there is no need for the Adobe security.<br/><br/>I tried creating batch files (.bat), one to open (START) each of the PDFs, and then linking my menu items to those batch files. If I use the docx <a href="https://interviewquestions.tuteehub.com/tag/version-1444891" style="font-weight:bold;" target="_blank" title="Click to know more about VERSION">VERSION</a> of this menu file I get an annoying (and in my case unnecessary) Microsoft Office warning asking if I want to continue. Continuing works OK but then closing the PDF doesn’t return me to the menu file. If I convert the menu file to a PDF, when I click on a menu <a href="https://interviewquestions.tuteehub.com/tag/item-770211" style="font-weight:bold;" target="_blank" title="Click to know more about ITEM">ITEM</a> I get a box with the file name, but the file doesn’t open.<br/><br/>It seems that my best option is to use the .docx menu file and just put up with the Ctrl-Click and possible editing issues. However, any suggestions for alternative solutions would be welcome.<br/><br/>It has been suggested that using one of the versions of Adobe Acrobat (not the free Reader) would solve my problem. However as this is a one-time project for me I would like a solution which doesn’t involve the cost of these products.<br/><br/>RobertWA<br/>I would actually use HTML and make a simple webpage for navigation to the PDF files. You can highly customize the interface to make menu system and all and it would be able to run from a CD, DVD, or even a Flash Drive as a local webpage interface for all documents. Hyperlinks used pointed to the PDF files. <a href="https://interviewquestions.tuteehub.com/tag/upon-1440221" style="font-weight:bold;" target="_blank" title="Click to know more about UPON">UPON</a> selecting them Acrobat Reader would launch and open that PDF. Upon closing the PDF the webpage would still be up to click on others of interest to read etc.Thank you.<br/><br/>That solution worked.<br/><br/>Cheers<br/> <br/>Robert Cool. Glad to help.</p></body></html> | |