Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 7,363 for

format

(0.1 sec)
  1. 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...
  2. Update metadata of MPP format using GroupDocs.M...

    GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file Format and update metadata properties of MPP file Format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file Formats. A bug related to removing XMP metadata in TIF file Format is also resolved in the latest version....edit XMP metadata of WAV file format and update metadata properties...properties of MPP file format. Furthermore, memory consumption for...

    blog.groupdocs.com/metadata/update-metadata-of-...
  3. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a new feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file Format of an assembled document using file extension or explicit specification. You can change the target file Format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file Formats. We recommend you to install the latest version of the API for a better user experience....now change the target file format of an assembled document using...can change the target file format when assembling Word Processing...

    blog.groupdocs.com/assembly/set-target-file-for...
  4. Load document of specific format | Documentation

    This article explains how to load document of specific Format....of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...

    docs.groupdocs.com/watermark/java/load-document...
  5. Get the format family and the additional inform...

    Get Format family details & extra info about files using GroupDocs.Viewer for Python....document information / Get the format family and the additional information...information Get the format family and the additional information...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  6. Output format and password | Documentation

    Following this guide you will learn how to save edited Word document with password or change output document Format using GroupDocs.Editor for .NET features....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, the class...

    docs.groupdocs.com/editor/net/output-format-and...
  7. Save in original format | Documentation

    The following example demonstrates how to save file in its original Format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").Format(new Date())); // Saving in original Format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. Update MP3 Format's Lyrics3v2 Tags using GroupD...

    We are glad to announce the monthly releaseof GroupDocs.Metadata for Java 18.10. Using the latest version, you can now update Lyrics3v2 tags in MP3 Format. Memory consumption is now reduced for working with PNG, JPEG2000, BMP, DICOM, DJVU, EMF, WEBP and WMF Formats. Furthermore, **MetadataUtility **obsolete methods are now removed and a bug, while cleaning or updating metadata of Strict Open XML Presentation (.pptx), is now fixed. We recommend you to install and use the latest version of the API....update Lyrics3v2 tags in MP3 format. Memory consumption is now...DICOM, DJVU, EMF, WEBP and WMF formats. Furthermore, **MetadataUtility...

    blog.groupdocs.com/metadata/update-mp3-formats-...
  9. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source Format with GroupDocs.Conversion for Java API....source format Get default load options for a source format Leave...options for the source document format. This will allow you to get...

    docs.groupdocs.com/conversion/java/get-default-...
  10. Save in original format | Documentation

    This article demonstrates that how to save file in its original Format with current date as a suffix...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...

    docs.groupdocs.com/redaction/net/save-in-origin...