poppler 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/poppler/extconf.rb +1 -0
  4. data/ext/poppler/rbpoppler.c +0 -1
  5. data/lib/2.2/poppler.so +0 -0
  6. data/lib/2.3/poppler.so +0 -0
  7. data/lib/poppler.rb +1 -1
  8. data/test/poppler-test-utils.rb +1 -1
  9. data/vendor/local/bin/cjpeg.exe +0 -0
  10. data/vendor/local/bin/djpeg.exe +0 -0
  11. data/vendor/local/bin/jpegtran.exe +0 -0
  12. data/vendor/local/bin/libjpeg-9.dll +0 -0
  13. data/vendor/local/bin/libopenjp2.dll +0 -0
  14. data/vendor/local/bin/{libpoppler-55.dll → libpoppler-59.dll} +0 -0
  15. data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
  16. data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
  17. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  18. data/vendor/local/bin/opj_compress.exe +0 -0
  19. data/vendor/local/bin/opj_decompress.exe +0 -0
  20. data/vendor/local/bin/opj_dump.exe +0 -0
  21. data/vendor/local/bin/pdfdetach.exe +0 -0
  22. data/vendor/local/bin/pdffonts.exe +0 -0
  23. data/vendor/local/bin/pdfimages.exe +0 -0
  24. data/vendor/local/bin/pdfinfo.exe +0 -0
  25. data/vendor/local/bin/pdfseparate.exe +0 -0
  26. data/vendor/local/bin/pdftocairo.exe +0 -0
  27. data/vendor/local/bin/pdftohtml.exe +0 -0
  28. data/vendor/local/bin/pdftoppm.exe +0 -0
  29. data/vendor/local/bin/pdftops.exe +0 -0
  30. data/vendor/local/bin/pdftotext.exe +0 -0
  31. data/vendor/local/bin/pdfunite.exe +0 -0
  32. data/vendor/local/bin/rdjpgcom.exe +0 -0
  33. data/vendor/local/bin/sqlite3.exe +0 -0
  34. data/vendor/local/bin/wrjpgcom.exe +0 -0
  35. data/vendor/local/include/jpeglib.h +3 -3
  36. data/vendor/local/include/poppler/cpp/poppler-version.h +2 -2
  37. data/vendor/local/include/poppler/glib/poppler-enums.h +0 -2
  38. data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
  39. data/vendor/local/include/poppler/glib/poppler-page.h +1 -0
  40. data/vendor/local/include/poppler/glib/poppler.h +0 -8
  41. data/vendor/local/include/sqlite3.h +923 -50
  42. data/vendor/local/include/sqlite3ext.h +22 -3
  43. data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
  44. data/vendor/local/lib/libjpeg.a +0 -0
  45. data/vendor/local/lib/libjpeg.dll.a +0 -0
  46. data/vendor/local/lib/libjpeg.la +4 -4
  47. data/vendor/local/lib/libopenjp2.dll.a +0 -0
  48. data/vendor/local/lib/libpoppler-cpp.a +0 -0
  49. data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
  50. data/vendor/local/lib/libpoppler-cpp.la +2 -2
  51. data/vendor/local/lib/libpoppler-glib.a +0 -0
  52. data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
  53. data/vendor/local/lib/libpoppler-glib.la +3 -3
  54. data/vendor/local/lib/libpoppler.a +0 -0
  55. data/vendor/local/lib/libpoppler.dll.a +0 -0
  56. data/vendor/local/lib/libpoppler.la +4 -4
  57. data/vendor/local/lib/libsqlite3.a +0 -0
  58. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  59. data/vendor/local/lib/libsqlite3.la +2 -2
  60. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake +1 -1
  61. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +1 -1
  62. data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
  63. data/vendor/local/lib/pkgconfig/poppler-cpp.pc +2 -2
  64. data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
  65. data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
  66. data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
  67. data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
  68. data/vendor/local/share/gir-1.0/Poppler-0.18.gir +27 -36
  69. data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +228 -263
  70. data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +16 -20
  71. data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +235 -289
  72. data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +105 -129
  73. data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +28 -33
  74. data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +31 -38
  75. data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +18 -22
  76. data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +201 -222
  77. data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +310 -356
  78. data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +4 -5
  79. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +4 -5
  80. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-14.html +4 -5
  81. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +4 -5
  82. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html +4 -5
  83. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html +4 -5
  84. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +4 -5
  85. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html +4 -5
  86. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html +4 -5
  87. data/vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html +4 -5
  88. data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +7 -15
  89. data/vendor/local/share/gtk-doc/html/poppler/ch01.html +9 -10
  90. data/vendor/local/share/gtk-doc/html/poppler/index.html +7 -8
  91. data/vendor/local/share/gtk-doc/html/poppler/index.sgml +298 -10
  92. data/vendor/local/share/gtk-doc/html/poppler/left-insensitive.png +0 -0
  93. data/vendor/local/share/gtk-doc/html/poppler/left.png +0 -0
  94. data/vendor/local/share/gtk-doc/html/poppler/{poppler-poppler.html → poppler-Error-handling.html} +26 -63
  95. data/vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html +9 -11
  96. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +40 -43
  97. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html +19 -22
  98. data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +13 -17
  99. data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +294 -6
  100. data/vendor/local/share/gtk-doc/html/poppler/right.png +0 -0
  101. data/vendor/local/share/gtk-doc/html/poppler/style.css +9 -6
  102. data/vendor/local/share/gtk-doc/html/poppler/up-insensitive.png +0 -0
  103. data/vendor/local/share/man/man1/cjpeg.1 +2 -2
  104. data/vendor/local/share/man/man1/djpeg.1 +14 -9
  105. data/vendor/local/share/man/man1/jpegtran.1 +17 -7
  106. data/vendor/local/share/man/man1/pdfdetach.1 +4 -1
  107. data/vendor/local/share/man/man1/pdffonts.1 +3 -0
  108. data/vendor/local/share/man/man1/pdfimages.1 +4 -1
  109. data/vendor/local/share/man/man1/pdfinfo.1 +15 -3
  110. data/vendor/local/share/man/man1/pdfseparate.1 +11 -1
  111. data/vendor/local/share/man/man1/pdftocairo.1 +8 -4
  112. data/vendor/local/share/man/man1/pdftohtml.1 +3 -0
  113. data/vendor/local/share/man/man1/pdftoppm.1 +3 -0
  114. data/vendor/local/share/man/man1/pdftops.1 +3 -0
  115. data/vendor/local/share/man/man1/pdftotext.1 +4 -1
  116. data/vendor/local/share/man/man1/pdfunite.1 +11 -1
  117. metadata +8 -9
  118. data/lib/2.0/poppler.so +0 -0
  119. data/lib/2.1/poppler.so +0 -0
