poppler 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +18 -4
- data/lib/2.0/poppler.so +0 -0
- data/lib/2.1/poppler.so +0 -0
- data/lib/2.2/poppler.so +0 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libopenjp2.dll +0 -0
- data/vendor/local/bin/{libpoppler-48.dll → libpoppler-55.dll} +0 -0
- data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
- data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/opj_compress.exe +0 -0
- data/vendor/local/bin/opj_decompress.exe +0 -0
- data/vendor/local/bin/opj_dump.exe +0 -0
- data/vendor/local/bin/pdfdetach.exe +0 -0
- data/vendor/local/bin/pdffonts.exe +0 -0
- data/vendor/local/bin/pdfimages.exe +0 -0
- data/vendor/local/bin/pdfinfo.exe +0 -0
- data/vendor/local/bin/pdfseparate.exe +0 -0
- data/vendor/local/bin/pdftocairo.exe +0 -0
- data/vendor/local/bin/pdftohtml.exe +0 -0
- data/vendor/local/bin/pdftoppm.exe +0 -0
- data/vendor/local/bin/pdftops.exe +0 -0
- data/vendor/local/bin/pdftotext.exe +0 -0
- data/vendor/local/bin/pdfunite.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/openjpeg-2.1/openjpeg.h +1559 -0
- data/vendor/local/include/openjpeg-2.1/opj_config.h +10 -0
- data/vendor/local/include/openjpeg-2.1/opj_stdint.h +52 -0
- data/vendor/local/include/poppler/cpp/poppler-global.h +5 -0
- data/vendor/local/include/poppler/cpp/poppler-version.h +2 -2
- data/vendor/local/include/poppler/glib/poppler-annot.h +2 -0
- data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
- data/vendor/local/include/sqlite3.h +1023 -657
- data/vendor/local/include/sqlite3ext.h +42 -2
- data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libopenjp2.dll.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.la +2 -2
- data/vendor/local/lib/libpoppler-glib.a +0 -0
- data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
- data/vendor/local/lib/libpoppler-glib.la +3 -3
- data/vendor/local/lib/libpoppler.a +0 -0
- data/vendor/local/lib/libpoppler.dll.a +0 -0
- data/vendor/local/lib/libpoppler.la +3 -3
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGConfig.cmake +48 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake +46 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +92 -0
- data/vendor/local/lib/pkgconfig/libopenjp2.pc +14 -0
- data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-cpp.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/share/gir-1.0/Poppler-0.18.gir +23 -2
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +111 -66
- data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html +419 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html +35 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +4 -0
- data/vendor/local/share/gtk-doc/html/poppler/index.html +3 -1
- data/vendor/local/share/gtk-doc/html/poppler/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +3 -0
- data/vendor/local/share/license/openjpeg/AUTHORS +15 -0
- data/vendor/local/share/man/man1/pdftops.1 +18 -1
- data/vendor/local/share/man/man1/pdftotext.1 +4 -0
- data/vendor/local/share/man/man1/sqlite3.1 +45 -38
- metadata +20 -5
@@ -0,0 +1,35 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Poppler Reference Manual: Index of new symbols in 0.33</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="Poppler Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="Poppler Reference Manual">
|
9
|
+
<link rel="prev" href="api-index-0-26.html" title="Index of new symbols in 0.26">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a></span></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="api-index-0-26.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="index">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="api-index-0-33"></a>Index of new symbols in 0.33</h1></div></div></div>
|
25
|
+
<a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
|
26
|
+
<dt>
|
27
|
+
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-set-popup-rectangle" title="poppler_annot_markup_set_popup_rectangle ()">poppler_annot_markup_set_popup_rectangle</a>, function in <a class="link" href="PopplerAnnot.html" title="PopplerAnnot">PopplerAnnot</a>
|
28
|
+
</dt>
|
29
|
+
<dd></dd>
|
30
|
+
</div>
|
31
|
+
<div class="footer">
|
32
|
+
<hr>
|
33
|
+
Generated by GTK-Doc V1.21</div>
|
34
|
+
</body>
|
35
|
+
</html>
|
@@ -346,6 +346,10 @@
|
|
346
346
|
</dt>
|
347
347
|
<dd></dd>
|
348
348
|
<dt>
|
349
|
+
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-set-popup-rectangle" title="poppler_annot_markup_set_popup_rectangle ()">poppler_annot_markup_set_popup_rectangle</a>, function in <a class="link" href="PopplerAnnot.html" title="PopplerAnnot">PopplerAnnot</a>
|
350
|
+
</dt>
|
351
|
+
<dd></dd>
|
352
|
+
<dt>
|
349
353
|
<a class="link" href="PopplerAnnot.html#poppler-annot-movie-get-movie" title="poppler_annot_movie_get_movie ()">poppler_annot_movie_get_movie</a>, function in <a class="link" href="PopplerAnnot.html" title="PopplerAnnot">PopplerAnnot</a>
|
350
354
|
</dt>
|
351
355
|
<dd></dd>
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Poppler Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
for Poppler 0.
|
18
|
+
for Poppler 0.36.0
|
19
19
|
|
20
20
|
</p></div>
|
21
21
|
</div>
|
@@ -75,6 +75,8 @@
|
|
75
75
|
<dt><span class="index"><a href="api-index-0-18.html">Index of new symbols in 0.18</a></span></dt>
|
76
76
|
<dt><span class="index"><a href="api-index-0-20.html">Index of new symbols in 0.20</a></span></dt>
|
77
77
|
<dt><span class="index"><a href="api-index-0-22.html">Index of new symbols in 0.22</a></span></dt>
|
78
|
+
<dt><span class="index"><a href="api-index-0-26.html">Index of new symbols in 0.26</a></span></dt>
|
79
|
+
<dt><span class="index"><a href="api-index-0-33.html">Index of new symbols in 0.33</a></span></dt>
|
78
80
|
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
|
79
81
|
</dl></div>
|
80
82
|
</div>
|
@@ -304,6 +304,7 @@
|
|
304
304
|
<ANCHOR id="poppler-annot-markup-get-popup-is-open" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-popup-is-open">
|
305
305
|
<ANCHOR id="poppler-annot-markup-set-popup-is-open" href="poppler/PopplerAnnot.html#poppler-annot-markup-set-popup-is-open">
|
306
306
|
<ANCHOR id="poppler-annot-markup-get-popup-rectangle" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-popup-rectangle">
|
307
|
+
<ANCHOR id="poppler-annot-markup-set-popup-rectangle" href="poppler/PopplerAnnot.html#poppler-annot-markup-set-popup-rectangle">
|
307
308
|
<ANCHOR id="poppler-annot-markup-get-date" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-date">
|
308
309
|
<ANCHOR id="poppler-annot-markup-get-external-data" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-external-data">
|
309
310
|
<ANCHOR id="poppler-annot-markup-get-reply-to" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-reply-to">
|
@@ -119,7 +119,7 @@ depend but not require a specific poppler version.</p>
|
|
119
119
|
<hr>
|
120
120
|
<div class="refsect2">
|
121
121
|
<a name="POPPLER-MINOR-VERSION:CAPS"></a><h3>POPPLER_MINOR_VERSION</h3>
|
122
|
-
<pre class="programlisting">#define POPPLER_MINOR_VERSION (
|
122
|
+
<pre class="programlisting">#define POPPLER_MINOR_VERSION (36)
|
123
123
|
</pre>
|
124
124
|
<p>The major version number of the poppler header files (e.g. in poppler version
|
125
125
|
0.1.2 this is 1.)</p>
|
@@ -26,6 +26,8 @@
|
|
26
26
|
<sub name="Index of new symbols in 0.18" link="api-index-0-18.html"/>
|
27
27
|
<sub name="Index of new symbols in 0.20" link="api-index-0-20.html"/>
|
28
28
|
<sub name="Index of new symbols in 0.22" link="api-index-0-22.html"/>
|
29
|
+
<sub name="Index of new symbols in 0.26" link="api-index-0-26.html"/>
|
30
|
+
<sub name="Index of new symbols in 0.33" link="api-index-0-33.html"/>
|
29
31
|
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
30
32
|
</chapters>
|
31
33
|
<functions>
|
@@ -279,6 +281,7 @@
|
|
279
281
|
<keyword type="function" name="poppler_annot_markup_get_popup_is_open ()" link="PopplerAnnot.html#poppler-annot-markup-get-popup-is-open"/>
|
280
282
|
<keyword type="function" name="poppler_annot_markup_set_popup_is_open ()" link="PopplerAnnot.html#poppler-annot-markup-set-popup-is-open" since="0.16"/>
|
281
283
|
<keyword type="function" name="poppler_annot_markup_get_popup_rectangle ()" link="PopplerAnnot.html#poppler-annot-markup-get-popup-rectangle" since="0.12"/>
|
284
|
+
<keyword type="function" name="poppler_annot_markup_set_popup_rectangle ()" link="PopplerAnnot.html#poppler-annot-markup-set-popup-rectangle" since="0.33"/>
|
282
285
|
<keyword type="function" name="poppler_annot_markup_get_date ()" link="PopplerAnnot.html#poppler-annot-markup-get-date"/>
|
283
286
|
<keyword type="function" name="poppler_annot_markup_get_external_data ()" link="PopplerAnnot.html#poppler-annot-markup-get-external-data"/>
|
284
287
|
<keyword type="function" name="poppler_annot_markup_get_reply_to ()" link="PopplerAnnot.html#poppler-annot-markup-get-reply-to"/>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
Authors of OpenJPEG
|
2
|
+
See also the files THANKS and CHANGES
|
3
|
+
|
4
|
+
David Janssens designed and implemented the first version of OpenJPEG.
|
5
|
+
Kaori Hagihara designed and implemented the first version of OpenJPIP.
|
6
|
+
Jerome Fimes implemented the alpha version of OpenJPEG 2.0.
|
7
|
+
Giuseppe Baruffa added the JPWL functionalities.
|
8
|
+
Micka�l Savinaud implemented the final OpenJPEG 2.0 version based on a big merge between 1.5 version and alpha version of 2.0.
|
9
|
+
Mathieu Malaterre participated to the OpenJPEG 2.0 version and improved the libraries and utilities.
|
10
|
+
Yannick Verschueren,
|
11
|
+
Herve Drolon,
|
12
|
+
Francois-Olivier Devaux,
|
13
|
+
Antonin Descampe
|
14
|
+
improved the libraries and utilities.
|
15
|
+
|
@@ -128,6 +128,20 @@ substituted with the closest "Helvetica", "Times-Roman", or "Courier" font.
|
|
128
128
|
This option passes references to non-embedded fonts
|
129
129
|
through to the PostScript file.
|
130
130
|
.TP
|
131
|
+
.BI \-aaRaster " yes | no"
|
132
|
+
Enable or disable raster anti-aliasing. This defaults to "no".
|
133
|
+
pdftops may need to rasterize transparencies and pattern image masks in the PDF.
|
134
|
+
If the PostScript will be printed, leave \-aaRaster disabled and set \-r to the resolution of the printer.
|
135
|
+
If the PostScript will be viewed, enabling \-aaRaster may make rasterized text easier to read.
|
136
|
+
.TP
|
137
|
+
.B \-optimizecolorspace
|
138
|
+
By default, bitmap images in the PDF pass through to the output PostScript
|
139
|
+
in their original color space, which produces predictable results.
|
140
|
+
This option converts RGB and CMYK images into Gray images
|
141
|
+
if every pixel of the image has equal components.
|
142
|
+
This can fix problems when doing color separations of PDFs
|
143
|
+
that contain embedded black and white images encoded as RGB.
|
144
|
+
.TP
|
131
145
|
.B \-preload
|
132
146
|
preload images and forms
|
133
147
|
.TP
|
@@ -135,7 +149,7 @@ preload images and forms
|
|
135
149
|
Set the paper size to one of "letter", "legal", "A4", or "A3". This
|
136
150
|
can also be set to "match", which will set the paper size of each page to match the
|
137
151
|
size specified in the PDF file. If none the \-paper, \-paperw, or \-paperh
|
138
|
-
options are
|
152
|
+
options are specified the default is to match the paper size.
|
139
153
|
.TP
|
140
154
|
.BI \-paperw " size"
|
141
155
|
Set the paper width, in points.
|
@@ -174,6 +188,9 @@ bypass all security restrictions.
|
|
174
188
|
.BI \-upw " password"
|
175
189
|
Specify the user password for the PDF file.
|
176
190
|
.TP
|
191
|
+
.B \-overprint
|
192
|
+
Enable overprinting.
|
193
|
+
.TP
|
177
194
|
.B \-q
|
178
195
|
Don't print any messages or errors.
|
179
196
|
.TP
|
@@ -71,6 +71,10 @@ headers.
|
|
71
71
|
Generate an XHTML file containing bounding box information for each
|
72
72
|
word in the file.
|
73
73
|
.TP
|
74
|
+
.B \-bbox-layout
|
75
|
+
Generate an XHTML file containing bounding box information for each
|
76
|
+
block, line, and word in the file.
|
77
|
+
.TP
|
74
78
|
.BI \-enc " encoding-name"
|
75
79
|
Sets the encoding to use for text output. This defaults to "UTF-8".
|
76
80
|
.TP
|
@@ -2,7 +2,7 @@
|
|
2
2
|
.\" First parameter, NAME, should be all caps
|
3
3
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
4
4
|
.\" other parameters are allowed: see man(7), man(1)
|
5
|
-
.TH SQLITE3 1 "
|
5
|
+
.TH SQLITE3 1 "Fri Oct 31 10:41:31 EDT 2014"
|
6
6
|
.\" Please adjust this date whenever revising the manpage.
|
7
7
|
.\"
|
8
8
|
.\" Some roff macros, for reference:
|
@@ -49,7 +49,7 @@ a table named "memos" and insert a couple of records into that table:
|
|
49
49
|
$
|
50
50
|
.B sqlite3 mydata.db
|
51
51
|
.br
|
52
|
-
SQLite version 3.8.
|
52
|
+
SQLite version 3.8.8
|
53
53
|
.br
|
54
54
|
Enter ".help" for instructions
|
55
55
|
.br
|
@@ -107,26 +107,29 @@ the '.help' command. For example:
|
|
107
107
|
sqlite>
|
108
108
|
.B .help
|
109
109
|
.nf
|
110
|
-
.
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
110
|
+
.tr %.
|
111
|
+
%backup ?DB? FILE Backup DB (default "main") to FILE
|
112
|
+
%bail on|off Stop after hitting an error. Default OFF
|
113
|
+
%clone NEWDB Clone data into NEWDB from the existing database
|
114
|
+
%databases List names and files of attached databases
|
115
|
+
%dump ?TABLE? ... Dump the database in an SQL text format
|
115
116
|
If TABLE specified, only dump tables matching
|
116
117
|
LIKE pattern TABLE.
|
117
|
-
|
118
|
-
|
119
|
-
|
118
|
+
%echo on|off Turn command echo on or off
|
119
|
+
%eqp on|off Enable or disable automatic EXPLAIN QUERY PLAN
|
120
|
+
%exit Exit this program
|
121
|
+
%explain ?on|off? Turn output mode suitable for EXPLAIN on or off.
|
120
122
|
With no args, it turns EXPLAIN on.
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
123
|
+
%fullschema Show schema and the content of sqlite_stat tables
|
124
|
+
%headers on|off Turn display of headers on or off
|
125
|
+
%help Show this message
|
126
|
+
%import FILE TABLE Import data from FILE into TABLE
|
127
|
+
%indices ?TABLE? Show names of all indices
|
125
128
|
If TABLE specified, only show indices for tables
|
126
129
|
matching LIKE pattern TABLE.
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
+
%load FILE ?ENTRY? Load an extension library
|
131
|
+
%log FILE|off Turn logging on or off. FILE can be stderr/stdout
|
132
|
+
%mode MODE ?TABLE? Set output mode where MODE is one of:
|
130
133
|
csv Comma-separated values
|
131
134
|
column Left-aligned columns. (See .width)
|
132
135
|
html HTML <table> code
|
@@ -135,31 +138,35 @@ sqlite>
|
|
135
138
|
list Values delimited by .separator string
|
136
139
|
tabs Tab-separated values
|
137
140
|
tcl TCL list elements
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
141
|
+
%nullvalue STRING Use STRING in place of NULL values
|
142
|
+
%once FILENAME Output for the next SQL command only to FILENAME
|
143
|
+
%open ?FILENAME? Close existing database and reopen FILENAME
|
144
|
+
%output ?FILENAME? Send output to FILENAME or stdout
|
145
|
+
%print STRING... Print literal STRING
|
146
|
+
%prompt MAIN CONTINUE Replace the standard prompts
|
147
|
+
%quit Exit this program
|
148
|
+
%read FILENAME Execute SQL in FILENAME
|
149
|
+
%restore ?DB? FILE Restore content of DB (default "main") from FILE
|
150
|
+
%save FILE Write in-memory database into FILE
|
151
|
+
%schema ?TABLE? Show the CREATE statements
|
148
152
|
If TABLE specified, only show tables matching
|
149
153
|
LIKE pattern TABLE.
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
+
%separator STRING ?NL? Change separator used by output mode and .import
|
155
|
+
NL is the end-of-line mark for CSV
|
156
|
+
%shell CMD ARGS... Run CMD ARGS... in a system shell
|
157
|
+
%show Show the current values for various settings
|
158
|
+
%stats on|off Turn stats on or off
|
159
|
+
%system CMD ARGS... Run CMD ARGS... in a system shell
|
160
|
+
%tables ?TABLE? List names of tables
|
154
161
|
If TABLE specified, only list tables matching
|
155
162
|
LIKE pattern TABLE.
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
163
|
+
%timeout MS Try opening locked tables for MS milliseconds
|
164
|
+
%timer on|off Turn SQL timer on or off
|
165
|
+
%trace FILE|off Output each SQL statement as it is run
|
166
|
+
%vfsname ?AUX? Print the name of the VFS stack
|
167
|
+
%width NUM1 NUM2 ... Set column widths for "column" mode
|
168
|
+
Negative values right-justify
|
161
169
|
sqlite>
|
162
|
-
|cc .
|
163
170
|
.sp
|
164
171
|
.fi
|
165
172
|
.SH OPTIONS
|
@@ -269,7 +276,7 @@ o If the -init option is present, the specified file is processed.
|
|
269
276
|
o All other command line options are processed.
|
270
277
|
|
271
278
|
.SH SEE ALSO
|
272
|
-
http://www.sqlite.org/
|
279
|
+
http://www.sqlite.org/cli.html
|
273
280
|
.br
|
274
281
|
The sqlite3-doc package.
|
275
282
|
.SH AUTHOR
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poppler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 3.0.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 3.0.0
|
41
41
|
description: Ruby/Poppler is a Ruby binding of poppler-glib.
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
43
|
executables: []
|
@@ -101,10 +101,14 @@ files:
|
|
101
101
|
- vendor/local/bin/djpeg.exe
|
102
102
|
- vendor/local/bin/jpegtran.exe
|
103
103
|
- vendor/local/bin/libjpeg-9.dll
|
104
|
-
- vendor/local/bin/
|
104
|
+
- vendor/local/bin/libopenjp2.dll
|
105
|
+
- vendor/local/bin/libpoppler-55.dll
|
105
106
|
- vendor/local/bin/libpoppler-cpp-0.dll
|
106
107
|
- vendor/local/bin/libpoppler-glib-8.dll
|
107
108
|
- vendor/local/bin/libsqlite3-0.dll
|
109
|
+
- vendor/local/bin/opj_compress.exe
|
110
|
+
- vendor/local/bin/opj_decompress.exe
|
111
|
+
- vendor/local/bin/opj_dump.exe
|
108
112
|
- vendor/local/bin/pdfdetach.exe
|
109
113
|
- vendor/local/bin/pdffonts.exe
|
110
114
|
- vendor/local/bin/pdfimages.exe
|
@@ -123,6 +127,9 @@ files:
|
|
123
127
|
- vendor/local/include/jerror.h
|
124
128
|
- vendor/local/include/jmorecfg.h
|
125
129
|
- vendor/local/include/jpeglib.h
|
130
|
+
- vendor/local/include/openjpeg-2.1/openjpeg.h
|
131
|
+
- vendor/local/include/openjpeg-2.1/opj_config.h
|
132
|
+
- vendor/local/include/openjpeg-2.1/opj_stdint.h
|
126
133
|
- vendor/local/include/poppler/cpp/poppler-document.h
|
127
134
|
- vendor/local/include/poppler/cpp/poppler-embedded-file.h
|
128
135
|
- vendor/local/include/poppler/cpp/poppler-font.h
|
@@ -154,6 +161,7 @@ files:
|
|
154
161
|
- vendor/local/lib/libjpeg.a
|
155
162
|
- vendor/local/lib/libjpeg.dll.a
|
156
163
|
- vendor/local/lib/libjpeg.la
|
164
|
+
- vendor/local/lib/libopenjp2.dll.a
|
157
165
|
- vendor/local/lib/libpoppler-cpp.a
|
158
166
|
- vendor/local/lib/libpoppler-cpp.dll.a
|
159
167
|
- vendor/local/lib/libpoppler-cpp.la
|
@@ -166,6 +174,10 @@ files:
|
|
166
174
|
- vendor/local/lib/libsqlite3.a
|
167
175
|
- vendor/local/lib/libsqlite3.dll.a
|
168
176
|
- vendor/local/lib/libsqlite3.la
|
177
|
+
- vendor/local/lib/openjpeg-2.1/OpenJPEGConfig.cmake
|
178
|
+
- vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake
|
179
|
+
- vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake
|
180
|
+
- vendor/local/lib/pkgconfig/libopenjp2.pc
|
169
181
|
- vendor/local/lib/pkgconfig/poppler-cairo.pc
|
170
182
|
- vendor/local/lib/pkgconfig/poppler-cpp.pc
|
171
183
|
- vendor/local/lib/pkgconfig/poppler-glib.pc
|
@@ -189,6 +201,8 @@ files:
|
|
189
201
|
- vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html
|
190
202
|
- vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html
|
191
203
|
- vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html
|
204
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html
|
205
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html
|
192
206
|
- vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html
|
193
207
|
- vendor/local/share/gtk-doc/html/poppler/api-index-full.html
|
194
208
|
- vendor/local/share/gtk-doc/html/poppler/ch01.html
|
@@ -208,6 +222,7 @@ files:
|
|
208
222
|
- vendor/local/share/gtk-doc/html/poppler/style.css
|
209
223
|
- vendor/local/share/gtk-doc/html/poppler/up-insensitive.png
|
210
224
|
- vendor/local/share/gtk-doc/html/poppler/up.png
|
225
|
+
- vendor/local/share/license/openjpeg/AUTHORS
|
211
226
|
- vendor/local/share/license/poppler/AUTHORS
|
212
227
|
- vendor/local/share/license/poppler/COPYING
|
213
228
|
- vendor/local/share/man/man1/cjpeg.1
|