source: general/graphlib/qpdf.xml@ 7c9ae62

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7c9ae62 was 7c9ae62, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to guile-3.0.5
Update to pipewire-0.3.19
Update to qpdf-10.1.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24093 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY qpdf-download-http "https://github.com/qpdf/qpdf/releases/download/release-qpdf-&qpdf-version;/qpdf-&qpdf-version;.tar.gz">
8 <!ENTITY qpdf-download-ftp " ">
9 <!ENTITY qpdf-md5sum "6d72264ff68a9807418af4d7fc613e95">
10 <!ENTITY qpdf-size "18 MB">
11 <!ENTITY qpdf-buildsize "274 MB (add 44 MB for tests)">
12 <!ENTITY qpdf-time "0.5 SBU (using parallelism=4; add 1.3 SBU for tests)">
13]>
14
15<sect1 id="qpdf" xreflabel="Qpdf-&qpdf-version;">
16 <?dbhtml filename="qpdf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Qpdf-&qpdf-version;</title>
24
25 <indexterm zone="qpdf">
26 <primary sortas="a-Qpdf">Qpdf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Qpdf</title>
31
32 <para>
33 The <application>Qpdf</application> package contains command-line
34 programs and a library that does structural, content-preserving
35 transformations on PDF files.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&qpdf-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&qpdf-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &qpdf-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &qpdf-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &qpdf-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &qpdf-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Qpdf Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libjpeg"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="fop"/>,
84 <xref linkend="gnutls"/>, and
85 <xref linkend="libxslt"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/qpdf"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Qpdf</title>
95
96 <para>
97 Install <application>Qpdf</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr \
102 --disable-static \
103 --docdir=/usr/share/doc/qpdf-&qpdf-version; &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 <!--Three tests are known to fail due to minor differences in
109 expected output.-->
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 fix-qdf, qpdf, and zlib-flate
139 </seg>
140 <seg>
141 libqpdf.so
142 </seg>
143 <seg>
144 /usr/include/qpdf and
145 /usr/share/doc/qpdf-&qpdf-version;
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="fix-qdf">
156 <term><command>fix-qdf</command></term>
157 <listitem>
158 <para>
159 is used to repair PDF files in QDF form after
160 editing.
161 </para>
162 <indexterm zone="qpdf fix-qdf">
163 <primary sortas="b-fix-qdf">fix-qdf</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="qpdf-prog">
169 <term><command>qpdf</command></term>
170 <listitem>
171 <para>
172 is used to convert one PDF file to another equivalent
173 PDF file.
174 </para>
175 <indexterm zone="qpdf qpdf-prog">
176 <primary sortas="b-qpdf">qpdf</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="zlib-flate">
182 <term><command>zlib-flate</command></term>
183 <listitem>
184 <para>
185 is a raw zlib compression program.
186 </para>
187 <indexterm zone="qpdf zlib-flate">
188 <primary sortas="b-qpdf">zlib-flate</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="libqpdf">
194 <term><filename class="libraryfile">libqpdf.so</filename></term>
195 <listitem>
196 <para>
197 contains the <application>Qpdf</application> API functions.
198 </para>
199 <indexterm zone="qpdf libqpdf">
200 <primary sortas="c-libqpdf">libqpdf.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.