Paperbox 0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Paperbox 0.3 (Default branch)
# 1  
Old 06-19-2008
Paperbox 0.3 (Default branch)

Image Paperbox is a document browser. It lets you nicely view your ebooks, office and text documents and organize them by tags. Relying on Tracker, it is able to instantly discover all documents on your desktop and present them in a convenient way. Tags and other metadata are shared across all Tracker-based applications. License: GNU General Public License v2 Changes:
This release has autocompletion of tags in the input dialog. The main window state is stored in a configuration file. A darker font colour is used for tags in the category editor. There are also some new and updated translations.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PSORDER(1)							   Netatalk 2.2 							PSORDER(1)

NAME
psorder - PostScript pageorder filter SYNOPSIS
psorder [-duf] sourcefile DESCRIPTION
psorder is a filter that re-orders the pages of a PostScript document. The result is written to the standard output. By default, documents are processed into ascending order (the lowest numbered page is printed first). Some PostScript documents specify that the order of their pages should never be changed; the default action of psorder is to follow this specification. If no source file is given, or if sourcefile is `-', psorder reads from the standard input file. OPTIONS
-d Re-order the pages of the document in downward or descending order. This is typically used to change the order of a document to be printed by a printer that stacks pages face-up, such as an Apple LaserWriter or LaserWriter Plus. -u Specifies forward order, and is the default. It is used to try and ensure the correct ordering when a document will be printed by a printer that stacks the pages face-down. -f Force psorder to re-order the pages, even if the document claims that its page order is not to be trifled with. This option should only be used experimentally, as it may cause documents to print incorrectly. SEE ALSO
psf(8), lpr(1). Netatalk 2.2 17 Dec 1991 PSORDER(1)