Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 14,541 for

file

(0.08 sec)
  1. Supported File Formats | Documentation

    The following article indicates the File formats that GroupDocs.Watermark can work with....Started / Supported File Formats Supported File Formats Leave feedback...following table indicates the file formats that GroupDocs.Watermark...

    docs.groupdocs.com/watermark/nodejs-java/suppor...
  2. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Started / Supported File Formats Supported File Formats Leave feedback...table contains a full list of file formats that are currently supported...

    docs.groupdocs.com/metadata/python-net/supporte...
  3. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Started / Supported File Formats Supported File Formats Leave feedback...table contains a full list of file formats that are currently supported...

    docs.groupdocs.com/metadata/nodejs-java/support...
  4. 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..../ Get file info Get file info Leave feedback Get file info GroupDocs...document information. Get file info for a file from local disk final...

    docs.groupdocs.com/redaction/java/get-file-info/
  5. Get file info | Documentation

    This article explains how to detect document File type, size and calculate pages count with GroupDocs.Comparison....Comparison basic / Get file info Get file info Leave feedback On...about a file: FileType represents the document file type (PDF...

    docs.groupdocs.com/comparison/python-net/get-fi...
  6. Get file info | Documentation

    This page describes how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Annotation basics / Get file info Get file info Leave feedback On...the following file information: is a document file type (PDF, Word...

    docs.groupdocs.com/annotation/java/get-file-info/
  7. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Changing Target File Format Changing Target File Format Leave feedback...Business Layer . Changing Target File Format GroupDocs.Assembly provides...

    docs.groupdocs.com/assembly/java/changing-targe...
  8. Load Password-Protected File | Documentation

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Password-Protected File Load Password-Protected File Leave feedback...below: load_password_protected_file.py from groupdocs.conversion...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....overwriting original file Save overwriting original file Leave feedback...original file: // Make a copy of sample file Files . copy ( new...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Determine the file type | Documentation

    This article explains how to get a type of a File with GroupDocs.Viewer for Java using Java..../ Determine the file type Determine the file type Leave feedback...feedback On this page A file type is a standard way that information...

    docs.groupdocs.com/viewer/java/how-to-determine...