Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 8,322 for

page

(0.05 sec)
  1. 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...
  2. 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...
  3. Re: Viewer doesn't handle midle excel documents...

    Hi, Same problems occur while loading mid size Excel file (attached). The latest version has a bug and memory leak (CPU is 100% and memory consumption rises 4 times). The process is being looped - prev versions worked f…... The older one showed first page in about 15-19 seconds while...default, when you open a web-page with GroupDocs.Viewer widget...

    forum.groupdocs.com/t/re-viewer-doesnt-handle-m...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...a background of a slide or a page. It is meant to enhance but...is not the focal point of the page/slide. Watermarks are sometimes...

    blog.groupdocs.com/groupdocs.blog/page/43/
  5. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....document, transforming all pages into raster images or keep the...images of redacted document’s pages. The sanitized document contains...

    docs.groupdocs.com/redaction/python-net/feature...
  6. Add highlight annotation | GroupDocs

    The Page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....annotation Leave feedback On this page Highlight annotation highlights...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/java/add-highligh...
  7. Add underline annotation | GroupDocs

    The Page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....annotation Leave feedback On this page GroupDocs.Annotation allows...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/java/add-underlin...
  8. How to integrate GroupDocs.Viewer in ASP.NET Co...

    This guide steps through integration process of GroupDocs.Viewer.UI in ASP.NET Core Web application...Leave feedback On this page This page describes how to develop...NET as a rendering engine. The page describes how to create an application...

    docs.groupdocs.com/viewer/net/how-to-integrate-...
  9. Features Overview | GroupDocs

    Learn how to add, search, and remove watermarks from documents and images using GroupDocs.Watermark for Java. Supports text, image, and invisible watermarks for document security....Overview Leave feedback On this page GroupDocs.Watermark for Java...background images Rasterize PDF pages and preview document content...

    docs.groupdocs.com/watermark/java/features-over...
  10. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....display text or graphics across pages. You can add watermarks into...section or target specific pages. Adding watermark to a particular...

    docs.groupdocs.com/watermark/python-net/add-wat...