Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 4,686 for

as

(0.22 sec)
  1. 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...
  2. 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...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers

    blog.groupdocs.com/groupdocs.blog/page/31/
  4. Remove Watermark from PDF Documents in Java | W...

    Delete or remove watermarks from PDF and other documents in Java. An overview for Java developers to create a watermark removing applications....Delete or remove watermarks from PDF and other documents in Java. An overview for Java developers to create a watermark removing applications.

    blog.groupdocs.com/watermark/remove-watermark-f...
  5. GroupDocs Introduced New Pricing Plans for Its ...

    Introduction We’ve recently introduced a set of new pricing plans for our document management solutions. Our objective is to make GroupDocs apps appealing to all types of users or groups, regardless of their size. We have launched these new plans after collecting valuable feedback from our customers. [caption id=“attachment_646” align=“alignnone” width=“632” caption=“Fig.1: GroupDocs introduced new pricing plans for its document management solutions”] [/caption] Pricing Plan Types As well As the Free plan, we have three other pricing plans:...Introduction We’ve recently introduced a set of new pricing plans for our document management solutions. Our objective is to make GroupDocs apps appealing to all types of users or groups, regardless of their size. We have launched these new plans after collecting valuable feedback from our customers. [caption id=“attachment_646” align=“alignnone” width=“632” caption=“Fig.1: GroupDocs introduced new pricing plans for its document management solutions”] [/caption] Pricing Plan Types As well as the Free plan, we have three other pricing plans:

    blog.groupdocs.com/total/groupdocs-introduced-n...
  6. 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...
  7. Show Hide Track Changes feature Announced for W...

    ReleAsing GroupDocs.Conversion 3.4.0 API We are happy to reveal the new releAse of GroupDocs.Conversion for .NET API 3.4.0 with most demanding features addition. This version hAs a new installer and some new features and fixes are introduced. We recommend that you download and update your application immediately with new API releAse to enhance performance of your app and add new exciting features. Features - Document Conversion API Version 3.4.0 In this new Version of GroupDocs....Releasing GroupDocs.Conversion 3.4.0 API We are happy to reveal the new release of GroupDocs.Conversion for .NET API 3.4.0 with most demanding features addition. This version has a new installer and some new features and fixes are introduced. We recommend that you download and update your application immediately with new API release to enhance performance of your app and add new exciting features. Features - Document Conversion API Version 3.4.0 In this new Version of GroupDocs.

    blog.groupdocs.com/conversion/announcing-show-h...
  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. Get document info | GroupDocs

    Retrieve file type, page count, size, and encryption using Python via .NET....Retrieve file type, page count, size, and encryption using Python via .NET.

    docs.groupdocs.com/watermark/python-net/get-doc...
  10. HTML to PDF conversion issue - java - Free Supp...

    We experience an issue with the HTML to PDF conversion when using Quarkus 3, openjdk 17.0.2, Windows 10 20H2 and GroupDocs conversion 23.5 Run ApplicationMonitorTest to see how everything hangs when we are trying to go …...We experience an issue with the HTML to PDF conversion when using Quarkus 3, openjdk 17.0.2, Windows 10 20H2 and GroupDocs conversion 23.5 Run ApplicationMonitorTest to see how everything hangs when we are trying to go …

    forum.groupdocs.com/t/html-to-pdf-conversion-is...