Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 4,343 for

as

(0.07 sec)
  1. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page in Java....This article explains that how to extract Markdown formatted text from document page in Java.

    docs.groupdocs.com/parser/java/markdown/
  2. Load document from stream | Documentation

    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-...
  3. 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 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...
  4. Load document from stream | Documentation

    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...
  5. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same.

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  6. Show gap lines instead of changes | Documentation

    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/
  7. Save signed document with password | Documentation

    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...
  8. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API.... This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/advanced-sear...
  9. 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...
  10. How to Edit XML Files using C# | XML Editing .N...

    Edit or update your XML data programmatically within your .NET applications using C#. Modify XML files and save the changes in various formats....Edit or update your XML data programmatically within your .NET applications using C#. Modify XML files and save the changes in various formats.

    blog.groupdocs.com/editor/edit-xml-files-using-...