Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 5,133 for

groupdocs.watermark,

(0.23 sec)
  1. 自定義字體 on GroupDocs Blog | Document Automation S...

    自定義字體 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in 自定義字體 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Python平鋪水印範例:......自定義字體 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in 自定義字體 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Python平鋪水印範例:...

    blog.groupdocs.com/zh-hant/tag/自定義字體/index.xml
  2. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。

    kb.groupdocs.com/zh/conversion/page/6/
  3. Using OCR to extract a text from images and PDF...

    GroupDocs.Parser provides API to extract a text from image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....GroupDocs.Parser provides API to extract a text from image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser.

    docs.groupdocs.com/parser/net/using-ocr/
  4. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/load-password...
  5. Convert to grayscale | Documentation

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API.

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size.

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for .NET....This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for .NET.

    docs.groupdocs.com/comparison/net/load-file-fro...
  8. Remove form fields | Documentation

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options.

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Using Tables of Word Processing Documents as Da...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Word Processing Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Word Processing Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.

    docs.groupdocs.com/assembly/net/using-tables-of...
  10. Defining Relations Between DocumentTable Instan...

    Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances API provides the ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler...Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances API provides the ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler

    docs.groupdocs.com/assembly/java/defining-relat...