License

License

Aspose.PDF FOSS for .NET is distributed under the 授权使用:. 没有注册,API密钥或许可文件需要在使用库的 任何项目无论是商业还是非商务.


授权文本:

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.

圣经的 LICENSE 文件包含在NuGet包中,并在 源存储库.


麻省理工学院许可证允许的内容

使用情况Permitted
在商业应用中使用没有.
用你的软件进行分发.没有.
修改源代码没有.
Sublicense没有.
在二进制数据中使用无归因是的 (需要提供源副本)

无需激活许可证

与专有Aspose版本不同,Aspose.PDF FOSS没有评估水印,页面限制或许可文件加载.简单地安装NuGet包并直接使用API:

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

See Also

 中文