Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 4,145 for

as

(0.04 sec)
  1. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly releAse of GroupDocs.Viewer for .NET is out now. In the current releAse, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18....Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18.

    blog.groupdocs.com/viewer/render-print-area-in-...
  2. Edit Email | Documentation

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java....This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  3. Convert JPG to PDF using C#

    By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#....By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#.

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  4. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly releAse of GroupDocs.Comparison for .NET 17.2.0 API with eight new features like support of Imaging DjVu file format, FormulAs, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly releAse is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed information is listed below....We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight new features like support of Imaging DjVu file format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed information is listed below.

    blog.groupdocs.com/comparison/formulas-smart-ar...
  5. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....This article explains how to implement custom encryption for QR-code electronic signatures.

    docs.groupdocs.com/signature/java/implement-cus...
  6. GroupDocs.Viewer for .NET Library Version 2.8.0...

    Recently we’ve updated our GroupDocs.Viewer for .NET library up to the version 2.8.0. In this post I’d like to discover some of the most remarkable updates implemented in this latest version: New Page Layout OptionsSo far, when viewing documents, you had the following page layout options: Scroll view – pages are placed in a continuous chain, one after another. One page in a row – one page fit to client’s screen....Recently we’ve updated our GroupDocs.Viewer for .NET library up to the version 2.8.0. In this post I’d like to discover some of the most remarkable updates implemented in this latest version: New Page Layout OptionsSo far, when viewing documents, you had the following page layout options: Scroll view – pages are placed in a continuous chain, one after another. One page in a row – one page fit to client’s screen.

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  7. Problem with "AllAndNone" font converting PDF t...

    We received a document that’s causing problems when viewing it with GroupDocs. Instead of the actual text, it just display some strange characters: image.jpg (311.3 KB) Adobe Reader displays that “AllAndNone” Font is …...We received a document that’s causing problems when viewing it with GroupDocs. Instead of the actual text, it just display some strange characters: image.jpg (311.3 KB) Adobe Reader displays that “AllAndNone” Font is …

    forum.groupdocs.com/t/problem-with-allandnone-f...
  8. How to Convert RTF to PDF using C#

    Convert documents using an eAsy-to-use library and learn how to convert RTF to PDF using C#. Look over the sample code for C# RTF to PDF functionality....Convert documents using an easy-to-use library and learn how to convert RTF to PDF using C#. Look over the sample code for C# RTF to PDF functionality.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Remove Annotation Reply from PDF using C#

    The intention of this tutorial is to teach you how to remove annotation reply from PDF using C# with all steps and code example to delete reply annotation using C# from PDF....The intention of this tutorial is to teach you how to remove annotation reply from PDF using C# with all steps and code example to delete reply annotation using C# from PDF.

    kb.groupdocs.com/annotation/net/how-to-remove-a...
  10. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You can eAsily use GroupDocs.Redaction for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify repository configuration/location in your project As follows: Maven GroupDocs Artifact Repository GroupDocs Artifact Repository https://releAses.groupdocs.com/java/repo/ Gradle repositories { maven { url "https://repository.groupdocs.com/repo/" } } Kotlin repositories { maven(url = "https://repository.groupdocs.com/repo/") } Ivy docs.groupdocs.com/redaction/java/installation/