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

page

(0.06 sec)
  1. Get started | Documentation

    Get started with GroupDocs.Viewer for .NET (C#)...Viewer in Docker 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/getting-started/
  2. Loading documents from different sources | Docu...

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Annotation for Java API....Load document from FTP 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/annotation/java/loading-docu...
  3. Load documents from different sources | Documen...

    This article contains document loading use-cases with GroupDocs.Viewer within your Java applications....stream Load from URL 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/loading-document...
  4. Developer Guide | Documentation

    Note This section describes some basic and advanced use cases of GroupDocs.Watermark for Java. Please refer to GitHub repository for more examples and samples....Usage Migration Notes 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/watermark/java/developer-guide/
  5. Advanced usage | Documentation

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like document conversion process customization, track conversion progress, load documents from different sources etc....Converting Loading 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/nodejs-java/advan...
  6. Working with a Business Case | Documentation

    Articles in this section...The Business Layer 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/working-with-a...
  7. 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...
  8. 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...
  9. Advanced usage | Documentation

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like document conversion process customization, track conversion progress, load documents from different sources etc....Listening to events Saving 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/java/advanced-usage/
  10. Document rendering basics | Documentation

    Convert documents to PDF, HTML, PNG, and JPEG formats using GroupDocs.Viewer for Python....documents Render Images 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/python-net/document-r...