oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

Implement piped PDF output, alternative attempt. Closes #32. #34

Closed dkasak closed 3 years ago

dkasak commented 3 years ago

This is the alternative approach to supporting piped PDF output mentioned in

33. In this approach, we still return a String for textual output formats

(which is most of them), but we have the ability to return raw bytes for binary formats such as PDF via a new PandocOutput variant.

Closes #32. Obsoletes #33.