gscan2pdf 0.9.27 (Default branch)


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

Image gscan2pdf is a GUI to ease the process of producing PDFs from scanned documents. You scan in one or several pages and create a PDF of selected pages. Scanning is handled with SANE via scanimage. PDF conversion is done by PDF::API2. Perl is used for portability and ease of programming, with gtk2-perl for the GUI. License: GNU General Public License v3 Changes:
This release corrects logic for auto-rotating manual double-sided scans. It has a properties dialog to show and change the resolution of the image. It can write images including resolution information, guess the resolution of PNMs from the shape of an image, and convert PNMs to TIFF before giving them to the GIMP. It stops the thumbnail panel from being resized by main window. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GROFF_MOM(7)						 Miscellaneous Information Manual					      GROFF_MOM(7)

NAME
groff_mom - groff `mom' macros SYNOPSIS
pdfmom [-Tps [pdfroff options]] [groff options] files ... groff [-mom] files ... groff [-m mom] files ... DESCRIPTION
mom is a macro set for groff, designed primarily to format documents for PDF and PostScript output. mom provides two categories of macros: macros for typesetting, and macros for document processing. The typesetting macros provide access to groff's typesetting capabilities in ways that are simpler to master than groff's primitives. The document processing macros provide highly customizable markup tags that allow the user to design and output professional-looking documents with a minimum of typesetting intervention. Files processed with pdfmom (man(1) pdfmom), with or without the -Tps option, produce PDF documents. The documents include a PDF outline that appears in the 'Contents' panel of document viewers, and may contain clickable internal and external links. When -Tps is absent, groff's native PDF driver, gropdf, is used to generate the output. When given, the output is still PDF, but process- ing is passed over to pdfroff, which uses groff's PostScript driver, grops. Not all PDF features are available when -Tps is given; its primary use is to allow processing of files with embedded PostScript images. Files processed with groff -mom (or -m mom ) produce PostScript output by default. mom comes with her own very complete documentation in HTML format. A separate PDF manual, Producing PDFs with groff and mom, covers full mom/PDF usage. FILES
om.tmac - the main macro file mom.tmac - a wrapper file that calls om.tmac directly. </usr/share/doc/groff-1.22.2/html/mom/toc.html> - entry point to the HTML documentation /usr/share/doc/groff-1.22.2/pdf/mom-pdf.pdf - the PDF manual, Producing PDFs with groff and mom /usr/share/doc/groff-1.22.2/examples/mom/*.mom - example files using mom AUTHOR
mom was written by Peter Schaffter <peter@schaffter.ca>. PDF support was provided by Deri James <deri@chuzzlewit.demon.co.uk>. Please send bug reports to the groff-bug mailing list <bug-groff@gnu.org> or directly to the authors. Groff Version 1.22.2 7 February 2013 GROFF_MOM(7)