Aspose::Pdf::Document::Validate method

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

Validate document into the specified file.

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

ReturnValue

The operation result

See Also

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

Validate document into the specified file.

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

ReturnValue

The operation result

See Also

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

Validate document into the specified file.

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

ReturnValue

The operation result

See Also