Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 5,438 for

file merger

(0.09 sec)
  1. Merge SVG files using C#

    This article will outline essential steps to merge SVG Files using C# and offer a sample code example to illustrate the process of how to combine SVG Files in C#....Merger Product Family GroupDocs.Redaction...Redaction Product Family Merge SVG files using C# Merging SVG (Scalable...

    kb.groupdocs.com/merger/net/merge-svg-files-usi...
  2. Get supported file formats | Documentation

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/redaction/net/get-supported-...
  3. Merge GIF files using Java

    Let's explore how to merge GIF Files using Java. We'll provide you with a straightforward code to combine GIF Files in Java without requiring any additional software....Merger Product Family GroupDocs.Redaction...Family Merge GIF files using Java Combining GIF files with Java is...

    kb.groupdocs.com/merger/java/merge-gif-files-us...
  4. Get supported file formats | Documentation

    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<FileType> 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....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  5. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original File...Merger Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  6. Get supported file formats | Documentation

    This article explains how to get the list of all supported File formats....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/java/get-supported...
  7. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Merger Product Solution GroupDocs...Guide / Basic usage / Get file info Get file info Leave feedback GroupDocs...

    docs.groupdocs.com/redaction/python-net/get-fil...
  8. Get supported file formats | Documentation

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Merger Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/java/get-supporte...
  9. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF File using the GroupDocs.Viewer Java API....Merger Product Solution GroupDocs...output PDF file / Optimize spreadsheets in a PDF file Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Load password-protected file | Documentation

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Merger Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...