Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 4,541 for

as

(0.06 sec)
  1. The Business Layer | GroupDocs

    Common Utilities ClAss Document Directories Applying Product License Data Layer ClAss Use Tables of Word Processing Documents As Data Sources Use Spreadsheets As Data Sources Use Tables of Presentation Documents As Data Sources Data Storage ClAss Complete Common Utilities ClAss...Common Utilities Class Document Directories Applying Product License Data Layer Class Use Tables of Word Processing Documents as Data Sources Use Spreadsheets as Data Sources Use Tables of Presentation Documents as Data Sources Data Storage Class Complete Common Utilities Class

    docs.groupdocs.com/assembly/java/the-business-l...
  2. Comparison result does not include all text - F...

    Hello! When comparing documents, sometimes, some text does not appear at all in the comparison result. This can be reproduced by using the following documents: doc1.docx (13.4 KB) doc2.docx (13.8 KB) In doc2 there a…...Hello! When comparing documents, sometimes, some text does not appear at all in the comparison result. This can be reproduced by using the following documents: doc1.docx (13.4 KB) doc2.docx (13.8 KB) In doc2 there a…

    forum.groupdocs.com/t/comparison-result-does-no...
  3. Set image size limits | GroupDocs

    Set image size limits when rendering image to PDF...Set image size limits when rendering image to PDF

    docs.groupdocs.com/viewer/net/set-image-size-li...
  4. Groupdocs Viewer 8.0.7 - Wrong page no displaye...

    Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem. Issue Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…...Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem. Issue Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…

    forum.groupdocs.com/t/groupdocs-viewer-8-0-7-wr...
  5. Working with JSON Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releAses. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDatAsource clAss. You can pAss its instance to the Assembler As a data source. Using of JsonDatAsource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended As follows:...Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDataSource class. You can pass its instance to the assembler as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:

    docs.groupdocs.com/assembly/net/working-with-js...
  6. How to implement a custom document handler? - F...

    Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such As Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…...Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such as Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…

    forum.groupdocs.com/t/how-to-implement-a-custom...
  7. How to Convert Excel to Image in Java

    This article describes the process to convert Excel to Image in Java and provides a working example code snippet for Java Excel to Image converter application....This article describes the process to convert Excel to Image in Java and provides a working example code snippet for Java Excel to Image converter application.

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.

    docs.groupdocs.com/watermark/java/adding-text-w...
  9. How to Convert HTML to RTF in Java

    This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application....This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application.

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Convert DOCX to MHTML using Node.js

    Within this article, you'll discover the process how to convert DOCX to MHTML using Node.js. Also, we'll supply code necessary to export DOCX to MHTML in Node.js....Within this article, you'll discover the process how to convert DOCX to MHTML using Node.js. Also, we'll supply code necessary to export DOCX to MHTML in Node.js.

    kb.groupdocs.com/conversion/nodejs/convert-docx...