How to embed PDF file into project, is there a plug in or what or if there is a code please let me know in my application i have a window size of 788/566 in which the PDF file should fit
Professional Software Development Tools
How to embed PDF file into project, is there a plug in or what or if there is a code please let me know in my application i have a window size of 788/566 in which the PDF file should fit
posted in the wrong but for help.
if acrobat reader is installed on the system you can display the pdf in a web objectHow to embed PDF file into project, is there a plug in or what or if there is a code please let me know in my application i have a window size of 788/566 in which the PDF file should fit
Open your eyes to Narcissism, Don't let her destroy your life!!
or Foxit http://www.foxitsoftware.com/ which is way faster than Adobe Reader.
Dermot
I am so out of here
i dident know foxit worked with the web object, i only ever tested with acrobat, i'll install it right now then
Open your eyes to Narcissism, Don't let her destroy your life!!
cool, i might start useing pdf format for help files now then (as i hear a rumor that MS will soon drop support for .hlp and .chm files) , the loading time of acrobat vers .chm file put me off, just tested foxit and im happy enough with that![]()
Open your eyes to Narcissism, Don't let her destroy your life!!
i used as web object instead of all the other stuff
You can also open a PDF file using SumatraPDF and a button with On Click script like:This way, you do not have worry about whether the end user has a PDF reader installed, it runs from the CD.Code:File.Run("AutoPlay\\PDF\\SumatraPDF.exe", "AutoPlay\\DOCS\\your_file.pdf", "", SW_SHOWNORMAL, false);
If you have a copy of Adobe FlashPaper you can convert PDFs into Flash .swf files. Then you can insert them directly as a Flash object. Controls to zoom in/out and print are embedded in the .swf file and displayed when you run your project.
FlashPaper is included with some of the Adobe suites, but I think you can also purchase it separately.