Chinese NoPdf.zip
Hello there,
We are encountering a weird issue from last couple of days and no idea how to fix it and its very critical issue for us.
We created a docx from code and coverting to pdf using below lines. However the SaveToFile() is not returning/exiting at all.
SP.Document document = new SP.Document();
document.LoadFromFile(fileName.ToString() + ".docx");
document.SaveToFile(fileName.ToString() + ".pdf", SP.FileFormat.PDF);
Attached is the docx that have issues. We are using licensed version of spire with latest spire.doc nuget.
PS: If you guys can help with the lines in docx which are giving issue, that would be great help. We can at least try to adjust/fix the text meanwhile.
Thanks,
Santu.
Login to view the files attached to this post.