Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 13,263 for

file

(0.14 sec)
  1. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF File in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....the output PDF file Optimize the output PDF file Leave feedback...output PDF file for a web browser or to reduce the file size by...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. 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...
  3. Load file from local disk | Documentation

    This article demonstrates how to convert File stored on local disk using GroupDocs.Conversion for .NET API..../ Loading files from different sources / Load file from local...local disk Load file from local disk Leave feedback To load the source...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. Save file to local disk | Documentation

    This article demonstrates how to convert Files stored on local disk using GroupDocs.Conversion for .NET API..../ Saving / Save file to local disk Save file to local disk Leave...output file and converter options as parameters. File path can...

    docs.groupdocs.com/conversion/net/save-file-to-...
  5. Text file encoding detection | Documentation

    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...
  6. Get supported file formats | Documentation

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

    docs.groupdocs.com/comparison/python-net/get-su...
  7. Get supported file formats | Documentation

    This article shows how to check supported File formats....Get supported file formats Get supported file formats Leave feedback...the list of all the supported file formats by the static method:...

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

    This page describes how the search api is used to obtain a list of supported File types....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/search/java/get-supported-fi...
  9. Check if a file is encrypted | Documentation

    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 | Documentation

    This article shows that how to get the list of all supported File formats of GroupDocs.Redaction by using Java....Get supported file formats Get supported file formats Leave feedback...feedback Get supported file formats GroupDocs.Redaction allows...

    docs.groupdocs.com/redaction/java/get-supported...