Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 11,932 for

formatting

(0.34 sec)
  1. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....Working with formatted text / Extract formatted text from document...document Extract formatted text from document Leave feedback On...

    docs.groupdocs.com/parser/net/extract-formatted...
  2. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....Working with formatted text / Extract formatted text from document...document Extract formatted text from document Leave feedback GroupDocs...

    docs.groupdocs.com/parser/java/extract-formatte...
  3. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some new properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format....When converting to a Image format you can now always set brightness...improved when converting to a WebP format. Furthermore, JpegQuality issue...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  4. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....comparison results in image format as well. In this blog post...control to save results in image format as well using ICompareResult...

    blog.groupdocs.com/comparison/save-document-com...
  5. Saving signed documents with different formats ...

    This section explains how to save document with various file formats....different formats Saving signed documents with different formats Leave...feedback Image → format PDF → format Presentaion → format Spreadsheet...

    docs.groupdocs.com/signature/net/saving-signed-...
  6. Saving signed documents with different formats ...

    This section explains how to save document with various file formats....different formats Saving signed documents with different formats Leave...feedback Image → format PDF → format Presentaion → format Spreadsheet...

    docs.groupdocs.com/signature/java/saving-signed...
  7. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....Notes Convert note-taking formats Leave feedback On this page...page About note-taking file formats Note-taking program files contain...

    docs.groupdocs.com/conversion/java/convert/note/
  8. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported file formats....supported file formats Get supported file formats Leave feedback...how to get a supported file formats list. basic_usage.GetSupportedFileForm...

    docs.groupdocs.com/watermark/java/get-supported...
  9. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Java applications....supported file formats Get supported file formats Leave feedback...get list of supported file formats: Java import com.groupdocs...

    docs.groupdocs.com/comparison/java/get-supporte...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...