vaijira opened this issue 2 years ago · 1 comments
Reimplement from_data in pdf::file to be able to recreate a pdf file from data in memory. Very useful for webassembly apps.
Nevermind it seems now this is done with FileOptions::cached().load(data), thanks for this package.