Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 5,035 for

assemble

(1.06 sec)
  1. Fluent syntax | GroupDocs

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/fluent-syntax/
  2. Optimize a PDF file for a browser | GroupDocs

    Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Optimize the PDF file resources | GroupDocs

    Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....Assembly Product Solution GroupDocs...

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

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/compar...
  6. Subset fonts | GroupDocs

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/save-a-modified...
  8. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/extend-suppor...
  9. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. How to run examples | GroupDocs

    How to run examples....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/how-to-...