@Deprecated public class PdfDocument extends Object implements IPdfDocument
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.
|
public void save(String path)
Saves the specified path.
save
in interface IPdfDocument
path
- The path.public void save(OutputStream streamToSave)
Saves the specified stream to save.
save
in interface IPdfDocument
streamToSave
- The stream to save.Copyright © 2018. All rights reserved.