Djview4 For Mac



See full list on cisdem.com. Djview4: 26: Installs on Request (30 days) djview4: 26: Build Errors (30 days) djview4: 0: Installs (90 days) djview4: 100: Installs on Request (90 days) djview4: 95: Installs (365 days) djview4: 504: Installs on Request (365 days) djview4: 487.

About the App

  • App name: netpbm
  • App description: Image manipulation
  • App website: Not Available

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
    and press enter/return key.
    If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
  3. Run:
    brew install netpbm

Done! You can now use netpbm.

Similar Software for Mac

Name

djview4 - Standalone DjVu viewer

Synopsis

djview4 [options] [argument]

Description

Standalone viewer for DjVu files. Features include navigating documents, zooming and panningpage images, producing and displaying thumbnails, displaying document outlines, searching documents for particular words in the hidden text layer, copyinghidden text to the clipboard, saving pages and documents as bundled or indirect multi-page files, and printing page and documents. The viewer cansimultaneously display several pages using a side-by-side or a continuous layout.

Command Line Argument and Options

This program can run as a standalone program or as a slave process forthe DjVu browser plugin nsdejavu. When running as a standalone program, the command line argument argument can be:
URL of the form:
file:///path/name.djvu[?djvuopts&keyword=value&...]
The square brackets delimit the optional components of the
URL. Various options can be specified using a syntax similar to that of CGI arguments. Specifying options inthis manner is very useful for a browser plugin because there are no command line arguments. In the case of a standalone viewer, all options can be specifiedas command line arguments.
*
An remote DjVu document URL of the form:
http://host/path/name.djvu[?djvuopts&keyword=value&...]
Browsing remote DjVu documents with the standalone viewer
is less efficient than using the browser plugin. The standalone viewer does not benefit from the browser caching strategies and proxy settings. Proxysettings for the standalone viewer can be set independently with the preferences dialog.

An extensive list of options are recognized. Most options can be specified as command line argument starting with the customary dash character (-) orusing the syntax of CGI arguments in the document URL. Some options however are only meaningful as command linearguments. Other options are only recognized when running the X11 version of the djview4 program.

Command Line Options

The following options are only meaningful when specified on the command line.
X11 version ofthe djview4 program. Unlike most djview4 options, X11 options that demand an argument do not use the equal character to introduce their argument.
URL using a syntax similar to that of CGI arguments
CGI arguments from these options, the viewer only recognizes keywords that appear after the worddjvuopts. The keywords key are derived from the option names by removing the initial dashes.

