rtfarte / OpenPDF

No longer actively maintained. Please send all pull requests to: https://github.com/librepdf/openpdf
Other
31 stars 12 forks source link

Continue to create modules for the different pieces of functionality #5

Open rtfarte opened 8 years ago

rtfarte commented 8 years ago

I would like to continue to create submodules that encapsulate different pieces of functionality. For example, I would like to create a crypto module that includes the bouncy castle libraries. This would be optional and you would include it only if you needed crypto functionality. Eventually, the core library would be just for managing generic documents. Even the pdf functionality would be a submodule.