Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 6,201 for

informations

(0.84 sec)
  1. 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....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/java/load-document-fr...
  3. How to install Asian Fonts on Ubuntu | GroupDocs

    This article will guide you through the installation of Asian Fonts on Ubuntu....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  4. Subset fonts | GroupDocs

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Get only summary page | GroupDocs

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/java/get-only-sum...
  6. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/java/compare-book...
  7. Optimize a PDF file for a browser | GroupDocs

    Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. Optimize spreadsheets in a PDF file | GroupDocs

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/net/set-password-...
  10. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/python-net/compar...