Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

podofoimpose(1) [debian man page]

PODOFOIMPOSE(1) 						   podofoimpose 						   PODOFOIMPOSE(1)

NAME
podofoimpose - A powerful PDF imposition tool SYNOPSIS
podofoimpose Input Output Plan [Interpretor] DESCRIPTION
podofoimpose is one of the command line tools from the PoDoFo library that provide several useful operations to work with PDF files. It can do imposition of the final output according to the specified imposition plan. OPTIONS
Input PDF file or a file which contains a list of PDF file paths. Output Resulting PDF file. Plan Imposition plan file. [Interpretor] Imposition interpretor. It can be "native" (default value) or "lua". SEE ALSO
podofobox(1), podofocountpages(1), podofocrop(1), podofoencrypt(1), podofoimg2pdf(1), podofoimgextract(1), podofomerge(1), podofoincremen- talupdates(1), podofopages(1), podofopdfinfo(1), podofotxt2pdf(1), podofotxtextract(1), podofouncompress(1), podofoxmp(1) AUTHORS
PoDoFo is written by Dominik Seichter <domseichter@web.de> and others. This manual page was written by Oleksandr Moskalenko <malex@debian.org> for the Debian Project (but may be used by others). PoDoFo 2010-12-09 PODOFOIMPOSE(1)

Check Out this Related Man Page

Text::PDF::Filter(3pm)					User Contributed Perl Documentation				    Text::PDF::Filter(3pm)

NAME
PDF::Filter - Abstract superclass for PDF stream filters SYNOPSIS
$f = Text::PDF::Filter->new; $str = $f->outfilt($str, 1); print OUTFILE $str; while (read(INFILE, $dat, 4096)) { $store .= $f->infilt($dat, 0); } $store .= $f->infilt("", 1); DESCRIPTION
A Filter object contains state information for the process of outputting and inputting data through the filter. The precise state informa- tion stored is up to the particular filter and may range from nothing to whole objects created and destroyed. Each filter stores different state information for input and output and thus may handle one input filtering process and one output filter- ing process at the same time. METHODS
Text::PDF::Filter->new Creates a new filter object with empty state information ready for processing data both input and output. $dat = $f->infilt($str, $isend) Filters from output to input the data. Notice that $isend == 0 implies that there is more data to come and so following it $f may contain state information (usually due to the break-off point of $str not being tidy). Subsequent calls will incorporate this stored state informa- tion. $isend == 1 implies that there is no more data to follow. The final state of $f will be that the state information is empty. Error messages are most likely to occur here since if there is required state information to be stored following this data, then that would imply an error in the data. $str = $f->outfilt($dat, $isend) Filter stored data ready for output. Parallels "infilt". NAME
Text::PDF::ASCII85Decode - Ascii85 filter for PDF streams. Inherits from Text::PDF::Filter NAME
Text::PDF::RunLengthDecode - Run Length encoding filter for PDF streams. Inherits from Text::PDF::Filter NAME
Text::PDF::ASCIIHexDecode - Ascii Hex encoding (very inefficient) for PDF streams. Inherits from Text::PDF::Filter perl v5.8.8 2006-09-09 Text::PDF::Filter(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. Solaris

PCL To PDF Converter

Looking for a Unix command / tool that would convert PCL files into PDF files. I've searched the forum and the web and can't find any. Is it even possible? Cheers. (1 Reply)
Discussion started by: KenLynch
1 Replies

2. AIX

Print text between two delimiters

Hi, Can somebody help me with the below situation, Input File, ======== 2007_08_07_IA-0100-014_(MONTHLY).PDF 2007_08_07_IA-0100-031_(QUARTERLY)(RERUN).PDF 2008-02-28_KR-1022-003_(MONTH)(RERUN)(REC1).CSV Required output, ============ MONTHLY QUARTERLY MONTH ... (15 Replies)
Discussion started by: sravicha
15 Replies