Class DocConverter

Info

Represents Documentize.DocConverter plugin. Used to convert PDF documents into DOC/DOCX format.

[Obsolete("The class will be deleted soon. Please use PdfConverter class.")]
public static class DocConverter

Inheritance

objectDocConverter

Inherited Members

Methods

Process(PdfToDocOptions)

Converts PDF document into DOC/DOCX format.

public static ResultContainer Process(PdfToDocOptions options)

Parameters

  • options PdfToDocOptions: An options object containing instructions for the operation.

Returns

ResultContainer : An object containing the result of the operation.

Exceptions

ArgumentException

If options not set.

Namespace: Documentize Assembly: Documentize.dll

 English