Click or drag to resize

IPdfDocumentConvert Method

Converts the PDF document into the specified PDF format.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
bool 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

Boolean
true if successfully converted; otherwise false.
Remarks
The converted document will still need to be saved using the [o:Save] method.
See Also