Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 5,264 for

file viewer

(0.06 sec)
  1. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other File types using GroupDocs.Merger for .NET....Viewer Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/add-document-pass...
  2. Get started | Documentation

    Getting started section for GroupDocs.Viewer for Node.js...Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Node.js...

    docs.groupdocs.com/viewer/nodejs-java/getting-s...
  3. Get started | Documentation

    Getting started section for GroupDocs.Viewer for Java...Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/getting-started/
  4. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Viewer Product Solution GroupDocs...C# using ( documentStream = File . OpenRead ( "input.pdf" ))...

    docs.groupdocs.com/annotation/net/load-document...
  5. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Viewer Product Solution GroupDocs...from images, audio and video files Calculating common document...

    docs.groupdocs.com/metadata/java/features-overv...
  6. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....Viewer Product Solution GroupDocs...instance, passing the output file name and the configured ConvertOptions...

    docs.groupdocs.com/conversion/java/add-watermark/
  7. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....Viewer Product Family GroupDocs.Comparison...class and load the source PDF file Create an instance of the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Save to stream | Documentation

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Viewer Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Viewer Product Solution GroupDocs...annual-review.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-to-p...
  10. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....Viewer Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/java/rotate-pages/