💾 Archived View for cugi.ie › aminet › 1658096785.gmi captured on 2023-05-24 at 19:07:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Compact PDF viewer

   Author:       jPV^RNO
   Uploader:     jpv morphos-user com (jPV^RNO)
   Type:         gfx/show
   Version:      1.6
   Architecture: ppc-amigaos
   Date:         2022-07-17
   Readme:       http://aminet.net/gfx/show/RNOPDF_OS4.readme
   Downloads:    992

http://aminet.net/gfx/show/RNOPDF_OS4.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/

Contents of gfx/show/RNOPDF_OS4.lha

PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]                 1481    3063  48.4% -lh5- cde3 Jun  4 13:54 RNOPDF_OS4/Catalogs/finnish/RNOPDF.catalog
[generic]                 1563    3548  44.1% -lh5- 3cda Jun 13 06:40 RNOPDF_OS4/Catalogs/french/RNOPDF.catalog
[generic]                 1515    3209  47.2% -lh5- 93c4 Jun 16 18:19 RNOPDF_OS4/Catalogs/german/RNOPDF.catalog
[generic]                 1472    3196  46.1% -lh5- 24f0 Jun  4 16:37 RNOPDF_OS4/Catalogs/italian/RNOPDF.catalog
[generic]                 1559    3191  48.9% -lh5- e7b4 Jun  4 16:36 RNOPDF_OS4/Catalogs/polish/RNOPDF.catalog
[generic]                 5592    5592 100.0% -lh0- b7d3 Nov  2  2018 RNOPDF_OS4/PNG-icon/RNOPDF.info
[generic]              3522573 7053536  49.9% -lh5- ce52 Dec  5  2020 RNOPDF_OS4/polybios.ext
[generic]               674418 1111112  60.7% -lh5- 9570 Dec  5  2020 RNOPDF_OS4/polybios.hwp
[generic]                 3442    9132  37.7% -lh5- d786 Jul 17 17:28 RNOPDF_OS4/ReadMe.txt
[generic]                 3126    5092  61.4% -lh5- 8a46 Apr  7  2017 RNOPDF_OS4/ReadMe.txt.info
[generic]              1914010 3929396  48.7% -lh5- 44a1 Jul 11 18:36 rnopdf_os4/rnopdf
[generic]                  806    1086  74.2% -lh5- d89f Nov  2  2018 RNOPDF_OS4/RNOPDF.info
[generic]                  839     839 100.0% -lh0- aa66 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf16.png
[generic]                 1539    1539 100.0% -lh0- 78a5 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf24.png
[generic]                 2207    2207 100.0% -lh0- 1f12 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf32.png
[generic]                 3908    3908 100.0% -lh0- 30a9 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf48.png
[generic]                 9874    9874 100.0% -lh0- 4af4 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf96.png
[generic]                14707   14707 100.0% -lh0- 1493 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf128.png
[generic]                46777   46777 100.0% -lh0- 958a Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf256.png
[generic]               162491  162491 100.0% -lh0- 8ad1 Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf512.png
[generic]               373215  373215 100.0% -lh0- a52e Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf1024.png
[generic]                13896   50653  27.4% -lh5- 0701 Jul 11 18:35 RNOPDF_OS4/Source_code/RNOPDF.hws
[generic]                 9539   11420  83.5% -lh5- fbf8 Apr  7  2017 RNOPDF_OS4.info
[generic]                 9539   11420  83.5% -lh5- fbf8 Aug  5  2019 RNOPDF_OS4/PNG-icon.info
[generic]                  933    1272  73.3% -lh5- fbb6 Jul  2  2019 RNOPDF_OS4/Source_code/bin/killext
[generic]                 5496    5496 100.0% -lh0- 9bfe Nov  2  2018 RNOPDF_OS4/Source_code/gfx/rnopdf64.png
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total        26 files 6786517 12826971  52.9%            Jul 17 22:26

Aminet © 1992-2022 Urban Müller and the Aminet team. Aminet contact address: <aminet aminet net>