AZ logo

CTAN directory: /support/png2pdf

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
png2pdf PNG to PDF converter

Subdirectories

Name Notes
DOCU/
Java/
man/
pod/
share/

Files

Name Size* Date UTC Notes
Makefile.in 2 KiB 2006-Jul-18
README 3 KiB 2006-Jul-18 Shown below
bsdlic.txt 1 KiB 2005-Mar-22
config.h.in 2 KiB 2005-Mar-22
configure 237 KiB 2006-Jul-18
configure.in 2 KiB 2006-Jul-04
diff.ouzt 13 KiB 2006-Jul-04
makefile.msc 4 KiB 2005-Feb-17
png2pdf-gui.in 161 bytes 2006-Jul-04
png2pdf.c 53 KiB 2006-Jul-18
png2pdf.ctr 54 KiB 2006-Jul-18
png2pdf.h 5 KiB 2006-Jul-18
png2pdf.jar 181 KiB 2006-Jul-05
png2pdf.str 4 KiB 2006-Jul-18
png2pdfm.c 14 KiB 2006-Jul-18
png2pdfm.ctr 16 KiB 2006-Jul-18
prep-dist.sh 243 bytes 2006-Jul-04
sources.lst 93 bytes 2006-Jul-04

  *File sizes in kibibytes.

Contents of README

CONTENTS
========
1. Purpose of the package
2. Installation (Unix/Linux, Windows)
3. Recent sources and documentation
4. Developer information
5. Contact



1. Purpose of the package
=========================
This package contains the png2pdf program. This program converts PNG
images to PDF files. It can use the PNG alpha channel to mix against
a background (either from the PNG file's background chunk or user
specified) and/or to create an image mask or PDF alpha channel.

This software is released under a BSD-style license.
See the file bsdlic.txt for details.



2. Installation
===============

2.1 Installation on Unix/Linux
------------------------------

2.1.1 Required libraries
The following libraries are required to install png2pdf:
- zlib    (required)
  http://www.gzip.org/zlib
- bzip2   (recommended)
  http://sources.redhat.com/bzip2/
- libpng  (required)
  http://www.libpng.org/pub/png/libpng.html
- dklibs  (required)
  http://sourceforge.net/projects/dklibs
Note: If you use package management software to install these libraries
make sure the developer support (C header files...) is installed too.
Some package managers use separated packages (xxx-dev) to provide
developer support for libraries.

2.1.2 Installation procedure
After unpacking the png2pdf source the usual
  ./configure
  make
  make install
procedure should work.

2.2 Installation on Windows
---------------------------
Windows users are encourage to use the setup executables from
http://sourceforge.net/projects/dklibs in the
dklibs-win32 package. The *user*.exe file installs the programs
and the documentataion, the *dev*.exe file also installs the
sources for all the programs and all the libraries needed to
build the programs.


3. Recent sources and documentation
===================================
The project is hosted on SourceForge, see
  http://png2pdf.sourceforge.net
and
  http://sourceforge.net/projects/png2pdf
for the most recent sources and documentation.



4. Developer Information
========================

For each module you find 2 source files: *.ctr and *.c.
The *.c file is created from the *.ctr file by running tracecc.
If you want to apply changes to the source, do it in the *.ctr
file.



5. Contact
==========
You can contact me using the contact form
http://www.fh-schmalkalden.de/url.php?/page/1026/select_wert/3023 on
our faculty's web server.
Please use "png2pdf bug" or "png2pdf suggestion" in the subject.

The bugtracking and feature mechanisms on the SourceForge
web site http://sourceforge.net/projects/png2pdf can also be used,
I check them approximately once per month.

Dirk Krause
2005-02-15