Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 24,543 for

may

(0.09 sec)
  1. GroupDocs.Metadata for .NET 17.10.2 Release Not...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.10.2 Major Features There is one bug fix in this hotfix monthly release. TIF - Bit Depth is affected when removing metadata All Changes Key Summary Category METADATANET-1931 TIF - Bit Depth is affected when removing metadata Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Metadata for .NET 17.10.2 It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Metadata which may affect existing code. Any behavior...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  2. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/load-document-...
  4. mergetype - GroupDocs.Comparison for Java - API...

    All Classes Packages com.groupdocs.comparison com.groupdocs.comparison.cells.style com.groupdocs.comparison.common co...... This method may be used to iterate over the constants...

    apireference.groupdocs.com/comparison/java/com....
  5. MergeType - GroupDocs.Comparison for Java - API...

    All Classes Packages com.groupdocs.comparison com.groupdocs.comparison.cells.style com.groupdocs.comparison.common co...... This method may be used to iterate over the constants...

    apireference.groupdocs.com/comparison/java/com....
  6. Rotation - GroupDocs.Viewer for Java - API Refe...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo...... This method may be used to iterate over the constants...

    apireference.groupdocs.com/viewer/java/com.grou...
  7. Extracting Common Image Information | Documenta...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You May easily run the code above and see the feature in action in our GitHub examples:...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/extracting-comm...
  8. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/load-document...
  10. How to compare Source Code Files | Documentation

    This article describes how can you compare programming files and merge them into one file with applied or canceled changes. GroupDocs.Comparison for Java provides the ability to find differences in such files as: CS, Java, Python, C ++, Ruby and others... However sometimes you may need some features that existing...to the . GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/comparison/java/how-to-compa...