This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): #...
This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Editor Product Solution GroupDocs...trusted communication. What Excel files could be signed? You can sign...
How to dynamically inserted image within your template...Editor Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic image...
Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article explains how to save document with password protection....Editor Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...
The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Editor Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...
For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature.
Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Editor Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...
Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Editor Product Solution GroupDocs...usage scenarios when the source file is stored on a local drive and...
This page contains information about configuring the search network....Editor Product Solution GroupDocs...the class can be saved to a file or stream in the XML format...
This article explains how to set document password after Files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): try...