mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-14 14:09:14 +00:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>tex@gentoo.org</email>
|
|
<name>Gentoo TeX Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="extra">Install unsupported wrapper scripts, for example pdf90, pdfnup, pdfjoin</flag>
|
|
</use>
|
|
<longdescription>
|
|
The pdfjam is a shell script providing a simple interface to much of
|
|
the functionality of the excellent pdfpages package (by Andreas
|
|
Matthias) for LaTeX.
|
|
|
|
It takes one or more PDF files (and/or JPG/PNG graphics files) as input,
|
|
and produces one or more PDF files as output. It is useful for joining
|
|
files together, selecting pages, reducing several source pages onto one
|
|
output page.
|
|
However, it does not preserve hyperlinks.
|
|
|
|
If you don't like this package upstream recommends:
|
|
- <pkg>app-text/pdftk</pkg> (Java based)
|
|
- PDFsam (Java based)
|
|
- PSPDFUtils (Python based, supports PostScript)
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">pdfjam/pdfjam</remote-id>
|
|
<bugs-to>https://github.com/pdfjam/pdfjam/issues</bugs-to>
|
|
<changelog>https://github.com/pdfjam/pdfjam/releases</changelog>
|
|
</upstream>
|
|
<stabilize-allarches/>
|
|
</pkgmetadata>
|