This commit is contained in:
John Whitington
2021-10-12 15:35:08 +01:00
parent a6ed214b21
commit ece1e9f280
3 changed files with 24 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
val to_output : Pdfio.output -> bool -> bool -> bool -> Pdf.t -> unit
val to_output : Pdfio.output -> parse_content:bool -> no_stream_data:bool -> decompress_streams:bool -> precombine_page_content:bool -> Pdf.t -> unit
val of_input : Pdfio.input -> Pdf.t