mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 11:58:25 +00:00
TODO
This commit is contained in:
parent
08bcf6449c
commit
29384ecace
19
TODO
19
TODO
@ -1,3 +1,22 @@
|
||||
Next
|
||||
====
|
||||
|
||||
* High-level API/doc overhaul: #593
|
||||
|
||||
* Refactor test_driver.cc so that runtest is not one huge function.
|
||||
|
||||
* Consider creating a qpdf wiki.
|
||||
|
||||
* For QPDFObjectHandle, provide a way on and after construction
|
||||
to specify the error message that will be thrown if the
|
||||
uninitialized object is accessed. Attach this to the trailer or any
|
||||
other uninitialized object handle that might be returned. Explain in
|
||||
getTrailer() that we don't explicitly check since the trailer is
|
||||
only uninitialized when the user doesn't call a process method, and
|
||||
adding a check for every call will be expensive. Make sure the error
|
||||
thrown when an uninitialized trailer is accessed provides useful
|
||||
information. Test from the C API as well as the C++ API.
|
||||
|
||||
Documentation
|
||||
=============
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user