lib version:
23.8
code:
string docxFileName = Path.Combine(Path.GetTempPath(),Path.GetFileNameWithoutExtension(fullFileName) + ".docx");
DocSaveOptions saveOptions = new DocSaveOptions
{
// Specify the output format as DOCX
Format = DocSaveOptions.DocFormat.DocX,
// Set other DocSaveOptions params
Mode = DocSaveOptions.RecognitionMode.EnhancedFlow
};
// Save document in docx format
pdfDocument.Save(docxFileName, saveOptions);
issue 1: 2 tables are incorrected merged to 1 table
image.png (43.6 KB)
issue 2: table row layout incorrect
image.png (18.8 KB)
issue 3: when table is cross pages, the table row layout is also incorrect
image.png (8.3 KB)
sample pdf:
trf.pdf (96.7 KB)
@softboy
Thanks for the data provided.
For the library version 24.04, all cases were reproduced.
I will create tasks for the development team.
@softboy
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-57154,PDFNET-57155,PDFNET-57156
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@softboy
For each set of cases listed, I created a separate task (in the same order as they were listed).
Hi,
found another issue, the text were moved to to 1 line, which shoudld be splitted to 2 line and 2 cells:
image.png (14.6 KB)
sample file:
616267 transit 2024-4-15.pdf (82.5 KB)
@softboy
Please create a separate question so as not to get confused in the tasks assigned to the question. If it is critical for you that it is me who answers, please make a request in the text (although I will only be able to answer on Monday)