Browse our Products

Aspose.TeX for C++ 26.2 Release Notes

Improvements and Changes

Aspose.TeX for C++ 26.2 is ready for use with Aspose C++ products version 26.2.

How to use license from file:

    // Initialize license object
    System::SharedPtr<License> license = System::MakeObject<License>();
    // Set license
    license->SetLicense(u"License\\Aspose.TeX.CPP.lic");
    System::Console::WriteLine(u"License set successfully.");

You can consult Aspose.TeX for C++ API reference for documentation.

Got Queries?

If you have any query related to Aspose.TeX for C++ API, please feel free to write to reach us on Aspose.TeX forum. We’ll be glad to assist you with your inquiries.