Saves the Document to a file....Method (SaveOptions) Saves the document to a file. Namespace: GroupDocs...GroupDocs.Redaction Assembly: GroupDocs.Redaction (in GroupDocs...
Result of processing archive Document signing process for Document with newly created signatures....processing archive document signing process for document with newly created...signature was deleted from the document. This property is being used...
Save converted Document as file...ConvertTo(string) Save converted document as file public IConversionConvertOp...fileName String Converted document Return Value Interface to...
List of changes....Comparison Document Class Document Properties Changes...Password Property Stream Property Document Changes Property List of changes...
Defines methods that are required for getting basic Document information....required for getting basic document information. Namespace: GroupDocs...GroupDocs.Redaction Assembly: GroupDocs.Redaction (in GroupDocs...
GroupDocs.Assembly for .NET 18.10 Release Notes – the latest updates and fixes....Assembly Product Family GroupDocs.Assembly for .NET...Toggle navigation GroupDocs.Assembly for .NET 18.10 Release Notes...
Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information.
Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...