Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 8,049 for

page

(0.05 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....println ( fileType ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/get-supported...
  3. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. 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.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Installation | GroupDocs

    This guide explains how to install GroupDocs.Conversion for Python via .NET to your environment...Installation Leave feedback On this page Install Package from PyPI PyPI...language. Visit the package page for more details. Installing...

    docs.groupdocs.com/conversion/python-net/gettin...
  6. Licensing and Subscription | GroupDocs

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article....Subscription Leave feedback On this page Sometimes, in order to study...the limitations: Only first 2 pages are processed. Trial badges...

    docs.groupdocs.com/editor/java/licensing-and-su...
  7. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loading of external resources during conversion...resources Leave feedback On this page What are external resources...maintainability, and scalability of web pages and other documents. These resources...

    docs.groupdocs.com/conversion/java/skip-loading...
  8. GroupDocs.Total for .NET overview | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....overview Leave feedback On this page GroupDocs.Total for .NET is...submit a ticket to our . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/total/net/product-overview/
  9. How to run examples | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....examples Leave feedback On this page We offer multiple solutions...outputFilePathFormat = @"output\page-{0}.html" ; HtmlViewOptions...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  10. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....sensitivity Leave feedback On this page allows you to adjust comparison...SensitivityOfCompari = 100 Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/adjusting-co...