-page=pagename
Display a specific document page. The viewer first searches a page whose identifier matches the argument pagename. Otherwise, if pagename isa number preceded by character + or -, the viewer performs a displacement relative to the current page. Otherwise, starting from the current pageand wrapping around, it searches for a page whose title matches the argument pagename. Otherwise, if pagename is numerical, it is interpreted asan ordinal page number. Otherwise, and finally, the viewer searches a page whose name matches pagename.
-pageno=pagenumber
The page searching algorithm for option page can cause ambiguities when page titles can be interpreted as numbers. The argument of optionpageno is always interpreted as an ordinal page number. This option is less portable than page because it is not recognized by earlier versionsof the djvu plugin. When using this option is necessary, it is advisable to use both the page and pageno options.
-zoom=zoomfactor
Specify the initial zoom factor. Unless the toolbar, pop-up menu and keyboard are disabled, the user will be able to change the zoom factor. Legal valuesfor zoomfactor are shown in the below:
numberMagnification factor in range 10% to 999%.
one2oneSelect the 'one-to-one' mode.
widthSelect the 'fit width' mode.
pageSelect the 'fit page' mode.
stretchStretch the image to the plugin window size.
-showposition=px,py
Specify a point in the current page that should be as close as possible to the center of the window. The horizontal and vertical positionspx,py in the current page are given as fractions in range 0 to 1. For instance, 0,0 designates the upper left corner of the page,0.5,0.5 is the center, and 1,1 is the lower right corner.
-mode=modespec
Specify the initial display mode. Unless the toolbar and pop-up menu are disabled, the user will be able to change it. Legal values for modespec areshown in the below:
colorDisplay the color image.
bwDisplay the foreground mask only.
foreDisplay the foreground only.
backDisplay the background only.
textOverlay the hidden text over the color image.
-hor_align=keyword, -halign=keyword
Specify the horizontal position of the page in the viewer window. (This does not specify what part of the page will be shown, but rather how margins willbe laid out around the page in the plugin window.) Argument keyword must be left, center, or right.
-ver_align=keyword, -valign=keyword
Specify the vertical position of the page in the viewer window. (This does not specify what part of the page will be shown, but rather how margins will belaid out around the page in the plugin window.) Argument keyword must be top, center, or bottom.
-cache=(yes|no)
Enable or disable the caching of fully decoded pages of the document. Caching is on by default. Caching of documents whose URL doesnot contain an extension .djvu or .djv is off by default.
-continuous=(yes|no)
Enable or disable the continuous layout of multipage documents.
-sidebyside=(yes|no), -side_by_side=(yes|no)
Enable or disable the side-by-side layout of multipage documents.
-coverpage=(yes|no)
Specify whether the cover page must be displayed alone when multipage documents are shown in side-by-side layout.
-righttoleft=(yes|no)
Specify whether pages should be arranged right-to-left when multipage documents are shown in side-by-side layout.
-layout=keyword{,keyword}
Specify the layout settings using a single list of comma-separated keywords. The following keywords are recognized:
singleDisable both the side-by-side and continuous modes
doubleEnable the side-by-side mode.
continuousEnable the continuous mode.
cover, nocoverSpecify whether the cover page should be left alone.
ltor, rtolSpecify the left-to-right or right-to-left layout.
gap, nogapSpecify whether there is a gap between pages.
-scrollbars=(yes|no)
Enable or disable the presence of scroll bars when the full image size exceeds the plugin window size. The default is yes.
-frame=(yes|no)
Enable or disable the display of a thin frame and shadow around the DjVu images. Frames are enabled by default.
-background=color
Specify the color of the background border displayed around the document. The color color must be given in hexadecimal RRGGBBor #RRGGBB format.
-toolbar=keyword{(,|+|-)keyword}
Controls the appearance and the contents of the toolbar. The argument of option toolbar is composed of a number of keywords separated by characterscomma, plus or minus. The appearance of the toolbar is controlled by keywords placed before the first occurrence of a character plus or minus. The followingkeywords are recognized in this context:
noDisable toolbar.
alwaysDisplays the toolbar.
autoEnable toolbar 'autohide' mode (not implemented).
topPlace toolbar along the top edge.
bottomPlace toolbar along the bottom edge.
The contents of the toolbar is controlled by keywords
placed after the first occurrence of a character plus or minus. Each keyword adds (after a plus) or removes (after a minus) a particular toolbar button orgroup of buttons. The initial content of the toolbar is determined by the first occurrence of a character plus or minus. When this is a plus, the toolbar isinitially empty. When this is a minus, the toolbar initially contains the default selection of buttons.

The following keywords are recognized:

modecombofor the display mode selection tool.
zoomcombofor the zoom selection tool.
zoomfor the zoom buttons.
selectfor the selection button.
rotatefor the image rotation buttons.
findfor the text search button.
newfor the new window button.
openfor the open new document button.
savefor the save button.
printfor the print button.
layoutfor the page layout buttons.
pagecombofor the page selection tool.
firstlastfor the first-page and last-page buttons.
prevnextfor the previous- and next-page buttons.

For the sake of backward compatibility, the keywords fore, fore_button, back, back_button, bw, bw_button,color, and color_button are interpreted like keyword modecombo; the keyword rescombo is a synonym of zoomcombo; the keywordspan, zoomsel, and textsel are interpreted like keyword select; and the keyword doublepage is interpreted like keywordlayout. All other keywords are ignored.

-menubar=(yes|no)
Enable or disable the presence of the menu bar located on top of the window.
-statusbar=(yes|no)
Enable or disable the presence of the status bar located at the bottom of the window.
-sidebar=keyword{,keyword}
Control the dockable panels. The argument is a comma separated list of keywords. A first group of keywords selects which panels are affected. Omittingthese keywords selects all panels. A second group of keywords then controls the visibility and the position of the selected panels.
thumbnailsspecify the thumbnail panel.
outline,bookmarksspecify the outline panel.
search,findspecify the search panel.
yes,trueshow the specified panels (default).
no,falsehide the specified panels.
leftdock specified panels on the left side.
rightdock specified panels on the right side.
topdock specified panels on the top side.
bottomdock specified panels on the bottom side.
-thumbnails=keyword{,keyword}
Compatibility alias for -sidebar=thumbnails,keyword{,keyword}.
-outline=keyword{,keyword}
Compatibility alias for -sidebar=outline,keyword{,keyword}.
-menu=(yes|no)
Enable or disable the pop-up menu.
-keyboard=(yes|no)
Enable or disable the DjVu plugin keyboard shortcuts. The default is yes (enabled).
Djview 4.10
-mouse=(yes|no)
Enable or disable mouse interaction for panning and selecting. The default is yes (enabled).
-links=(yes|no)

