Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 11,036 for

format

(0.14 sec)
  1. 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 Java features....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, specify how...

    docs.groupdocs.com/editor/java/output-format-an...
  2. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....Create custom format handler Create custom format handler Leave...Leave feedback If format is not supported, you will need to implement...

    docs.groupdocs.com/redaction/java/create-custom...
  3. Get the format family and the additional inform...

    This article explains how to get the Format family and the additional inFormation using .NET / C# with GroupDocs.Viewer for .NET....document information / Get the format family and the additional information...information Get the format family and the additional information...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  4. 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...
  5. 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...
  6. Support for Missing Metadata Properties of Exce...

    We are glad to announce the monthly releaseof GroupDocs.Metadata for Java 18.11. The latest version supports missing metadata properties of Excel Format and allows working with FLV file Format’s metadata. Furthermore, memory consumption is now reduced for working with PDF and Excel file Formats. We recommend you to install and use the latest version of the API. Features IntroducedThe following features are introduced in version 18.11. Detect FLV file Format Read FLV header metadata Get XMP metadata of FLV file Format Update XMP metadata of FLV file Format Remove XMP metadata of FLV file Format For details about the features supported by the API, please visit Features Overview....of Excel format and allows working with FLV file format’s metadata...working with PDF and Excel file formats. We recommend you to install...

    blog.groupdocs.com/metadata/support-for-missing...
  7. Remove Comments in ZIP Format using GroupDocs.M...

    We always keep on adding new features in our APIs for better user experience. Therefore, today we are proudly announcing version 17.12 of GroupDocs.Metadata for .NET API. Using the latest release, you can now remove **comments **in ZIPFormat and read **thumbnail of JPEG **Format from EXIF segment. We recommend you to download and use the latest version of the API. GroupDocs.Metadata for .NET 17.12 - New Features Following are the new features introduced in version 17....**in ZIP format and read **thumbnail of JPEG **format from EXIF...Comments in ZIP format Read Thumbnail of JPEG format from EXIF segment...

    blog.groupdocs.com/metadata/remove-comments-in-...
  8. 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...
  9. 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/net/load-document-...
  10. 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 .NET 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/net/get-default-l...