mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
streams, [no_stream_data] will omit stream data, [decompress_streams]
|
||||
decompresses all streams, [clean_strings] will convert any UTF16BE strings
|
||||
to PDFDocEncoding if it can. *)
|
||||
val to_output : Pdfio.output -> parse_content:bool -> no_stream_data:bool -> decompress_streams:bool -> ?clean_strings:bool -> Pdf.t -> unit
|
||||
val to_output : Pdfio.output -> ?utf8:bool -> parse_content:bool -> no_stream_data:bool -> decompress_streams:bool -> ?clean_strings:bool -> Pdf.t -> unit
|
||||
|
||||
(** Read a CPDFJSON PDF from an input. /Length entries will be corrected automatically. *)
|
||||
val of_input : Pdfio.input -> Pdf.t
|
||||
@@ -13,7 +13,7 @@ val of_input : Pdfio.input -> Pdf.t
|
||||
Then the PDF file, then a function which is usually [function _ -> ()], then
|
||||
[no_stream_data] as above, then [parse_content_streams] as above, and
|
||||
finally the object itself. *)
|
||||
val json_of_object : ?clean_strings:bool -> Pdf.t -> (int -> unit) -> bool -> bool -> Pdf.pdfobject -> Cpdfyojson.Safe.t
|
||||
val json_of_object : ?utf8:bool -> ?clean_strings:bool -> Pdf.t -> (int -> unit) -> no_stream_data:bool -> parse_content:bool -> Pdf.pdfobject -> Cpdfyojson.Safe.t
|
||||
|
||||
(** Convert a single CPDFJSON object to a PDF object *)
|
||||
val object_of_json : Cpdfyojson.Safe.t -> Pdf.pdfobject
|
||||
|
Reference in New Issue
Block a user