Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,747 for

file editor

(0.14 sec)
  1. Formatting inconsistency with numbered bullets ...

    Hi, there is a formatting inconsistency occurring with numbered bullets when editing Word documents. The original word document contains some numbered lists. image.png (80.6 KB) for this test we are using GroupDocs.ed…...Editor Product Family java , word-to-html...GroupDocs.editor 23.9 and 24.4 I share the source file and the...

    forum.groupdocs.com/t/formatting-inconsistency-...
  2. List and print all supported file types | Docum...

    This article explains how to list and print File types supported by GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...supported file types List and print all supported file types Leave...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  3. Support for BitTorrent Format in GroupDocs.Meta...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Metadata for .NET 18.4. Using the latest release, you can now read and update BitTorrent File format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now resolved. We recommend you to download and use the latest version of the API. Features IntroducedFollowing are the new features introduced in version 18....now read and update BitTorrent file format metadata, read DublinCore.... # Working with BitTorrent File Metadata Using unified approach...

    blog.groupdocs.com/metadata/support-for-bittorr...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Editor Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a stream Save...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  5. Save signed Presentation with different output ...

    This article explains how to save signed Presentation documents with various File formats by GroupDocs.Signature API....Editor Product Solution GroupDocs...Presentation with different output file type Leave feedback class supports...

    docs.groupdocs.com/signature/java/save-signed-p...
  6. User roles | Documentation

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Editor Product Solution GroupDocs...their replies to the document. Editor - GroupDocs.Annotation adds...

    docs.groupdocs.com/annotation/net/apply-roles/
  7. Bug Fixes in GroupDocs.Metadata for .NET v17.10.1

    GroupDocs team is proudly announcing the release of version 17.10.1 of the GroupDocs.Metadata for .NET API. Based on our customer’s feedback provided on our public forums, we have fixed number of bugs in this hotfix release. We recommend you to download or update your applications to use the latest version of the API for a better and smoother experience. Version 17.10.1 of the Metadata Extraction API - Bug Fixes Following are the bug fixes in this new version....personal data of a TIF file TIF file gets damaged with getting...Examples, Plugins, and Metadata Editor Application Video Tutorials...

    blog.groupdocs.com/metadata/hot-fixes-in-groupd...
  8. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....various formats to a CSV or Excel file. The GroupDocs.Metadata API...implements the ability to recognize file type of a document. And That’s...

    blog.groupdocs.com/categories/groupdocs.metadat...
  9. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....Editor Product Solution GroupDocs...properties extracted from a file. Some metadata standards can...

    docs.groupdocs.com/metadata/python-net/find-met...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a File of some particular format. advanced_usage.loading_Files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a File to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Editor Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/metadata/java/load-a-file-of...