ISaveableFacade

ISaveableFacade class

Facade interface that defines methods common for all saveable facades.

The ISaveableFacade type exposes the following members:

Methods

NameDescription
save(dest_file)Saves the result PDF document to file.
save(dest_stream)Saves the result PDF document to stream.
bind_pdf(src_file)Binds PDF document for editing.
bind_pdf(src_stream)Binds PDF document for editing.
bind_pdf(src_doc)Binds PDF document for editing.
close()Releases any resources associates with the current facade.

See Also