Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 6,864 for

page

(0.06 sec)
  1. Set license under Mono/Linux | Documentation

    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...
  2. 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....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. Save in rasterized PDF | Documentation

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

    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. GroupDocs.Metadata for Node.js overview | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....overview Leave feedback On this page GroupDocs.Metadata for Node...comments, form fields, hidden pages, etc Work with a variety of...

    docs.groupdocs.com/metadata/nodejs-java/product...
  7. Advanced usage | Documentation

    Learn about GroupDocs.Comparison advanced usage and its multiple powerful features like document comparison customization, loading documents from different sources etc....Generate document pages preview Was this page helpful? Not really...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/nodejs-java/advan...
  8. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Presentations Leave feedback On this page You must be familiar with PPTX...quality and accuracy. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/python-net/merge/powe...
  9. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....documents is presented on the page. To get the number of passwords...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/document-passwords/
  10. Comparison basic | Documentation

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just couple lines of code....as an object model 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/comparison/net/basic-usage/