Edit PUB Metadata
Read MS Publisher file. PUB Metatada editor API for .NET. Supercharge your PUB files: Extract, and manage Metadata with ease.
PUB files, while great for creating newsletters and brochures, lack a user-friendly way to manage document information. Extracting or editing metadata can be a technical hassle. Introducing the All-in-One PUB Metadata Solution for .NET. Our .NET PUB Metadata API empowers you to take complete control over your PUB files' essential details. Go beyond simple conversion and access a powerful suite of metadata editing tools:
Publisher Metadata is properties(information) that describe PUB documents. They are standard properties like publisher, title, last author, organization, URL, language, and other similar information. There is also data that is generated automatically after working with a file like its size or the last editing time. This useful information is stored along with the document.
Need to retrieve specific PUB document information? Effortlessly extract metadata like creation date, last modified time, and file size for seamless integration into your workflows. The API also serves as a foundation for building your own metadata editor application. Tailor it to your specific needs and streamline your PUB file management processes. Unlock the Hidden Potential of Your PUB Files! Download the .NET PUB Metadata API Today!
Before coding Metadata, you need to integrate C# .NET PUB Metadata API. The following example will show you how to edit the "Company" property.
Edit Metadata of PUB Files on .NET
- The publisher Metadata reading process consists of the next steps:
- Upload your PUB file using CreateParser() Method of PubFactory Class.
- Parse the document via Parse() Method of IPubParser Interface.
- Edit metadata e.g Company by means of SetCompany() Method of DocSummaryInfo Class.
Get Started with .NET PUB API
- Install from command line as
nuget install Aspose.PUB
or via Package Manager Console of Visual Studio withInstall-Package Aspose.PUB
. - Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
.NET Code to Edit PUB Metadata
using Aspose.PUB;
// Load PUB file
var parser = PubFactory.CreateParser("sample.pub");
// Parse file
var doc = parser.Parse();
// Edit company information
document.DocumentSummaryInfo.SetCompany("company");
FAQ
1. What is .pub file Metadata?
Metadata is the information like Title, Author, Keywords, Comments, Template, Rev Number, App Name, Page Count, Word Count, Char Count, Doc Security, Category, Company, and Language.
2. Is there a way to see .pub files Metadata online?
There is a cross-platform Metadata Editor in the Aspose applications ecosystem. It is free and easy to use.
3. How do I edit .PUB files metadata?
To edit the Metadata of the Publisher file you need to first upload it using CreateParser() Method and parse the document via IPubParser Interface. Edit the Metadata using the DocSummaryInfo Class.
4. Is the functionality free?
The cross-platform app is free, when for the API solution you can get a free Trial and then buy the product if needed.
Support and Learning Resources
- Learning Resources
- Documentation
- Source Code
- API References
- Product Support
- Free Support
- Paid Support
- Blog
- Release Notes
- Why Aspose.PUB for .NET?
- Customers List
- Success Stories