This commit is contained in:
John Whitington
2021-10-14 20:28:43 +01:00
parent b6a0c04644
commit a0ca312f6e
3 changed files with 10 additions and 21 deletions

View File

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