简体   繁体   中英

Symbian Adobe Reader command line arguments

What is the correct command line format to have Adobe Reader open up a PDF automatically on a Symbian phone?

For example, to load an image into image viewer it would be: -

Z:\\sys\\bin\\imageviewer.exe -file /E:\\Data\\image.jpg

I have tried the same for Z:\\sys\\bin\\AdobeReader.exe, however this doesn't work. Does anyone know the correct format to use?

Thanks.

If you want to open a PDF file using the platform's default PDF viewer, use eg CDocumentHandler 's file open functionality or RApaLsSession::StartDocument() . Or is there a specific reason for invoking adobereader.exe specifically yourself?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM