The Aspose.Words PDF Processor for .NET provides APIs for loading existing PDFs, generating new documents, and saving to PDF format. It supports operations such as text replacement, bookmark management, and updates to tables, lists, images, paragraphs, and charts. Use it to automate PDF generation with predictable output and strong performance in .NET applications.
Document class with an input file or create a new Document.DocumentBuilder and related APIs to insert or update text, paragraphs, tables, images, and charts.Document.Save to PDF or other supported formats.Document and a DocumentBuilder.DocumentBuilder.InsertChart with the required chart type.Shape and its Chart to set titles and add series.Document.Save("output.pdf").Open or create a Document. Use DocumentBuilder.StartBookmark() method, insert the required content, then call DocumentBuilder.EndBookmark(). Save with Document.Save() method. The bookmark appears in the PDF outline to aid navigation.
It is a .NET component for loading, creating, editing, and saving PDF documents programmatically.
Text search and replace, bookmark management, table and list updates, image and chart handling, and layout adjustments. You can also export to selected PDF standards where supported.