PoDoFo 0.7.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PoDoFo 0.7.0 (Default branch)
# 1  
Old 12-31-2008
PoDoFo 0.7.0 (Default branch)

PoDoFo is a C++ library to work with the PDF file format. It also includes also a few tools. It includes classes to parse a PDF file, modify its contents in memory, write the changes back to disk, and create new PDF files. The PoDoFo tools are simple tools built around the PoDoFo library. These tools are primarily examples of how to use the PoDoFo library in your own projects, although they offer useful features for working with PDF files. License: GNU Lesser General Public License (LGPL) Changes:
Many improvements to podofoimpose, the PDF imposition tool, most notably support for Lua plan files. Full Unicode support on Windows and Linux. Initial work on font subsetting. Fixes for a few memory leaks, several parsing issues, and countless smaller bugs. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PODOFOIMG2PDF(1)						   podofoimg2pdf						  PODOFOIMG2PDF(1)

NAME
podofoimg2pdf - Convert images to PDF files SYNOPSIS
podofoimg2pdf [output.pdf] [-useimgsize] [image1 image2 image3 ...] DESCRIPTION
podofoimg2pdf is one of the command line tools from the PoDoFo library that provide several useful operations to work with PDF files. This tool will combine any number of images into a single PDF. This is useful for creating a document from scanned images. Large pages will be scaled to fit the page and images smaller than the defined page size will be centered. Supported image formats: JPEG PNG TIFF OPTIONS
-useimgsize Use the image size as page size instead of A4 SEE ALSO
podofobox(1), podofocountpages(1), podofocrop(1), podofoencrypt(1), podofoimgextract(1), podofoincrementalupdates(1), podofoimpose(1), pod- ofomerge(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 PODOFOIMG2PDF(1)