View Full Version : PDF help
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
rexzooly
04-25-2008, 07:57 AM
posted in the wrong but for help.
RizlaUK
04-25-2008, 04:49 PM
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
if acrobat reader is installed on the system you can display the pdf in a web object
Dermot
04-25-2008, 04:58 PM
if acrobat reader is installed on the system you can display the pdf in a web object
or Foxit http://www.foxitsoftware.com/ which is way faster than Adobe Reader.
RizlaUK
04-25-2008, 05:22 PM
i dident know foxit worked with the web object, i only ever tested with acrobat, i'll install it right now then
Dermot
04-25-2008, 05:33 PM
i dident know foxit worked with the web object, i only ever tested with acrobat, i'll install it right now then
Yep as long as it is your default PDF viewer, it will display in the web object.
RizlaUK
04-25-2008, 05:58 PM
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 :yes
i used as web object instead of all the other stuff
dflowers
06-20-2008, 03:47 PM
You can also open a PDF file using SumatraPDF and a button with On Click script like:
File.Run("AutoPlay\\PDF\\SumatraPDF.exe", "AutoPlay\\DOCS\\your_file.pdf", "", SW_SHOWNORMAL, false);
This way, you do not have worry about whether the end user has a PDF reader installed, it runs from the CD.
kraigyb
06-20-2008, 09:48 PM
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.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.