Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 6,788 for

page

(0.03 sec)
  1. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....images in a particular section, page, slide, or document; Assign...watermark; Programmatically extract page setup & other information for...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  2. 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...
  3. 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...
  4. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Signature for .NET library...Signature Use Cases 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/signature/net/getting-started/
  5. 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 .NET API....Azure Blob Storage 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/net/loading-docum...
  6. Saving documents | Documentation

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original file, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same file or stream Save document to the specified location Save document to the specified stream...one of these guides: 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/net/saving-documents/
  7. Loading files | Documentation

    GroupDocs.Metadata allows you to load password-protected documents and load files from different sources. For more details please refer to the following guides:...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/java/loading-files/
  8. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....redactions Remove page redactions Was this page helpful? Not really...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/python-net/basic-u...
  9. Working with Image Reports - Single Row | Docum...

    Articles in this section...Image 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-im...
  10. Working with List Reports - Numbered | Document...

    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-li...