@Deprecated public interface IPdfDocument
Result PDF Document
Modifier and Type | Method and Description |
---|---|
void |
save(OutputStream streamToSave)
Deprecated.
Saves the specified stream to save.
|
void |
save(String path)
Deprecated.
Saves the specified path.
|
void save(String path)
path
- The path.void save(OutputStream streamToSave)
streamToSave
- The stream to save.Copyright © 2018. All rights reserved.