Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 6,054 for

file conversion

(0.91 sec)
  1. How to Run Examples | GroupDocs

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Conversion Product Solution GroupDocs...can either download the ZIP file or clone the repository of GitHub...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  2. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more Files and get the difference between them....Conversion Product Solution GroupDocs...merging two or more files of . The resulting file displays differences...

    docs.groupdocs.com/comparison/python-net/groupd...
  3. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more Files and get the difference between them....Conversion Product Solution GroupDocs...merging two or more files of . The resulting file displays differences...

    docs.groupdocs.com/comparison/nodejs-java/group...
  4. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...from the two input files (source and target files) are added to the...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  5. Extract Metadata from PDF Documents in C# .NET ...

    Learn how to extract metadata from PDF Files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Conversion Product Solution GroupDocs...PDF Documents in C# .NET PDF files often contain metadata such...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Compare Bookmarks in Word Documents | GroupDocs

    Enable bookmark comparison in Word documents using GroupDocs.Comparison for Python via .NET to detect differences in bookmarked ranges....Conversion Product Solution GroupDocs...docx source.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  7. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop File format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Conversion Product Solution GroupDocs...information on the Photoshop file format and metadata blocks please...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Get list of changes | GroupDocs

    Retrieve a typed list of every detected difference using Comparer.GetChanges() — each ChangeInfo item exposes change type, page number, ID, and text in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...in-memory without writing a result file — use it when you only need...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  9. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Conversion Product Solution GroupDocs...example of redaction policy XML file (code properties mapping is...

    docs.groupdocs.com/redaction/net/use-redaction-...
  10. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Conversion Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...