Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 16,362 for

file

(0.06 sec)
  1. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using C#....Get supported file formats Get supported file formats Leave feedback...get the list of all supported file formats by these steps: Call...

    docs.groupdocs.com/redaction/net/get-supported-...
  2. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....Loading / Load file from local disk Load file from local disk...On this page When the source file is located on the local disk...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  3. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Loading / Load file from local disk Load file from local disk...this page When the document file is located on the local disk...

    docs.groupdocs.com/parser/python-net/load-file-...
  4. 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...
  5. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....Get supported file formats Get supported file formats Leave feedback...demonstrates how to get supported file formats list. IEnumerable <...

    docs.groupdocs.com/signature/net/get-supported-...
  6. 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...
  7. 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...
  8. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Get supported file formats Get supported file formats Leave feedback...demonstrates how to get a supported file formats list. basic_usage.GetSupportedFileForm...

    docs.groupdocs.com/watermark/java/get-supported...
  9. Check if a file is encrypted | GroupDocs

    This article explains how to check if a File is encrypted using Java with GroupDocs.Viewer for Java..../ Check if a file is encrypted Check if a file is encrypted Leave...authorized people to open the file. So, only those who have an...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  10. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Get supported file formats Get supported file formats Leave feedback...how to get list of supported file formats: Java import com.groupdocs...

    docs.groupdocs.com/comparison/java/get-supporte...