Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 12,905 for

formatting

(1.19 sec)
  1. Generate Output in Same Format as Template | Gr...

    Save assembled documents in the same format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Output in Same Format Generate Output in Same Format as Template...assembled documents in the same format as the template. This means...

    docs.groupdocs.com/assembly/net/basic-usage-sam...
  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. 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...
  4. 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/
  5. 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...
  6. Managing metadata for specific formats | GroupDocs

    Learn about managing metadata for specific formats....specific formats Managing metadata for specific formats Leave feedback...

    docs.groupdocs.com/metadata/net/managing-metada...
  7. 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-...
  8. 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...
  9. Save comparison result in different format | Gr...

    Save the GroupDocs.Comparison for .NET result document in a format different from the source — for example compare .txt files and save the result as .pdf — by specifying the target extension in the Compare() path....different format Save comparison result in different format Leave...different formats. To save output document in different format, follow...

    docs.groupdocs.com/comparison/net/save-comparis...
  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-...