FAQ
What formats does Aspose.PDF for .NET support?
Aspose.PDF for .NET supports popular file formats such as PDF, TXT, HTML, PCL, XML, XPS, EPUB, TEX, and image formats. For more details, please visit the page Supported File Formats.
What AI features Aspose.PDF for .NET support?
Yes, the library has built-in OpenAI and Llama API clients. They allow you to make API requests and create AI copilots. You can find examples on PDF AI Copilot page.
How many files can I combine to PDF at once?
You can merge an unlimited number of files into PDF at once.
How to insert Image into PDF?
To insert an image into a PDF using Aspose.PDF for .NET, you can find here.
How to edit the text in PDF?
To edit the text in a PDF using Aspose.PDF for .NET, you can find here.
How to add page numbers to PDF file?
To add page numbers to a PDF using Aspose.PDF for .NET, you can find here.
How to create a background for PDF Documents?
To create a background for a PDF document using Aspose.PDF for .NET, you can find here.
How to secure PDF document?
To secure a PDF document using Aspose.PDF for .NET, you can find here.
How to add bold text in highlighted annotation on a PDF page?
To add bold text in a highlighted annotation, you can find here.
How to validate a tagged PDF?
To validate a tagged PDF document, you can find here.
How to implement regex search for TextFragmentAbsorber?
To use regex with the `TextFragmentAbsorber` class in Aspose.PDF for .NET, you can find here.
How to make a valid PDF/A document unless the missing font or its substitution is provided?
To create a valid PDF/A document, you can find here.
I see errors in PDF/A conversion log. Does it mean that the document wasn't converted successfully?
No, Aspose.PDF logs all problems it encountered, including the ones that were automatically fixed. If all entries in the log are marked as Convertable=True, all problems were fixed, and the document was successfully converted. Only the entries with Convertable=False indicate the conversion failure.
Does Aspose.PDF for .NET support Linux?
Yes, Aspose.PDF for .NET supports running on Linux environments. You can use the .NET Core version or later, which is cross-platform and can be used on Windows, macOS, and Linux.
Does Aspose.PDF for .NET support .NET 2.0, 3.5, and 4.0 frameworks?
Aspose.PDF for .NET does not support the following .NET frameworks: .NET 2.0, .NET 3.5. However, you can use Aspose.PDF for .NET with any of these frameworks for your project. The library provides a consistent API across the different .NET versions, making it easy to migrate your code between frameworks as needed.
Where are your .NET Examples?
You can check all of them on GitHub.