IPdfDocumentConvert Method |  |
Converts the PDF document into the specified PDF format.
Namespace: Compiled.EDD.Scripting.Extensions.PdfAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxbool Convert(
MemoryStream ms,
PdfFormat pdfFormat
)
Parameters
- ms MemoryStream
- Stream for conversion log and results.
- pdfFormat PdfFormat
- The archive format to convert the PDF document to.
Return Value
Booleantrue if successfully converted; otherwise
false.
RemarksThe converted document will still need to be saved using the [o:Save] method.
See Also