@@ -60,7 +60,7 @@ a:hover
60
60
  div.informaltable table
61
61
  {
62
62
  border-collapse: separate;
63
- border-spacing: 1em 0.5em;
63
+ border-spacing: 1em 0.3em;
64
64
  border: none;
65
65
  }
66
66
 
@@ -148,6 +148,8 @@ div.table table th
148
148
  h4
149
149
  {
150
150
  color: #555753;
151
+ margin-top: 1em;
152
+ margin-bottom: 1em;
151
153
  }
152
154
 
153
155
  hr
@@ -166,17 +168,16 @@ dl.toc dt
166
168
  padding-bottom: 0.25em;
167
169
  }
168
170
 
169
- dl.toc > dd > dl > dt
171
+ dl.toc > dt
170
172
  {
171
173
  padding-top: 0.25em;
172
174
  padding-bottom: 0.25em;
175
+ font-weight: bold;
173
176
  }
174
177
 
175
- dl.toc > dt
178
+ dl.toc > dl
176
179
  {
177
- padding-top: 1em;
178
180
  padding-bottom: 0.5em;
179
- font-weight: bold;
180
181
  }
181
182
 
182
183
  .parameter
@@ -346,7 +347,9 @@ acronym,abbr
346
347
  }
347
348
 
348
349
  @media screen {
349
- sup a.footnote
350
+ /* these have a <sup> as a first child, but since there are no parent selectors
351
+ * we can't use that. */
352
+ a.footnote
350
353
  {
351
354
  position: relative;
352
355
  top: 0em ! important;
@@ -1,4 +1,4 @@
1
- .TH CJPEG 1 "23 November 2013"
1
+ .TH CJPEG 1 "26 July 2015"
2
2
  .SH NAME
3
3
  cjpeg \- compress an image file to a JPEG file
4
4
  .SH SYNOPSIS
@@ -16,7 +16,7 @@ cjpeg \- compress an image file to a JPEG file
16
16
  compresses the named image file, or the standard input if no file is
17
17
  named, and produces a JPEG/JFIF file on the standard output.
18
18
  The currently supported input file formats are: PPM (PBMPLUS color
19
- format), PGM (PBMPLUS gray-scale format), BMP, Targa, and RLE (Utah Raster
19
+ format), PGM (PBMPLUS grayscale format), BMP, Targa, and RLE (Utah Raster
20
20
  Toolkit format). (RLE is supported only if the URT library is available.)
21
21
  .SH OPTIONS
22
22
  All switch names may be abbreviated; for example,
@@ -1,4 +1,4 @@
1
- .TH DJPEG 1 "23 November 2013"
1
+ .TH DJPEG 1 "26 July 2015"
2
2
  .SH NAME
3
3
  djpeg \- decompress a JPEG file to an image file
4
4
  .SH SYNOPSIS
@@ -55,11 +55,16 @@ default options are chosen for highest quality output.) Currently, this is
55
55
  equivalent to \fB\-dct fast \-nosmooth \-onepass \-dither ordered\fR.
56
56
  .TP
57
57
  .B \-grayscale
58
- Force gray-scale output even if JPEG file is color. Useful for viewing on
59
- monochrome displays; also,
58
+ Force grayscale output even if JPEG file is color.
59
+ Useful for viewing on monochrome displays; also,
60
60
  .B djpeg
61
61
  runs noticeably faster in this mode.
62
62
  .TP
63
+ .B \-rgb
64
+ Force RGB output even if JPEG file is grayscale.
65
+ This is provided to support applications that don't
66
+ want to cope with grayscale as a separate case.
67
+ .TP
63
68
  .BI \-scale " M/N"
64
69
  Scale the output image by a factor M/N. Currently supported scale factors are
65
70
  M/N with all M from 1 to 16, where N is the source DCT size, which is 8 for
@@ -76,7 +81,7 @@ emitted if
76
81
  .B \-colors
77
82
  or
78
83
  .B \-grayscale
79
- is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color
84
+ is specified, or if the JPEG file is grayscale; otherwise, 24-bit full-color
80
85
  format is emitted.
81
86
  .TP
82
87
  .B \-gif
@@ -90,12 +95,12 @@ emitted if
90
95
  .B \-colors
91
96
  or
92
97
  .B \-grayscale
93
- is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color
98
+ is specified, or if the JPEG file is grayscale; otherwise, 24-bit full-color
94
99
  format is emitted.
95
100
  .TP
96
101
  .B \-pnm
97
102
  Select PBMPLUS (PPM/PGM) output format (this is the default format).
98
- PGM is emitted if the JPEG file is gray-scale or if
103
+ PGM is emitted if the JPEG file is grayscale or if
99
104
  .B \-grayscale
100
105
  is specified; otherwise PPM is emitted.
101
106
  .TP
@@ -103,8 +108,8 @@ is specified; otherwise PPM is emitted.
103
108
  Select RLE output format. (Requires URT library.)
104
109
  .TP
105
110
  .B \-targa
106
- Select Targa output format. Gray-scale format is emitted if the JPEG file is
107
- gray-scale or if
111
+ Select Targa output format. Grayscale format is emitted if the JPEG file is
112
+ grayscale or if
108
113
  .B \-grayscale
109
114
  is specified; otherwise, colormapped format is emitted if
110
115
  .B \-colors
@@ -162,7 +167,7 @@ faster and needs less memory, but it produces a lower-quality image.
162
167
  is ignored unless you also say
163
168
  .B \-colors
164
169
  .IR N .
165
- Also, the one-pass method is always used for gray-scale output (the two-pass
170
+ Also, the one-pass method is always used for grayscale output (the two-pass
166
171
  method is no improvement then).
167
172
  .TP
168
173
  .BI \-maxmemory " N"
@@ -1,4 +1,4 @@
1
- .TH JPEGTRAN 1 "13 September 2013"
1
+ .TH JPEGTRAN 1 "20 September 2015"
2
2
  .SH NAME
3
3
  jpegtran \- lossless transformation of JPEG files
4
4
  .SH SYNOPSIS
@@ -19,6 +19,10 @@ for example from baseline JPEG to progressive JPEG or vice versa. It can also
19
19
  perform some rearrangements of the image data, for example turning an image
20
20
  from landscape to portrait format by rotation.
21
21
  .PP
22
+ For EXIF files and JPEG files containing Exif data, you may prefer to use
23
+ .B exiftran
24
+ instead.
25
+ .PP
22
26
  .B jpegtran
23
27
  works by rearranging the compressed data (DCT coefficients), without
24
28
  ever fully decoding the image. Therefore, its transformations are lossless:
@@ -28,7 +32,11 @@ followed by
28
32
  .B cjpeg
29
33
  to accomplish the same conversion. But by the same token,
30
34
  .B jpegtran
31
- cannot perform lossy operations such as changing the image quality.
35
+ cannot perform lossy operations such as changing the image quality. However,
36
+ while the image data is losslessly transformed, metadata can be removed. See
37
+ the
38
+ .B \-copy
39
+ option for specifics.
32
40
  .PP
33
41
  .B jpegtran
34
42
  reads the named JPEG/JFIF file, or the standard input if no file is
@@ -159,7 +167,8 @@ this does not hold for the given crop parameters, we silently move the upper
159
167
  left corner up and/or left to make it so, simultaneously increasing the
160
168
  region dimensions to keep the lower right crop corner unchanged. (Thus, the
161
169
  output image covers at least the requested region, but may cover more.)
162
- The adjustment of the region dimensions may be optionally disabled.
170
+ The adjustment of the region dimensions may be optionally disabled by
171
+ attaching an 'f' character ("force") to the width or height number.
163
172
 
164
173
  The image can be losslessly cropped by giving the switch:
165
174
  .TP
@@ -206,16 +215,17 @@ such as comment blocks:
206
215
  .TP
207
216
  .B \-copy none
208
217
  Copy no extra markers from source file. This setting suppresses all
209
- comments and other excess baggage present in the source file.
218
+ comments and other metadata in the source file.
210
219
  .TP
211
220
  .B \-copy comments
212
221
  Copy only comment markers. This setting copies comments from the source file,
213
- but discards any other inessential (for image display) data.
222
+ but discards any other metadata.
214
223
  .TP
215
224
  .B \-copy all
216
- Copy all extra markers. This setting preserves miscellaneous markers
225
+ Copy all extra markers. This setting preserves metadata
217
226
  found in the source file, such as JFIF thumbnails, Exif data, and Photoshop
218
- settings. In some files these extra markers can be sizable.
227
+ settings. In some files these extra markers can be sizable. Note that this
228
+ option will copy thumbnails as-is; they will not be transformed.
219
229
  .IP
220
230
  The default behavior is
221
231
  .BR "\-copy comments" .
@@ -76,11 +76,14 @@ Other error.
76
76
  The pdfinfo software and documentation are copyright 1996-2011 Glyph &
77
77
  Cog, LLC.
78
78
  .SH "SEE ALSO"
79
- .BR pdfimages (1),
80
79
  .BR pdffonts (1),
80
+ .BR pdfimages (1),
81
81
  .BR pdfinfo (1),
82
82
  .BR pdftocairo (1),
83
83
  .BR pdftohtml (1),
84
84
  .BR pdftoppm (1),
85
85
  .BR pdftops (1),
86
86
  .BR pdftotext (1)
87
+ .BR pdfseparate (1),
88
+ .BR pdfsig (1),
89
+ .BR pdfunite (1)
@@ -117,3 +117,6 @@ The pdffonts software and documentation are copyright 1996-2011 Glyph
117
117
  .BR pdftoppm (1),
118
118
  .BR pdftops (1),
119
119
  .BR pdftotext (1)
120
+ .BR pdfseparate (1),
121
+ .BR pdfsig (1),
122
+ .BR pdfunite (1)
@@ -250,7 +250,7 @@ Other error.
250
250
  The pdfimages software and documentation are copyright 1998-2011 Glyph
251
251
  & Cog, LLC.
252
252
  .SH "SEE ALSO"
253
- .BR pdfdetach (1)
253
+ .BR pdfdetach (1),
254
254
  .BR pdffonts (1),
255
255
  .BR pdfinfo (1),
256
256
  .BR pdftocairo (1),
@@ -258,3 +258,6 @@ The pdfimages software and documentation are copyright 1998-2011 Glyph
258
258
  .BR pdftoppm (1),
259
259
  .BR pdftops (1),
260
260
  .BR pdftotext (1)
261
+ .BR pdfseparate (1),
262
+ .BR pdfsig (1),
263
+ .BR pdfunite (1)
@@ -93,9 +93,18 @@ TrimBox, and ArtBox.
93
93
  Prints document-level metadata. (This is the "Metadata" stream from
94
94
  the PDF file's Catalog object.)
95
95
  .TP
96
- +.B \-js
97
- +Prints all JavaScript in the PDF.
98
- +.TP
96
+ .B \-js
97
+ Prints all JavaScript in the PDF.
98
+ .TP
99
+ .B \-struct
100
+ Prints the logical document structure of a Tagged-PDF file.
101
+ .TP
102
+ .B \-struct-text
103
+ Print the textual content along with the document structure of a Tagged-PDF
104
+ file. Note that extracting text this way might be slow for big PDF files.
105
+ (Implies
106
+ .BR \-struct .)
107
+ .TP
99
108
  .B \-rawdates
100
109
  Prints the raw (undecoded) date strings, directly from the PDF file.
101
110
  .TP
@@ -150,3 +159,6 @@ Cog, LLC.
150
159
  .BR pdftoppm (1),
151
160
  .BR pdftops (1),
152
161
  .BR pdftotext (1)
162
+ .BR pdfseparate (1),
163
+ .BR pdfsig (1),
164
+ .BR pdfunite (1)
@@ -46,4 +46,14 @@ sample-1.pdf, sample-2.pdf, sample-3.pdf
46
46
  The pdfseparate software and documentation are copyright 1996-2004 Glyph
47
47
  & Cog, LLC and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org
48
48
  .SH "SEE ALSO"
49
- .BR pdfunite (1),
49
+ .BR pdfdetach (1),
50
+ .BR pdffonts (1),
51
+ .BR pdfimages (1),
52
+ .BR pdfinfo (1),
53
+ .BR pdftocairo (1),
54
+ .BR pdftohtml (1),
55
+ .BR pdftoppm (1),
56
+ .BR pdftops (1),
57
+ .BR pdftotext (1)
58
+ .BR pdfsig (1),
59
+ .BR pdfunite (1)
@@ -1,4 +1,4 @@
1
- .TH pdftoppm 1
1
+ .TH pdftocairo 1
2
2
  .SH NAME
3
3
  pdftocairo \- Portable Document Format (PDF) to PNG/JPEG/TIFF/PDF/PS/EPS/SVG using cairo
4
4
  .SH SYNOPSIS
@@ -32,9 +32,10 @@ reads the PDF file,
32
32
  and writes to
33
33
  .IR output-file .
34
34
  The image formats (PNG, JPEG, and TIFF) generate one file per page with the page number and file type appended to
35
- .IR output-file
36
- (except when \-singlefile is used).
37
- When the output format is a vector format (PDF, PS, EPS, and SVG) or when \-singlefile is used,
35
+ .IR output-file .
36
+ qWhen \-singlefile is used with the image formats, the file type is appended to
37
+ .IR output-file .
38
+ When the output format is a vector format (PDF, PS, EPS, and SVG),
38
39
  .IR output-file
39
40
  is the full filename.
40
41
 
@@ -293,3 +294,6 @@ The pdftocairo software and documentation are copyright 1996-2004 Glyph
293
294
  .BR pdftoppm (1),
294
295
  .BR pdftops (1),
295
296
  .BR pdftotext (1)
297
+ .BR pdfseparate (1),
298
+ .BR pdfsig (1),
299
+ .BR pdfunite (1)
@@ -105,3 +105,6 @@ for the Debian GNU/Linux system (but may be used by others).
105
105
  .BR pdftoppm (1),
106
106
  .BR pdftops (1),
107
107
  .BR pdftotext (1)
108
+ .BR pdfseparate (1),
109
+ .BR pdfsig (1),
110
+ .BR pdfunite (1)
@@ -168,3 +168,6 @@ The pdftoppm software and documentation are copyright 1996-2011 Glyph
168
168
  .BR pdftohtml (1),
169
169
  .BR pdftops (1),
170
170
  .BR pdftotext (1)
171
+ .BR pdfseparate (1),
172
+ .BR pdfsig (1),
173
+ .BR pdfunite (1)
@@ -232,3 +232,6 @@ Cog, LLC.
232
232
  .BR pdftohtml (1),
233
233
  .BR pdftoppm (1),
234
234
  .BR pdftotext (1)
235
+ .BR pdfseparate (1),
236
+ .BR pdfsig (1),
237
+ .BR pdfunite (1)
@@ -138,4 +138,7 @@ The pdftotext software and documentation are copyright 1996-2011 Glyph
138
138
  .BR pdftocairo (1),
139
139
  .BR pdftohtml (1),
140
140
  .BR pdftoppm (1),
141
- .BR pdftops (1)
141
+ .BR pdftops (1),
142
+ .BR pdfseparate (1),
143
+ .BR pdfsig (1),
144
+ .BR pdfunite (1)
@@ -8,7 +8,7 @@ pdfunite \- Portable Document Format (PDF) page merger
8
8
  .I PDF-sourcefile1..PDF-sourcefilen PDF-destfile
9
9
  .SH DESCRIPTION
10
10
  .B pdfunite
11
- merges several PDF (Portable Document Format) files in order of their occurence on command line to one PDF result file.
11
+ merges several PDF (Portable Document Format) files in order of their occurrence on command line to one PDF result file.
12
12
  .TP
13
13
  Neither of the PDF-sourcefile1 to PDF-sourcefilen should be encrypted.
14
14
  .SH OPTIONS
@@ -30,4 +30,14 @@ merges all pages from sample1.pdf and sample2.pdf (in that order) and creates sa
30
30
  The pdfunite software and documentation are copyright 1996-2004 Glyph & Cog, LLC
31
31
  and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org
32
32
  .SH "SEE ALSO"
33
+ .BR pdfdetach (1),
34
+ .BR pdffonts (1),
35
+ .BR pdfimages (1),
36
+ .BR pdfinfo (1),
37
+ .BR pdftocairo (1),
38
+ .BR pdftohtml (1),
39
+ .BR pdftoppm (1),
40
+ .BR pdftops (1),
41
+ .BR pdftotext (1)
33
42
  .BR pdfseparate (1),
43
+ .BR pdfsig (1)
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: 3.0.7
4
+ version: 3.0.8
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-10-06 00:00:00.000000000 Z
11
+ date: 2016-04-03 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: 3.0.7
33
+ version: 3.0.8
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: 3.0.7
40
+ version: 3.0.8
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: []
@@ -78,9 +78,8 @@ files:
78
78
  - ext/poppler/rbpoppler.h
79
79
  - ext/poppler/rbpopplerconversions.h
80
80
  - extconf.rb
81
- - lib/2.0/poppler.so
82
- - lib/2.1/poppler.so
83
81
  - lib/2.2/poppler.so
82
+ - lib/2.3/poppler.so
84
83
  - lib/poppler.rb
85
84
  - sample/number-pdf.rb
86
85
  - sample/pdf2.rb
@@ -103,7 +102,7 @@ files:
103
102
  - vendor/local/bin/jpegtran.exe
104
103
  - vendor/local/bin/libjpeg-9.dll
105
104
  - vendor/local/bin/libopenjp2.dll
106
- - vendor/local/bin/libpoppler-55.dll
105
+ - vendor/local/bin/libpoppler-59.dll
107
106
  - vendor/local/bin/libpoppler-cpp-0.dll
108
107
  - vendor/local/bin/libpoppler-glib-8.dll
109
108
  - vendor/local/bin/libsqlite3-0.dll
@@ -212,11 +211,11 @@ files:
212
211
  - vendor/local/share/gtk-doc/html/poppler/index.sgml
213
212
  - vendor/local/share/gtk-doc/html/poppler/left-insensitive.png
214
213
  - vendor/local/share/gtk-doc/html/poppler/left.png
214
+ - vendor/local/share/gtk-doc/html/poppler/poppler-Error-handling.html
215
215
  - vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html
216
216
  - vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html
217
217
  - vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html
218
218
  - vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html
219
- - vendor/local/share/gtk-doc/html/poppler/poppler-poppler.html
220
219
  - vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2
221
220
  - vendor/local/share/gtk-doc/html/poppler/right-insensitive.png
222
221
  - vendor/local/share/gtk-doc/html/poppler/right.png
@@ -245,7 +244,7 @@ files:
245
244
  - vendor/local/share/man/man1/wrjpgcom.1
246
245
  homepage: http://ruby-gnome2.sourceforge.jp/
247
246
  licenses:
248
- - LGPLv2.1 or later
247
+ - LGPLv2.1+
249
248
  metadata: {}
250
249
  post_install_message:
251
250
  rdoc_options: []
Binary file
Binary file