Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 7,580 for

page

(0.06 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. Set license under Mono/Linux | GroupDocs

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...licenseStream ); } 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/conversion/net/set-license-u...
  3. Adding NEXT Field into Template Syntax | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.3.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following products: . <><><<[ProductName]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here.... The Code 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/assembly/net/adding-next-fie...
  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. 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...
  6. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Requirements Leave feedback On this page GroupDocs.Comparison for Node...other third‑party software. This page lists the supported platforms...

    docs.groupdocs.com/comparison/nodejs-java/syste...
  7. Render hidden pages | GroupDocs

    Learn how to render hidden Pages on website or in other c# applications with GroupDocs.Viewer for Java...documents / Render hidden pages Render hidden pages Leave feedback By...Visio documents (for hidden pages) PowerPoint presentations (for...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  8. Customize watermarks | GroupDocs

    This article shows how to adjust text or image watermarks to your needs....watermarks Leave feedback On this page GroupDocs.Watermark offers many...take into account the existing page margins of the document when...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  9. Render Outlook data files as HTML, PDF, and ima...

    Convert Outlook (PST/OST) files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....files Leave feedback On this page allows you to render Microsoft...entire document or specific pages. Supported Outlook data file...

    docs.groupdocs.com/viewer/python-net/render-out...
  10. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Comparison for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Docker Leave feedback On this page This guide shows how to run...optional license file. See the page for more details. Note You can...

    docs.groupdocs.com/comparison/nodejs-java/runni...