Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 5,734 for

groupdocs.total,

(0.59 sec)
  1. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/generate-docu...
  2. eSign document with QR-code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/esign-documen...
  3. Merge PDF is doubling the Size using GroupDocs ...

    Hi Team, We use Groupdocs PDF Merge funtionality. In that, When you try to merge two PDF’s (3.2 MB & 9 KB), Scenario 1: If the first PDF is 3.2 MB and the Second PDF is 9 KB, the Outcome is doubling the Size as 6.4 MB …...Hi Team, We use Groupdocs PDF Merge funtionality. In that, When you try to merge two PDF’s (3.2 MB & 9 KB), Scenario 1: If the first PDF is 3.2 MB and the Second PDF is 9 KB, the Outcome is doubling the Size as 6.4 MB …

    forum.groupdocs.com/t/merge-pdf-is-doubling-the...
  4. 使用 Java 从 DOC 中提取文本

    本文介绍如何使用 Java 从 DOC 中提取文本。它还提供了使用 Java 从 DOC 中提取文本的代码示例,无需使用额外的软件。...本文介绍如何使用 Java 从 DOC 中提取文本。它还提供了使用 Java 从 DOC 中提取文本的代码示例,无需使用额外的软件。

    kb.groupdocs.com/zh/parser/java/extract-text-fr...
  5. Electronic Signature PDF with Metadata signatur...

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature

    docs.groupdocs.com/signature/net/esign-pdf-with...
  6. Subscribing for search process events | GroupDocs

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/subscribing-f...
  7. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page.... This article explains how to use extended Digital electronic signatures options and adjustment on document page.

    docs.groupdocs.com/signature/java/sign-document...
  8. Extract text from EPUB eBooks | GroupDocs

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB.

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Convert Image using OCR | GroupDocs

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert-image...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so.

    docs.groupdocs.com/redaction/net/use-advanced-r...