Aspose::Pdf::Document::Validate method

Document::Validate(const System::SharedPtr<PdfFormatConversionOptions>&) method

Validate document into the specified file.

bool Aspose::Pdf::Document::Validate(const System::SharedPtr<PdfFormatConversionOptions> &options)
ParameterTypeDescription
optionsconst System::SharedPtr<PdfFormatConversionOptions>&set of options for convert PDF document

ReturnValue

The operation result

See Also

Document::Validate(const System::SharedPtr<System::IO::Stream>&, Aspose::Pdf::PdfFormat) method

Validate document into the specified file.

bool Aspose::Pdf::Document::Validate(const System::SharedPtr<System::IO::Stream> &outputLogStream, Aspose::Pdf::PdfFormat format)
ParameterTypeDescription
outputLogStreamconst System::SharedPtr<System::IO::Stream>&Stream where the comments will be stored.
formatAspose::Pdf::PdfFormatThe pdf format.

ReturnValue

The operation result

See Also

Document::Validate(const System::String&, Aspose::Pdf::PdfFormat) method

Validate document into the specified file.

bool Aspose::Pdf::Document::Validate(const System::String &outputLogFileName, Aspose::Pdf::PdfFormat format)
ParameterTypeDescription
outputLogFileNameconst System::String&Path to file where the comments will be stored.
formatAspose::Pdf::PdfFormatThe pdf format.

ReturnValue

The operation result

See Also