This article explains how to specify file type when loading a document with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles.
Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....resources GitHub examples You may easily run the code above and...
Learn how to merge PNG image files, combine PNG image files into one file programmatically in python-net language using GroupDocs.Merger for Python via .NET library.... You may specify absolute or relative...
Learn how to merge JPG image files, combine JPG image files into one file programmatically in python-net language using GroupDocs.Merger for Python via .NET library.... You may specify absolute or relative...
This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature... GitHub Examples You may easily run the code above and...
Learn how to merge TIFF image files, combine TIFF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... You may specify absolute or relative...
Extract the metadata properties you need from files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes.... GitHub examples You may easily run the code above and...
The set_properties method updates or adds metadata. Use it to add metadata to photos and PDFs or to update data in MP3 files with GroupDocs.Metadata for Python via .NET.... GitHub examples You may easily run the code above and...
Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#.... GitHub examples You may easily run the code above and...
This article explains that how to extract images from Microsoft Office Word (.doc, .docx) documents...resources GitHub examples You may easily run the code above and...