ITMSFNCCustomPDFLib.SaveDocumentFromStream Method
Saves a previously loaded PDF memory stream to the specified file path.
API unit family: TMSFNCPDFLib
Declaring type: ITMSFNCCustomPDFLib
Syntax
procedure SaveDocumentFromStream(FileStream: TMemoryStream; FileName: String);
Parameters
| Name | Description |
|---|---|
FileStream |
Memory stream containing the PDF data to save. |
FileName |
Destination file path for the saved PDF. |