Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 2,930 for

file editor

(0.07 sec)
  1. GroupDocs.Total for .NET 25.11 – 最新更新與修復(2025年12月)

    探索 GroupDocs.Total for .NET 25.11 的新功能。現在可在 NuGet 與 GroupDocs 官網取得。...Editor for .NET 25.7 → 25.11 Release...demonstrates how to compare two PDF files and write the diff to a stream...

    blog.groupdocs.com/zh-hant/total/groupdocs-tota...
  2. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Editor Product Solution GroupDocs...object model after comparing files. To get the result document...

    docs.groupdocs.com/comparison/python-net/get-re...
  3. 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....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  4. Save signed document with password | GroupDocs

    This article explains how to save document with password protection....Editor Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...

    docs.groupdocs.com/signature/java/save-signed-d...
  5. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...handling and converting CAD files (such as DWG, DXF, and others)...

    docs.groupdocs.com/conversion/java/load-cad-doc...
  6. Accept or reject detected changes | GroupDocs

    Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...reject changes (files on disk) Compare files, update change actions...

    docs.groupdocs.com/comparison/python-net/accept...
  7. 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:...Editor Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  8. Save only annotated pages | GroupDocs

    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...

    docs.groupdocs.com/annotation/java/save-only-an...
  9. Sign documents with exception handling | GroupDocs

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Editor Product Solution GroupDocs...issues, missing required data, files etc. For exception class is...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...Editor Product Solution GroupDocs...3 } } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-specific_...