'Declaration Public Overloads Shared Sub Convert( _
ByVal inputPdfFilenameThe name of input PDF file.As System.String, _
ByVal outputDocxFilenameThe name of output DOCX file.As System.String, _
ByVal processingStateAn object that allows to monitior state of the processing process.As Vintasoft.Imaging.Processing.ProcessingState _
)
public static void Convert(
System.String inputPdfFilename,
System.String outputDocxFilename,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
public: static void Convert(
System.String inputPdfFilename,
System.String outputDocxFilename,
Vintasoft.Imaging.Processing.ProcessingState* processingState
)
public:
static void Convert(
System.String inputPdfFilename,
System.String outputDocxFilename,
Vintasoft.Imaging.Processing.ProcessingState^ processingState
)
Parameters
- inputPdfFilename
- The name of input PDF file.
- outputDocxFilename
- The name of output DOCX file.
- processingState
- An object that allows to monitior state of the processing process.