New release,
PDF View is a PowerBASIC PDF file viewer. The project is completely done in DDT and uses the the Quick PDF library.
To compile and run the attached code you'll need an unlock code, the DLL and the include file. To run the included exe you'll only need the Quick PDF DLL. You can get all three items by downloading the Quick PDF trial version from:
http://www.quickpdflibrary.com/produ...kpdf/trial.php
Changes in this release:
'.Apr 11, 2009 - Version 0.10 by Marc Giao
'....Added scroll bars
'....Added full screen button
'....Added status bar
'....Added minimum resizing limits
'....Zoom now goes to 3x
'....Page now centres on the screen
Some notes on this release. The Scrollbars are done entirely in DDT. I am not entirely happy with the page range values but I've been short on time so the fine tuning will have to wait until next release. Also, there's a strange visual effect with the "Page Range" field when the dialog is very slowly resized horizontally, again, next time.
Starting with this release, I'll keep the code and exe in separate zip files, PDFView_DLL and PDFView_EXE respectively.
Changes in this release:
'.Apr 26, 2009 - Version 0.30 by Marc Giao
'....Changed project name to "Open View"
'....Added multiple open files option
'....Added option to open additional file formats (jpg, bmp, png, etc)
'....Added go to page option
'....%APPDATA% directory is now used for all data files
'....Improved scrollbars
'....Fixed printing issue repoted by Hans Rietveld
'....Fixed issue with landscape files
'....fixed misc. other minor issues
I hope you find this project useful, educational or entertaining. For discussion on this project please use the following thread:
http://www.powerbasic.com/support/pb...722#post313722
Code and Comments are welcome.
PDF View is a PowerBASIC PDF file viewer. The project is completely done in DDT and uses the the Quick PDF library.
To compile and run the attached code you'll need an unlock code, the DLL and the include file. To run the included exe you'll only need the Quick PDF DLL. You can get all three items by downloading the Quick PDF trial version from:
http://www.quickpdflibrary.com/produ...kpdf/trial.php
Changes in this release:
'.Apr 11, 2009 - Version 0.10 by Marc Giao
'....Added scroll bars
'....Added full screen button
'....Added status bar
'....Added minimum resizing limits
'....Zoom now goes to 3x
'....Page now centres on the screen
Some notes on this release. The Scrollbars are done entirely in DDT. I am not entirely happy with the page range values but I've been short on time so the fine tuning will have to wait until next release. Also, there's a strange visual effect with the "Page Range" field when the dialog is very slowly resized horizontally, again, next time.
Starting with this release, I'll keep the code and exe in separate zip files, PDFView_DLL and PDFView_EXE respectively.
Changes in this release:
'.Apr 26, 2009 - Version 0.30 by Marc Giao
'....Changed project name to "Open View"
'....Added multiple open files option
'....Added option to open additional file formats (jpg, bmp, png, etc)
'....Added go to page option
'....%APPDATA% directory is now used for all data files
'....Improved scrollbars
'....Fixed printing issue repoted by Hans Rietveld
'....Fixed issue with landscape files
'....fixed misc. other minor issues
I hope you find this project useful, educational or entertaining. For discussion on this project please use the following thread:
http://www.powerbasic.com/support/pb...722#post313722
Code and Comments are welcome.
Comment