💾 Archived View for cugi.ie › aminet › 1658096781.gmi captured on 2023-01-29 at 03:52:55. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Author: jPV^RNO Uploader: jpv morphos-user com (jPV^RNO) Type: gfx/show Version: 1.6 Architecture: ppc-morphos Date: 2022-07-17 Readme: http://aminet.net/gfx/show/RNOPDF.readme Downloads: 1294
http://aminet.net/gfx/show/RNOPDF.lha
ABOUT
-----
RNOPDF is a compact PDF viewer having a minimal GUI with easy control options.
It can be handy for quick viewing of PDF files if configured as the default
PDF viewer on your operating system.
FEATURES
--------
- Easy zooming using a mouse
- Search text in documents
- Supports document bookmarks
- Recent file(s) list that also remembers previously viewed pages
- Preloads the next page for faster viewing
- Can export pages as PNG or JPEG images in various resolutions
- Can sharpen exported images
- Can export pages as text files
- Fullscreen mode option
- Rotate options
- Keyboard and mouse controllable
- Drag & drop loading
- ARexx support on Amiga compatible platforms
- Hollywood source code included
INSTALLATION
------------
- Copy the whole directory anywhere you want and just launch the program
- (AmigaOS4) If the program fails to start, copy .hwp and .ext files to
LIBS:Hollywood/
KNOWN ISSUES
------------
- AmigaOS3 versions of RNOPDF may crash with certain PDF files if used under
WinUAE 4.2.0 or older, or with other emulators using older WinUAE cores,
due to a bug in WinUAE's 68020 emulation.
- PDF files that don't have correct media box setting(s) fail to display their
background colour correctly. This will be fixed in the next Polybios version
CONTROLS
--------
Right/Cmd+N . . . . - Loads the next page
Left/Cmd+P . . . . . - Loads the previous page
Home/Cmd+T . . . . . - Loads the first page
End/Cmd+L . . . . . - Loads the last page
PageUp/Cmd+"-" . . . - Jumps 10 pages back
PageDown/Cmd+"+" . . - Jumps 10 pages forward
Cmd+J . . . . . . . - Jumps to a selected page
Cmd+B . . . . . . . - Jumps back to the previously viewed page
Cmd+M . . . . . . . - Opens the bookmarks requester
Cmd+S . . . . . . . - Opens the search requester
Cmd+X . . . . . . . - Searches for the next occurrence of a searched string
Cmd+Z . . . . . . . - Searches for a previous occurrence of a searched string
Held LMB/MMB/Shift . - Zooms the page
Rotate mouse wheel . - Loads the next or previous page
Double-click . . . . - Toggles fullscreen mode On/Off
Cmd+F . . . . . . . - Toggles fullscreen mode On/Off
Esc . . . . . . . . - Exits fullscreen mode
Cmd+O . . . . . . . - Opens a new PDF file
Cmd+I . . . . . . . - Shows information about the current document
Cmd+1 . . . . . . . - Resizes the window to the original PDF size
Cmd+2 . . . . . . . - Resizes the window 2 times the original PDF size
Cmd+3 . . . . . . . - Resizes the window 3 times the original PDF size
Cmd+4 . . . . . . . - Resizes the window 4 times the original PDF size
Cmd+5 . . . . . . . - Exports the current page as a text file
Cmd+6 . . . . . . . - Exports all pages as one continuous text file
Cmd+7 . . . . . . . - Exports the current page as a PNG image
Cmd+8 . . . . . . . - Exports all pages as PNG images
Cmd+9 . . . . . . . - Exports the current page as a JPEG image
Cmd+0 . . . . . . . - Exports all pages as JPEG images
Cmd+C . . . . . . . - Copies the current page to the clipboard as text
Cmd+E . . . . . . . - Copies the current page to the clipboard as an image
Cmd+Q . . . . . . . - Quits the program
SETTINGS
--------
Resize automatically . - Resizes the window to match the page size(s) when a
new PDF is loaded
Preload next page . . - Preloads the next page for faster viewing
Remember recent files - Saves the recent file(s) list when quitting
Show links . . . . . . - Draws rectangles around links on pages
Flush Polybios.ext . . - Flushes Polybios.ext at exit (frees 6MB of memory,
but slows down re-launching of the program)
Zoom level . . . . . . - Sets the zoom level
Zoom key . . . . . . . - Sets the zoom key
Rotate . . . . . . . . - Sets the image rotation
COMMAND LINE OPTIONS AND ICON TOOLTYPES
---------------------------------------
RNOPDF uses non-standard command line arguments. Arguments must be given
in the form of (note the "-" prefix): -argument parameter
Allowed arguments:
-file <file> . . . . . - Opens a PDF file at startup
-defdir <dir> . . . . - Sets the initial directory to open files
-winsize <n> . . . . . - Resizes the window by factor <n>
Example:
RNOPDF -file "Work:Documents/Some Book.pdf"
The same arguments can be used as icon tooltypes, by omitting the "-" prefix.
Examples:
DEFDIR=Work:Documents
FILE=Work:Documents/Book.pdf
WINSIZE=1.5
AREXX
-----
Program's ARexx port is RNOPDF.1 (and .2, .3 etc. for multiple instances)
and supported commands are:
OPEN <file> . . . . . . . - Opens a new PDF file
FIRST . . . . . . . . . . - Loads the first page
PREV . . . . . . . . . . - Loads the previous page
NEXT . . . . . . . . . . - Loads the next page
LAST . . . . . . . . . . - Loads the last page
PAGE <n> . . . . . . . . - Loads the supplied page number
SEARCH <keyword> . . . . - Searches text
FULLSCREEN . . . . . . . - Toggles fullscreen mode
EXPORT <f> <n> <s> <d> . - Saves the displayed page as an image, <f> is
format (PNG or JPEG), <n> is image width, <s> is
to enable sharpening (0 or 1), <d> is a destination
directory
EXPORTALL <f> <n> <s> <d> - Saves all pages as images, <f> is format (PNG or
JPEG), <n> is image width, <s> is to enable
sharpening (0 or 1), <d> is a destination directory
RESIZE <ON|OFF> . . . . . - Sets the "Resize automatically" setting
PRELOAD <ON|OFF> . . . . - Sets the "Preload next page" setting
RECENT <ON|OFF> . . . . . - Sets the "Remember recent files" setting
FLUSH <ON|OFF> . . . . . - Sets the "Flush Polybios.ext" setting
ZOOM <n> . . . . . . . . - Sets the "Zoom level" setting, <n> is 2, 3, or 4
ZOOMKEY <key> . . . . . . - Sets the "Zoom key", <key> is SHIFT, CONTROL, or
ALT
ROTATE <n> . . . . . . . - Sets the "Rotate" setting, <n> is -90, 0, 90, or
180
ICONIFY . . . . . . . . . - Iconifies the program
UNICONIFY . . . . . . . . - Un-iconifies the program
TOGGLEICONIFY . . . . . . - Toggles the iconify state
QUIT . . . . . . . . . . - Quits the program
HELP . . . . . . . . . . - Returns a list of the supported commands
GET <FILE|PAGE|PAGES> . . - Returns the requested value
Example (MorphOS only):
RXCmd RNOPDF.1 "GET PAGE"
Example (all Amiga compatibles):
RX "ADDRESS RNOPDF.1;GET PAGE"
HISTORY
-------
Version 1.6:
- Fixed the search requester behaviour
- Fixed a window positioning issue on OS3 versions
- Better OpenURL implementation
- Added a French catalog (thanks Yannick!)
- Added a German catalog (thanks Stefan!)
- Made the source code a bit more readable
Version 1.5:
- Added the JPEG support for exporting
- Exporting can be aborted with the Esc key
- More options when exporting via ARexx
- Added "Search next" and "Search previous" options
- More complete localisation support
- Added an Italian catalog (thanks Luca!)
- Older versions of reqtools.library work too (v38)
- Added window resizing options in the Control menu
Version 1.4:
- Exported images can be sharpened
- Improved exporting to custom sizes
- Added the WINSIZE tooltype/argument
- Localisation support
- Fixed pathless file arguments
- Other small fixes
Version 1.3:
- Added search functionality
- Supports links in documents
- Supports bookmarks in documents
- Added text exporting options
- Can open password protected files
- Can display documents' meta-data and other information
- Can flush Polybios.ext from memory at exit on Amiga compatibles
- Added fullscreen mode
- Improved compatibility with PDF files, due to endianness fixes in Polybios
- Logo remains visible if the program fails to load a PDF file
- "Jump back" option to swap between the current and a previously viewed page
Version 1.2:
- Added rotate options
- Pages can be exported to custom resolutions
Version 1.1:
- Accepts a file argument and can be used as a default tool in project icons
WEB
---
- Please visit https://jpv.amigaaa.com/ for screenshots, support, donations,
and other software I created
- This program is made with Hollywood: https://www.hollywood-mal.com/
THANKS TO
---------
- Densho/RNO for the logo
- Neil Pearson for proof-reading and testing
DISCLAIMER
----------
This software is made available to you as Freeware and you may use this
software in whatever way you wish, but the author accepts no liability for
any damage caused to your system or other connected peripherals by using
this software.
Please consider the time and effort I put in to create this utility for your
use and enjoyment. If you feel it is useful to you, please send a donation
that represents the benefit you gain from using it to me at the address found
in this ReadMe.txt file (Uploader) or click the Donate button at
https://jpv.amigaaa.com/
PERMISSION UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME ---------- ----------- ------- ------- ------ ---------- ------------ ---------- [generic] 20 20 100.0% -lh0- 30ac Sep 1 2021 RNOPDF/Catalogs.info [generic] 20 20 100.0% -lh0- 30ac Sep 1 2021 RNOPDF/Catalogs/finnish.info [generic] 1481 3063 48.4% -lh5- cde3 Jun 4 13:54 RNOPDF/Catalogs/finnish/RNOPDF.catalog [generic] 20 20 100.0% -lh0- 30ac Jun 13 06:50 RNOPDF/Catalogs/french.info [generic] 1563 3548 44.1% -lh5- 3cda Jun 13 06:40 RNOPDF/Catalogs/french/RNOPDF.catalog [generic] 20 20 100.0% -lh0- 30ac Jun 16 18:20 RNOPDF/Catalogs/german.info [generic] 1515 3209 47.2% -lh5- 93c4 Jun 16 18:19 RNOPDF/Catalogs/german/RNOPDF.catalog [generic] 20 20 100.0% -lh0- 30ac May 19 16:22 RNOPDF/Catalogs/italian.info [generic] 1472 3196 46.1% -lh5- 24f0 Jun 4 16:37 RNOPDF/Catalogs/italian/RNOPDF.catalog [generic] 20 20 100.0% -lh0- 30ac Sep 1 2021 RNOPDF/Catalogs/polish.info [generic] 3199968 6479736 49.4% -lh5- 9b67 Dec 5 2020 RNOPDF/polybios.ext [generic] 533954 832036 64.2% -lh5- f75f Dec 5 2020 RNOPDF/polybios.hwp [generic] 3439 9132 37.7% -lh5- 58f2 Jul 17 17:04 RNOPDF/ReadMe.txt [generic] 1571349 3084976 50.9% -lh5- 8847 Jul 11 18:35 rnopdf/rnopdf [generic] 1559 3191 48.9% -lh5- e7b4 Jun 4 16:36 RNOPDF/Catalogs/polish/RNOPDF.catalog [generic] 5592 5592 100.0% -lh0- b7d3 Nov 2 2018 RNOPDF/RNOPDF.info [generic] 839 839 100.0% -lh0- aa66 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf16.png [generic] 1539 1539 100.0% -lh0- 78a5 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf24.png [generic] 2207 2207 100.0% -lh0- 1f12 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf32.png [generic] 3908 3908 100.0% -lh0- 30a9 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf48.png [generic] 5496 5496 100.0% -lh0- 9bfe Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf64.png [generic] 9874 9874 100.0% -lh0- 4af4 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf96.png [generic] 14707 14707 100.0% -lh0- 1493 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf128.png [generic] 46777 46777 100.0% -lh0- 958a Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf256.png [generic] 162491 162491 100.0% -lh0- 8ad1 Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf512.png [generic] 13896 50653 27.4% -lh5- 0701 Jul 11 18:35 RNOPDF/Source_code/RNOPDF.hws [generic] 20 20 100.0% -lh0- 30ac Oct 24 2018 RNOPDF.info [generic] 54 54 100.0% -lh0- 7bbb Oct 24 2018 RNOPDF/ReadMe.txt.info [generic] 933 1272 73.3% -lh5- fbb6 Jun 23 2019 RNOPDF/Source_code/bin/killext [generic] 373215 373215 100.0% -lh0- a52e Nov 2 2018 RNOPDF/Source_code/gfx/rnopdf1024.png ---------- ----------- ------- ------- ------ ---------- ------------ ---------- Total 30 files 5957968 11100851 53.7% Jul 17 22:26
Aminet © 1992-2022 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>