Network PDF Server YAFPC-Appliance 5.03 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Network PDF Server YAFPC-Appliance 5.03 (Default branch)
# 1  
Old 01-29-2008
Network PDF Server YAFPC-Appliance 5.03 (Default branch)

ImageYAFPC-Appliance is a browser based management frontend for the PDF composer/printer/Mailer YAFPC. It comes with the General-Purpose Appliance System on a bootable CD in combination with an easy to use installation script. Once installed, any PC booted from this CD image can act as a PDF print server that provides an unlimited number of network shared virtual PDF printers. The system requirements are low; any older PC can be used. System configuration can be done via a Web browser from any workstation in the network. Virtual shared printers can be configured to apply letterheads, watermarks, cover pages, and appendixes to all printed documents. After printing, a document is sent to its owner by mail, can be accessed in a shared folder on the server, or can be stored in a shared network folder on some other machine.License: SharewareChanges:
A system crash which occurred when accessed by alarge number of users (over 100) at the same timewas fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
pdfseparate(1)						      General Commands Manual						    pdfseparate(1)

NAME
pdfseparate - Portable Document Format (PDF) page extractor SYNOPSIS
pdfseparate [options] PDF-file PDF-page-pattern DESCRIPTION
pdfseparate extract single pages from a Portable Document Format (PDF). pdfseparate reads the PDF file PDF-file, extracts one or more pages, and writes one PDF file for each page to PDF-page-pattern, PDF-page- pattern should contain %d. %d is replaced by the page number. The PDF-file should not be encrypted. OPTIONS
-f number Specifies the first page to extract. If -f is omitted, extraction starts with page 1. -l number Specifies the last page to extract. If -l is omitted, extraction ends with the last page. -v Print copyright and version information. -h Print usage information. (-help and --help are equivalent.) EXAMPLE
pdfseparate sample.pdf sample-%d.pdf extracts all pages from sample.pdf, if i.e. sample.pdf has 3 pages, it produces sample-1.pdf, sample-2.pdf, sample-3.pdf AUTHOR
The pdfseparate software and documentation are copyright 1996-2004 Glyph & Cog, LLC and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org SEE ALSO
pdfunite(1), 15 September 2011 pdfseparate(1)