Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 4,442 for

as

(0.03 sec)
  1. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument clAss from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API.

    docs.groupdocs.com/editor/net/create-editabledo...
  2. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add pAsswords, set user permissions, and control document access for enhanced protection...Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection

    blog.groupdocs.com/signature/protect-signed-pdf...
  3. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 hAs been releAsed and it is available for download. The latest version supports rendering of ISFF-bAsed DGN (V7) file format. Furthermore, we have added 4 improvements As well As 4 critical bug fixes in this releAse. For details about the changes in version 18.7, pleAse have a look at the releAse notes. Below is the list of new features, improvements, and fixes added in v18....We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18.

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  4. Convert to XPS, SVG and OTS formats with GroupD...

    We As GroupDocs team is excited to announce another monthly releAse of GroupDocs.Conversion for .NET v17.1.0. In this releAse new file format “XPS, SVG and OTS” are added in supported file format list. Monthly releAse of Document Conversion API is adding new features like " Metered licensing and conversion to gray-scale image". Also introducing some improvements like “memory handling on save and Improved output file name if converting from/to page” along with other four fixes....We as GroupDocs team is excited to announce another monthly release of GroupDocs.Conversion for .NET v17.1.0. In this release new file format “XPS, SVG and OTS” are added in supported file format list. Monthly release of Document Conversion API is adding new features like " Metered licensing and conversion to gray-scale image". Also introducing some improvements like “memory handling on save and Improved output file name if converting from/to page” along with other four fixes.

    blog.groupdocs.com/conversion/convert-xps-svg-o...
  5. Working with Email Messages | Documentation

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Email Messages GroupDocs.Assembly allows you to use data bands in table rows in Email Messageswith HTML and RTF bodies. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the lAst occupied row As follows....Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Email Messages GroupDocs.Assembly allows you to use data bands in table rows in Email Messageswith HTML and RTF bodies. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.

    docs.groupdocs.com/assembly/net/working-with-em...
  6. GroupDocs.Assembly for .NET 18.2 Release Notes ...

    This page contains releAse notes for GroupDocs.Assembly for .NET 18.2. Major Features This releAse extends abilities to work with single-column table data bands and conditional blocks. Full List of Features Covering all Changes in this ReleAse Key Summary Category AsSEMBLYNET-61  Support single-column table-row data bands for Word Processing documents  Feature AsSEMBLYNET-62 Support single-column table-row data bands for Spreadsheet documents Feature AsSEMBLYNET-63 Support single-column table-row data bands for Presentation documents  Feature AsSEMBLYNE4-63 Support single-column table-row data bands for email messages with HTML and RTF bodies Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....This page contains release notes for GroupDocs.Assembly for .NET 18.2. Major Features This release extends abilities to work with single-column table data bands and conditional blocks. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-61  Support single-column table-row data bands for Word Processing documents  Feature ASSEMBLYNET-62 Support single-column table-row data bands for Spreadsheet documents Feature ASSEMBLYNET-63 Support single-column table-row data bands for Presentation documents  Feature ASSEMBLYNE4-63 Support single-column table-row data bands for email messages with HTML and RTF bodies Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  7. How to Convert DOCX to PNG using Node.js

    In this article, you will learn how to convert DOCX to PNG using Node.js. We will also provide code to export DOCX to PNG in Node.js....In this article, you will learn how to convert DOCX to PNG using Node.js. We will also provide code to export DOCX to PNG in Node.js.

    kb.groupdocs.com/conversion/nodejs/how-to-conve...
  8. How to Add Replacement Annotation in PDF using C#

    This tutorial offers guidance on how to add replacement annotation in PDF using C#. Also, it includes code and steps to insert replacement annotation to PDF in C#....This tutorial offers guidance on how to add replacement annotation in PDF using C#. Also, it includes code and steps to insert replacement annotation to PDF in C#.

    kb.groupdocs.com/annotation/net/how-to-add-repl...
  9. Update Watermark Text in DOCX Using C#

    Explore how to update watermark text in DOCX using C#. Also, we'll furnish you with code to change watermark text in DOCX in C# without extra software installation....Explore how to update watermark text in DOCX using C#. Also, we'll furnish you with code to change watermark text in DOCX in C# without extra software installation.

    kb.groupdocs.com/watermark/net/update-watermark...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string As input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used As per the application needs. Follow these steps to using a string As input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.AssembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets.

    docs.groupdocs.com/assembly/java/working-with-s...