Djview4 For Mac Catalina

Enable or disable hyper-links in the DjVu image. Hyper-links are enabled by default.
-highlight=x,y,w,h[,color]
Display a highlighted rectangle at the specified coordinates in the current page and with the specified color. Coordinates x, y, w,and h are measured in document image coordinates (not screen coordinates). The origin is set at the bottom left corner of the image. The colorcolor must be given in hexadecimal RRGGBB or #RRGGBB format. Multiple highlighted zone can be specifiedand can be interspersed with multiple -page=pagename options.
-find=text
Highlight occurrences of the given string text. This option works when the document contains a hidden text layer. It can be used in conjunction with-sidebar=find to display the text searching interface.

String text can be terminated by slash (/) followed by letters specifying search options. The following letters are recognized

cCase-sensitive search.
CCase-insensitive search (default).
wSearch hits start on word boundaries (default).
WIgnore word boundaries.
rRegular expression search.
RString search (default).
-rotate=(0|90|180|270)
Rotate the djvu image by the specified angle expressed in degrees counter-clockwise.
-print=(yes|no)
Enable or disable printing the DjVu document. Printing is enabled by default.
-save=(yes|no)
Enable or disable saving the DjVu document. Saving is enabled by default.
-passive
Cause the DjVu image to be displayed in a manner similar to an ordinary web image. The default zoom factor is changed to page. The toolbar, thestatus bar, the scrollbars, the menus, and the keyboard shortcuts are disabled.
-passivestretch

Djview 4.10

Cause the DjVu image to be displayed in a manner similar to an ordinary web image. The default zoom factor is changed to stretch. The toolbar, thestatus bar, the scrollbars, the menus, and the keyboard shortcuts are disabled.
-nomenu, -notoolbar, -noscrollbars
These options were recognized by some versions of the DjVu viewers and are honored for the sake of backward compatibility. A warning message is printedwhen option -verbose is active.
-logo, -textsel, -search
These options were recognized by some versions of the DjVu viewers but are currently not implemented by djview4. A warning message is printed whenoption -verbose is active.

Usage

Most features can be accessed using the menus, the toolbar, the side bar or the pop-up menu shown when the right mouse button is depressed over a DjVuimage. Detailled help can be accessed by clicking the contextual help icon from the toolbar and then clicking on various section of the djview user interface.

Djview4 For Macbook Air

The following table lists some useful key combinations recognized when the djvu document is active:

KeyAction
SHIFT+F1Activate the contextual help.
1,2, and 3Change zoom to to 100%, 200% and 300%.
Up, Down, Left, RightScroll the image in the given direction.
HomeDisplay top left corner of the image.
EndDisplay bottom right corner of the image.
Control+HomeGo to the beginning of the multi-page document.
Control+EndGo to the end of the multi-page document.
Space, ReturnScroll down or go to next page.
BackspaceScroll up or go to previous page.
Page DownGo to the next page.
Page UpGo to the previous page.
+, -Zoom in and out.
[, ]Rotate image.
WSelect the 'Fit Width' zooming mode.
PSelect the 'Fit Page' zooming mode.
CTRL+F, F3Search the hidden text layer.

Handy effects can be achieved by holding modifier keys. Although these keys are configurable from the preference dialog, the following table lists thedefault assignments

KeyAction
CTRL+SHIFTHold these keys to show the magnification lens.
CTRLHold this key to select an area with the mouse.
SHIFTHold this key to display all hyperlinks.

Credits

This program was written by L'eon Bottou <leonb@users.sf.net> and is distributed under theGNU General Public License. This program includes code derived from program tiff2pdf, written by Ross Finlayson and released under a BSD license.

See Also

djvu(1), ddjvu(1), nsdejavu(1),djview3(1), tiff2pdf(1)