version: 23.8,
string docxFileName = Path.Combine(Path.GetTempPath(),Path.GetFileNameWithoutExtension(fullFileName) + ".docx");
DocSaveOptions saveOptions = new DocSaveOptions
{
Format = DocSaveOptions.DocFormat.DocX,
Mode = DocSaveOptions.RecognitionMode.Textbox
};
pdfDocument.Save(docxFileName, saveOptions);
image.png (96.6 KB)
pdf file:
GZHL2407028609LW.pdf (91.2 KB)