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
PDFMOM(1)						      General Commands Manual							 PDFMOM(1)

NAME
pdfmom - Produce PDF documents using the mom macro set SYNOPSIS
pdfmom [-Tps [pdfroff options]] [groff options] files ... pdfmom [-Tpdf] [groff options] files ... DESCRIPTION
pdfmom is a wrapper around groff that facilitates the production of PDF documents from files formatted with the mom macros. pdfmom prints to stdout, so output must be redirected to a destination file. The size of the final PDF can be reduced by piping the output through ps2pdf. If called with the -Tpdf option (which is the default), pdfmom processes files using groff's native PDF driver, gropdf. If -Tps is given, processing is passed over to pdfroff, which uses groff's PostScript driver. In either case, multiple runs of the source file are peformed in order to satisfy any forward references in the document. pdfmom accepts all the same options as groff. If -Tps is given, the options associated with pdfroff are accepted as well. Please note that when pdfmom calls pdfroff, the -mpdfmark -mom --no-toc options are implied and should not be given on the command line. Equally, it is not necessary to supply the -mom or -m mom options when -Tps is absent. PDF integration with the mom macros is discussed in full in the PDF manual, Producing PDFs with groff and mom. BUGS
pdfmom sometimes issues warnings of the type ...: can't transparently output node at top level This is more of an annoyance than a bug, and may safely be ignored. SEE ALSO
groff(1), pdfroff(1), ps2pdf(1) Groff Version 1.22.2 7 February 2013 PDFMOM(1)