Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,207 for

import document

(0.54 sec)
  1. Announcing GroupDocs Online Document Viewer Blo...

    We are excited to introduce the GroupDocs.Viewer block for Moodle CMS. With this block installed, you can embed GroupDocs’ online Document viewer widget into Moodle webpages to display PDF, Microsoft Office and other common Document types on your website. You Moodle website visitors can then view Documents online directly on your website. What is Important, end users don’t have to install any software. Documents embedded to your website with GroupDocs.Viewer can be viewed using any standard web-browser....can embed GroupDocs’ online document viewer widget into Moodle...Microsoft Office and other common document types on your website. You...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  2. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Node.js you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to HTML Render to...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  3. Add watermarks to PDF documents | GroupDocs

    Add watermarks to specific PDF pages, images, and attachments using GroupDocs.Watermark for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product.../ To PDF documents Add watermarks to PDF documents Leave feedback...

    docs.groupdocs.com/watermark/python-net/add-wat...
  4. Saving a File to Local Disk | GroupDocs

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Saving...

    docs.groupdocs.com/conversion/java/save-file-to...
  5. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...visualization than the actual document for pictoral categories GroupDocs...renders the content of the document incorrect, but in order to...

    forum.groupdocs.com/t/different-visualization-t...
  6. Create Document Viewer in ASP.NET Core MVC for ...

    The online Document viewers have become popular after the grown usage of digital Documents, especially in the content management systems. The reason behind this popularity is you can view a variety of Document formats without purchasing or installing dedicated software programs. Considering the Importance of Document viewers, I thought to write an article on how to create a universal Document viewer in ASP.NET MVC. We are going to create an ASP....Tiếng Việt 中文 中國傳統的 The online document viewers have become popular...the grown usage of digital documents, especially in the content...

    blog.groupdocs.com/viewer/document-viewer-in-as...
  7. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to a specified stream using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...it. Python import io from groupdocs.metadata import Metadata def...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  8. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: Import com.groupdocs.redaction.options.ILogger; Import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. Common Master-Detail Image in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Word Document Creating a Common Master-Detail Image Please follow below steps you can create Common Master-Detail Template in MS Word 2013. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Master-Detail Image in Word Processing Document Common Master-Detail Image...

    docs.groupdocs.com/assembly/java/common-master-...
  10. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...if it were document content. 'use strict' ; // Import the GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/load-...