AZ logo

CTAN directory: /macros/latex/contrib/pdfx

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

Packages in this directory:

Identifier Caption
pdfx PDF/X-1a and PDF/A-1b support for pdfTeX.

Subdirectories

Name Notes
src/

Files

Name Size* Date UTC Notes
README 1 KiB 2008-Dec-10 Shown below
glyphtounicode-cmr.tex 5 KiB 2008-Dec-10
manifest.txt 1 KiB 2008-Dec-10
pdfa-1b.xmp 4 KiB 2009-May-04
pdfx-1a.xmp 3 KiB 2009-May-04
pdfx.pdf 132 KiB 2008-Dec-10
pdfx.sty 6 KiB 2008-Dec-10
small2e.pdf 54 KiB 2008-Dec-10
small2e.tex 2 KiB 2008-Dec-10
small2e.xmpdata 166 bytes 2008-Dec-10

  *File sizes in kibibytes.

Contents of README

Readme for pdfx package (pdfx.sty)

pdfx.sty is a LaTeX package which helps to create PDF/X-1a and
PFD/A-1b compliant pdf documents with pdfTeX.

Installation:

Create a directory $TEXMF/tex/latex/pdfx and copy pdfx.sty, *.xmp,
glyphtounicode-cmr.tex to this directory.  Update the file database 
of your TeX system.

Documentation:

Composite documentation and code is available in src/pdfx.dtx. Run
TeX/LaTeX on pdfx.ins to extract pdfx.sty from pdfx.dtx.  If you
[pdf]LaTeX pdfx.dtx, you will get pdfx.pdf which is the human readable
documentation.

A Makefile is provided in the src directory. Following steps will
create the documentation GNU/Linux or similar operating system:

 make pdf
 make out
 make index
 make changes
 make pdf

'make out' is for manipulating the bookmarks file to create QUICK
LINKS in the pdf document.

Licence:

The package is released under LaTeX Project Public Licence.

Authors:

CV Radhakrishnan <cvr@river-valley.org> and 
Han The Thanh <thanh@river-valley.org>