Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 4,640 for

as

(0.41 sec)
  1. Plain text | GroupDocs

    This article explains that how to extract plain formatted text from document page....This article explains that how to extract plain formatted text from document page.

    docs.groupdocs.com/parser/net/plain-text/
  2. 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:...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:

    docs.groupdocs.com/metadata/java/extracting-com...
  3. pages-1-3-5.pdf

    HOME BAsED PROFESSIONAL SERVICES Business Plan HOME BAsED PROFESSIONAL SERVICES Business Plan 3 Creating an extensive business plan is unnecessary for most businesses to get started. However, creat......HOME BASED PROFESSIONAL SERVICES Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan 3 Creating an extensive business plan is unnecessary for most businesses to get started. However, creat...

    docs.groupdocs.com/conversion/python-net/_sampl...
  4. Save signed document with password | GroupDocs

    This article explains how to save document with pAssword protection....This article explains how to save document with password protection.

    docs.groupdocs.com/signature/java/save-signed-d...
  5. Load password-protected documents | GroupDocs

    This article explains how to load pAssword-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/load-p...
  6. Set shape color independently of font color | G...

    Following this guide you will learn how to set shape color independently of font color and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Following this guide you will learn how to set shape color independently of font color and modify appearance of detected changes when use GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/set-shape-col...
  7. 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....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.

    docs.groupdocs.com/comparison/java/show-gap-lines/
  8. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented As stream using GroupDocs.Conversion for Java API....This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-documen...
  9. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented As stream using GroupDocs.Conversion for Node.js via Java API....This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Node.js via Java API.

    docs.groupdocs.com/conversion/nodejs-java/load-...
  10. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).

    docs.groupdocs.com/search/net/numeric-range-sea...