Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 5,791 for

file signature

(1.66 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Signature Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  2. Check Document Password Protection | GroupDocs

    Determine whether a PDF, Word, Excel, or PowerPoint document has an open password set using the is_password_set() method of GroupDocs.Merger for Python via .NET....Signature Product Solution GroupDocs...pdf protected.pdf is a sample file used in this example. Click...

    docs.groupdocs.com/merger/python-net/check-docu...
  3. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...Signature Product Solution GroupDocs...conversion process to any supported file format (instead of ConversionHander...

    docs.groupdocs.com/conversion/net/migration-notes/
  4. Migration notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for Java...Signature Product Solution GroupDocs...conversion process to any supported file format (instead of the ConversionHander...

    docs.groupdocs.com/conversion/java/migration-no...
  5. Extract pages | GroupDocs

    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....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  6. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Signature Product Solution GroupDocs...and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  8. Extracting common image information | GroupDocs

    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:...Signature Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. Render TXT as JPG using Python

    Learn how to render TXT as JPG using Python. This tutorial explains how to convert TXT to JPG in Python with customizable image dimensions for clear visual output....Signature Product Family GroupDocs.Metadata...JPG using Python Plain text files are commonly used to store simple...

    kb.groupdocs.com/viewer/python/render-txt-as-jp...
  10. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....Signature Product Family GroupDocs.Metadata...PDF page and save them as JPG files To convert PDF document into...

    kb.groupdocs.com/conversion/python/convert-pdf-...