Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Big Faceless PDF Library 2.10.6 (Default branch) Post 302257530 by Linux Bot on Wednesday 12th of November 2008 11:20:02 AM
Old 11-12-2008
Big Faceless PDF Library 2.10.6 (Default branch)

Image The Big Faceless PDF Library is a Java class library for creating PDF documents. The Extended Edition offers the ability to create and edit AcroForms, PDF's answer to the HTML form. Like HTML forms, PDF forms can contain text boxes, radio buttons, and can call JavaScript functions. The Extended Edition also includes a PDF reader for importing and editing, along with FDF support, verification for digital signatures and text extraction. Both variations offer full Unicode support, encryption, embedded TrueType and Type1 fonts, barcodes, hyperlinks, and spot and calibrated color. License: Other/Proprietary License with Free Trial Changes:
Signing PDFs rendered with Compressed XRef tables was fixed. Loading Compressed XRef PDFs with stream Length contained in an ObjStm was fixed. A bug in PDFFont.getTextBottom(), added in 2.10.4, was fixed. Handling of RadioButtons with "Opts" array was fixed by correcting WidgetAnnotation and FormRadioButton.getValue() and adding WidgetAnnotation.set/isSelected(). JavaScript was rewritten again. PDFs with invalid odd-length Named Action trees are handled. Image

Image

More...
 
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)
All times are GMT -4. The time now is 11:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy