pdf-rs/pdf

Add support for reading the file from memory in 0.8

vaijira opened this issue · 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.