You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-p...@lists.mozilla.org
Hello All,
We've pushed a new API today that is a big step forward and will help us implement several new features. Unfortunately, the new API is not compatible with previous versions of pdf.js, though it is very similar.
Overall, we have moved to a more asynchronous API that uses promises for any operations need to communicate with the worker thread to do processing.
Some highlights:
- less memory usage
- less work in the main thread
- central documented API
Future features:
- partial loading of PDF's
- offload even more work to the workers