Hi there,
I'm getting the following text "Evaluation Warning : The version can be used only for evaluation purpose..." at the top of a PDF generated from Spire.DOC, using the following code:
Document.SaveToFile(docFileName, format);
Where format is FileFormat.PDF
I'm using Spire.Doc version 10.7.5.3046 and Spire.Pdf version 8.7.2.1046, using a license for "Spire.Doc Pro Edition Developer OEM Subscription" purchased on January 10, 2023.
I'm setting my license key in the Main function of the Windows Forms application using:
Spire.License.LicenseProvider.SetLicenseKey("......");
Spire.License.LicenseProvider.LoadLicense();