Licență

Licență

Aspose.PDF FOSS for .NET is distributed under the Licență MIT. Nu este necesară nicio înregistrare, cheie API sau fișier de licență pentru a utiliza biblioteca în orice proiect comercial sau necomercial.


Textul licenței MIT

MIT License

Copyright (c) 2026 Aspose Pty Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Canoanele canonice. LICENSE fişierul este inclus în pachetul NuGet şi în Repozitoriul surselor.


Ce permite licența MIT

Utilizare:Permitat
Utilizare în aplicații comercialeDa, sunt.
Distribuie cu software-ul tău.Da, sunt.
Modifică codul sursăDa, sunt.
SublicențăDa, sunt.
Utilizare fără atribuire în binarDa (recomandă atribuirea în exemplare surse)

Nu este necesară activarea licenței

Spre deosebire de edițiile proprietare Aspose, As Pose.PDF FOSS pentru .NET nu are semne cu apă de evaluare, limite de pagini sau încărcare a fișierului de licență. Pur și simplu instalați pachetul NuGet și utilizați API-ul direct:

using Aspose.Pdf;
// No license object or SetLicense() call is needed.
var doc = Document.Create();
doc.Pages.Add();
doc.Save("output.pdf");

Vezi și:

 Română