Hi guys,
I have encountered a strange issue with some legacy software I am supporting.
The comapny has been using the free version of Spire.Doc (v7.11) to produce docx files.
We have just come to the limitation that is the 500 paragraphs with the free version.
So we purchased a license and added the code to set the license key and load the license as per the documentation.
Everything is working fine, docs are being produced, images are being replaced, signature are added etc.
In some cases the docx files are loaded through Spire and then re-saved.
This is cause the strange issue, it seems as though the docx files that have been created prior to the license addition are being loaded and saved, but the watermark "Evaluation warning: The document was created with Spire.Doc for .NET".
We are thinking that we should be able to use files created by the free version if we have purchased a license?
- I cannot include a file (unless via email as the data is sensative)
- we are doing at the most simplist of things:
doc.LoadFromFile(wordDocPath);
//a little replacement code here
doc.SaveToFile(wordDocPath);
- docx files save with Spire.Doc (v7.11) then resaved after update and getting the license with Spire.Doc(9.4)
- windows server 2019
- web app .net 4.5
Any help would be greatly appreciated.
Regards,
Sam