Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 16,688 for

file

(0.47 sec)
  1. Get supported file types | GroupDocs

    This article explains how to obtain supported File formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications..../ Get supported file types Get supported file types Leave feedback...demonstrates how to get supported file formats list. List < FileType...

    docs.groupdocs.com/merger/java/get-supported-fi...
  2. Supported File Formats | GroupDocs

    The following article indicates the File formats that GroupDocs.Comparison can work with....Started / Supported File Formats Supported File Formats Leave feedback...On this page This topic lists file formats supported by . You can...

    docs.groupdocs.com/comparison/python-net/suppor...
  3. Supported File Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...NET / Supported File Formats Supported File Formats Leave feedback...feedback Tip Need to convert files online? Try the to convert DOCX...

    docs.groupdocs.com/conversion/python-net/suppor...
  4. Changing Target File Format | GroupDocs

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

    This topic lists File formats supported by GroupDocs.Total for Java....Java / Supported file formats Supported file formats Leave feedback...this page Explore the diverse file formats supported by GroupDocs...

    docs.groupdocs.com/total/java/supported-documen...
  6. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....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...
  7. 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...
  8. 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...
  9. 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-...
  10. 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/