mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
Update header documentation and ChangeLog entry for PCLm
This commit is contained in:
parent
adbcfcff2d
commit
4b908ade70
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
2017-08-21 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* Add support for writing PCLm files. Most of the work was done by
|
||||||
|
Sahil Arora <sahilarora.535@gmail.com> as part of a Google Summer
|
||||||
|
of Code project in 2017. PCLm support is useful only for clients
|
||||||
|
that specifically know how to create PCLm files. Support in qpdf
|
||||||
|
is just for ensuring that objects are written in the correct order
|
||||||
|
and for including some additional material in the output that is
|
||||||
|
required by the PCLm standard.
|
||||||
|
|
||||||
2017-08-19 Jay Berkenbilt <ejb@ql.org>
|
2017-08-19 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
* Remove --precheck-streams. This is enabled by default now
|
* Remove --precheck-streams. This is enabled by default now
|
||||||
|
@ -353,8 +353,13 @@ class QPDFWriter
|
|||||||
QPDF_DLL
|
QPDF_DLL
|
||||||
void setLinearization(bool);
|
void setLinearization(bool);
|
||||||
|
|
||||||
// Create PCLm output. Enables writing unreferenced objects,
|
// Create PCLm output. This is only useful for clients that know
|
||||||
// set PCLm header and writes pages before file catalog and page tree.
|
// how to create PCLm files. If a file is structured exactly as
|
||||||
|
// PCLm requires, this call will tell QPDFWriter to write the PCLm
|
||||||
|
// header, create certain unreferenced streams required by the
|
||||||
|
// standard, and write the objects in the required order. Calling
|
||||||
|
// this on an ordinary PDF serves no purpose. There is no
|
||||||
|
// command-line argument that causes this method to be called.
|
||||||
QPDF_DLL
|
QPDF_DLL
|
||||||
void setPCLm(bool);
|
void setPCLm(bool);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user