File: control

package info (click to toggle)
pdfposter 0.7.post1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 400 kB
  • sloc: python: 521; makefile: 23
file content (38 lines) | stat: -rw-r--r-- 1,434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: pdfposter
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Elena Grandi <valhalla@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python
Build-Depends-Indep:
 python3-all,
 python3-setuptools,
 python3-docutils,
 python3-pypdf2,
 python3-reportlab,
 python3-sphinx
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/python-team/applications/pdfposter.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/pdfposter
Homepage: http://pythonhosted.org/pdftools.pdfposter/

Package: pdfposter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-pypdf2,
 python3-pkg-resources,
 libjs-jquery,
 libjs-underscore
Description: scale and tile PDF images/pages to print on multiple pages
 Pdfposter can be used to create a large poster by building it from
 multiple pages and/or printing it on large media. It expects as input a
 PDF file, normally printing on a single page. The output is again a
 PDF file, maybe containing multiple pages together building the
 poster. The input page will be scaled to obtain the desired size.
 .
 This is much like poster does for Postscript files, but working with PDF.
 Since sometimes poster does not like your files converted from PDF. :-)
 Indeed pdfposter was inspired by poster.  For more information please refer
 to the manpage or visit the project homepage