Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Jun 09, 2022 3:28 pm

Hello.

We are developing an application in c#. It's a web site that create a PDF.

We have a licence with the version 7.6.1 of Spire.PDF

Visual Studio 2022 pro 17.0.1 / .net framwork 4.8

My team follow the steeps from http://www.e-iceblue.com/Knowledgebase/ ... nsing.html but we can't eliminate this message.

Here is the example we use

Code: Select all

public PDF_SEPAB2B_Control(string clientNum, DataRow drSEPA, string fileName)
{
Spire.License.LicenseProvider.SetLicenseKey("licence key here");


doc = new PdfDocument();



this.clientNum = clientNum;
this.clientCompany = drSEPA["AccountHolder"].ToString();
this.clientDir = drSEPA["Direction"].ToString();
this.clientNif = drSEPA["AccountNIF"].ToString();
this.zipTown = drSEPA["ZIP"].ToString() + " - " + drSEPA["Town"].ToString() + " - " + drSEPA["Province"].ToString();
this.country = drSEPA["Country"].ToString();
this.swiftBic = drSEPA["SwiftBic"].ToString();
this.iban = Sepa.GetSeparatedIBAN(drSEPA["IBAN"].ToString(), false);



this.fileName = fileName;
}


nfactorial
 
Posts: 5
Joined: Mon Mar 08, 2021 4:26 pm

Fri Jun 10, 2022 5:58 am

Hi,

Kindly note that our license is based on one year subscription. The 1-year subscription enables free priority support and updates for one year, after the subscription expires, you can still use the licensed version of the product, but the new releases and hotfixes are no longer available.
I checked our records and found that you purchased the Spire.PDF on 2021/5/26. That means your license is not valid for the versions that are released after 2022/5/26. I have confirmed the latest Spire.PDF you can use is 8.5.0, please install it via Nuget: https://www.nuget.org/packages/Spire.PDF/8.5.0

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Mon Jun 13, 2022 8:50 am

Hello.

It was an error posting the license key. After recovering the correct one all works correctly.

Thanks for your help

nfactorial
 
Posts: 5
Joined: Mon Mar 08, 2021 4:26 pm

Mon Jun 13, 2022 9:09 am

Hi,

Glad to hear that! If you encounter any issues related to our products in the future, please feel free to contact us.
Wish you all the best!

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Return to Spire.PDF