Licença de condução

Licença de condução

Aspose.PDF FOSS for .NET is distributed under the Licença MIT. Não é necessário nenhum registro, chave API ou arquivo de licença para usar a biblioteca em qualquer projecto comercial ou não-comercial.


Texto da Licença 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.

O canônico . LICENSE O ficheiro está incluído no pacote NuGet e na Repositório de fontes.


O que a licença MIT permite

Utilização:Permitido
Utilização em aplicações comerciais- Sim , sim .
Distribuir com o seu software.- Sim , sim .
Modificar o código-fonte- Sim , sim .
Sublicença- Sim , sim .
Utilização sem atribuição em bináriosSim (requer atribuição em cópias de origem)

Não é necessário ativar a licença

Ao contrário das edições proprietárias do Aspose, o As Pose.PDF FOSS para .NET não possui marcas d’água de avaliação, limites de página ou carregamento de arquivo de licença. Basta instalar o pacote NuGet e usar a API diretamente:

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

Ver também:

 Português