pdf2djvu 0.5.0 (Default branch)


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

pdf2djvu creates DjVu files from PDF files. It'sable to extract: graphics, text layer, hyperlinks,document outline (bookmarks), and metadata.License: GNU General Public License v2Changes:
It is now possible to compile pdf2djvu with MinGW. Support for old versions of the libraries was dropped.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
COBERTURA-MERGE(1)					      General Commands Manual						COBERTURA-MERGE(1)

NAME
cobertura-merge -- merge multiple data files into a single data file SYNOPSIS
cobertura-merge [--datafile file] datafile [...] DESCRIPTION
cobertura-merge can be run after your JUnit tests to merge multiple data files into a single data file. OPTIONS
--datafile file Specify the name of the file containing metadata about your classes. This is the "destination" file into which the contents of the other data files will be merged. Default value: "./cobertura.ser". SEE ALSO
junit(1), cobertura-instrument(1), cobertura-report(1), cobertura-check(1). AUTHOR
This manual page was written by Miguel Landaeta <miguel@miguel.cc> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the terms of GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. COBERTURA-MERGE(1)