2021-04-28 03:22:34 +02:00
|
|
|
To-Do List
|
|
|
|
==========
|
|
|
|
|
2021-05-02 15:59:53 +02:00
|
|
|
- Reference streams
|
|
|
|
- All of the object read/write code
|
|
|
|
- All of the stream read/write code
|
|
|
|
- Page create method
|
|
|
|
- Write out trailer
|
2021-04-30 13:42:25 +02:00
|
|
|
- How to handle object references between documents, i.e., if I copy a page from
|
|
|
|
one PDF to another, there are a bunch of resources that also need to be
|
|
|
|
copied. A dictionary with an object reference can't be copied directly as the
|
|
|
|
object number in the new PDF will likely be different than the old one.
|
2021-05-07 14:47:49 +02:00
|
|
|
- Add _pdfio_map_t with original pdfio_file_t * and object numbers
|
|
|
|
- Add _pdfioObjCopy function
|
|
|
|
- Add _pdfioFileGetMappedObject function to get the new object number
|
2021-05-02 15:59:53 +02:00
|
|
|
- Security handlers (RC4 + AES, MD5 + SHA-256) for reading encrypted documents.
|
|
|
|
- Signature generation/validation code
|
|
|
|
- Documentation
|
|
|
|
- VS project
|
|
|
|
- Run through code analysis tools
|