Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The following code snippet also work with Aspose.PDF.Drawing library.
In order to get file specific information of a PDF file, you first need to get the DocumentInfo object using Info property of the Document object. Once the DocumentInfo object is retrieved, you can get the values of the individual properties. The following code snippet shows you how to get PDF file information.
Aspose.PDF for .NET allows you to set file-specific information for a PDF, information like author, creation date, subject, and title. To set this information:
The following code snippet shows you how to set PDF file information.
Aspose.PDF allows you to access a PDF file’s XMP metadata. To get a PDF file’s metadata:
The following code snippet shows you how to get metadata from the PDF file.
Aspose.PDF allows you to set metadata in a PDF file. To set metadata:
The following code snippet shows you how to set metadata in a PDF file.
Some developers need to create a new metadata namespace with a prefix. The following code snippet shows how to insert metadata with prefix.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.