Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 16,548 for

file

(1.14 sec)
  1. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Guide / Basic usage / Get file info Get file info Leave feedback GroupDocs...document information. Get file info for a file from local disk using...

    docs.groupdocs.com/redaction/net/get-file-info/
  2. list-supported-file-types.txt

    Zipped File .zip G-Zip Compressed File .gz 7-Zip Compressed File .7z Consolidated Unix File Archive .tar Roshal ARchive Compressed File .rar Bzip2 Compressed File .bz2 Visio Drawing File .vsd Visio......Zipped File .zip G-Zip Compressed File .gz 7-Zip Compressed File...File .7z Consolidated Unix File Archive .tar Roshal ARchive Compressed...

    docs.groupdocs.com/merger/python-net/_output_fi...
  3. Save overwriting original file | GroupDocs

    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...
  4. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, DOTX, ODT, OTT, RTF, XLS, XLSX, XLSB, XLSM, XLT, XLTX, XLTM, XLAM, CSV, TSV, ODS, OTS, FODS, SXC, NUMBERS, PDF, EPUB, AZW3, MOBI, TXT, XML, CHM...started / Supported file formats Supported file formats Leave feedback...On this page This topic lists file formats supported by GroupDocs...

    docs.groupdocs.com/markdown/net/supported-file-...
  5. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...overwriting original file Save overwriting original file Leave feedback...document, replacing an original file: C# using ( Redactor redactor...

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

    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....Get supported file formats Get supported file formats Leave feedback...to obtain a list of supported file types. An example of obtaining...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Load specific file formats | GroupDocs

    Learn how to load specific File formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Load specific file formats Load specific file formats Leave feedback...Create Parser object with the file path and LoadOptions Call extraction...

    docs.groupdocs.com/parser/python-net/load-speci...
  8. Merge Multiple File Types into One File using J...

    Combine two or more documents of different File formats into one single File in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API....different documents into one single file. In this article, you will learn...same or different file types into one file using Java. In another...

    blog.groupdocs.com/merger/merge-multiple-file-t...
  9. Get file info | GroupDocs

    This article explains how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Comparison basic / Get file info Get file info Leave feedback On...following file information: represents the document file type (PDF...

    docs.groupdocs.com/comparison/java/get-file-info/
  10. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Indexing / Text file encoding detection Text file encoding detection...automatically detect encoding of a text file, the property defined in the...

    docs.groupdocs.com/search/net/text-file-encodin...