Posted 13 January 2022, 2:58 am EST
How can i configure pdf viewer to open in full screen mode?
Forums Home / Document Solutions / Document Solutions for PDF
Posted by: moshek on 13 January 2022, 2:58 am EST
Posted 13 January 2022, 2:58 am EST
How can i configure pdf viewer to open in full screen mode?
Posted 14 January 2022, 8:01 am EST
Hi,
You may open the PDFViewer in the fullscreen mode using the following code snippet:
viewer.onAfterOpen.register(function() {
viewer.toolbar._view._commands.toggleFullscreen()
});
Hope it helps!
Regards,
Manish Gupta
Posted 8 April 2022, 3:54 pm EST
Hey! Perhaps I am going to the wrong address, but can someone help me? I usually write my articles using regular Word, but lately they have been asking me to submit my texts in PDF format, please tell me which program is best to download in order to turn ordinary texts into PDF?
By the way, if someone needs me, I can write any work for you, just go to us in essaypay.com!
Posted 10 April 2022, 11:37 pm EST
Hi
You may use the Grapecity Documents for PDF if you are not required to work on Word.
https://www.grapecity.com/documents-api-pdf
You may also use the Grapecity Documents for Word for generating the PDF:
https://www.grapecity.com/documents-api-word
Regards,
Manish Gupta
Posted 30 August 2023, 7:31 am EST
Thanks for sharing this!