Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 31,723 for

groupdocs.viewer

(0.12 sec)
  1. Load file from local disk | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/load-file-fr...
  2. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/save-document-...
  3. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/conversion/page/14/
  5. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/page/4/
  6. GroupDocs.Parser for Java | Documentation

    Note Welcome to the GroupDocs.Parser for Java GroupDocs.Parser is a convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, the user can extract metadata from the document. GroupDocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. GroupDocs.Parser for Java Online Documentation GroupDocs.Parser for Java Features GroupDocs.Parser for Java Limitations GroupDocs.Parser for Java Release Notes GroupDocs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/
  7. Saving documents | Documentation

    This section explains how to save document with different formats and source with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/saving/
  8. Basic Usage | Documentation

    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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/basic-usage/
  9. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files in JavaScript....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/basic...
  10. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files with just couple lines of code....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/basic-usage/