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

page

(1.19 sec)
  1. 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...
  2. Use Cases | GroupDocs

    This section presents various real-world use cases for GroupDocs.Parser for .NET... Pages in this section Extract Tables...from PDF Documents Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/use-cases/
  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. GroupDocs.Redaction Overview | GroupDocs

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....documents as PDF, transforming all pages into raster images or save the...redaction tool; An ability to set page range for rendering document...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  6. Document rendering basics | GroupDocs

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert different document types to PDF, HTML, PNG, and JPEG formats....Render archive files 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/net/document-renderin...
  7. Changing Background Color Dynamically | GroupDocs

    Note This feature is supported by version 17.12 or greater Note The code uses some of the objects defined in The Business Layer. Changing Background Color You can set text background color for document contents dynamically using backColor tags. Download Change Background Color Dynamically.docx... Download 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/java/changing-backg...
  8. Other | GroupDocs

    Learn about managing metadata for various important formats....with TORRENT files 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/metadata/net/other/
  9. Loading files | GroupDocs

    The listed articles below explain how to load password-protected documents and load files from different sources....password-protected document 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/metadata/net/loading-files/
  10. Working with Paragraph Reports | GroupDocs

    Articles in this section...List in Email Document 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/working-with-pa...