Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,544 for

make

(0.53 sec)
  1. Manage Your Documents Efficiently with GroupDoc...

    It’s difficult to find different document management solutions in one place for your diverse needs. You might spend your dime for separate stand-alone apps to fulfill your requirements. On the contrary, we, in GroupDocs, offer different document management apps as a suite to satisfy all your needs. [caption id=“attachment_1591” align=“alignnone” width=“600” caption=“Manage your documents efficiently with GroupDocs’ document management apps suite”]![Manage your documents efficiently with GroupDocs’ document management apps suite] “Manage your documents efficiently with GroupDocs’ document management apps suite”)[/caption] GroupDocs offer six powerful apps to efficiently manage your documents....review the document, you can make use of GroupDocs’ efficient...

    blog.groupdocs.com/viewer/manage-your-documents...
  2. Convert TXT to PPTX using Node.js

    Quickly convert TXT to PPTX using Node.js for seamless presentation creation. This guide helps you export TXT to PPTX in Node.js with reliable and fast conversion APIs....and cross-format flexibility make this approach ideal for developers...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  3. Advanced search for Image signatures | GroupDocs

     This article explains how to Make advanced search for Image electronic signatures with GroupDocs.Signature API....of This example shows how to make advanced search for Image signature...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Advanced search for Barcode signatures | GroupDocs

     This article explains how to Make advanced search for Barcode electronic signatures with GroupDocs.Signature API.... This example shows how to make advanced search for Barcode...

    docs.groupdocs.com/signature/net/advanced-searc...
  5. Numbered List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Numbered List in Email Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”.... Hence, you can make the list numbering to restart...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  6. System.ArgumentException: MaxValue can't be les...

    We are getting the following error event for a chm files when trying to index them. We are getting the exception via index.Events.ErrorOccurred += ... System.ArgumentException: MaxValue can't be less than StartValue …...specifying ranges or limits, make sure that the maximum value...

    forum.groupdocs.com/t/system-argumentexception-...
  7. Numbered List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Numbered List in Email Document Creating a Numbered List Practicing the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”. Start numbered list. Save the template. Reporting Requirement As a report developer, you are required to represent the following key requirements:... Hence, you can make the list numbering to restart...

    docs.groupdocs.com/assembly/java/numbered-list-...
  8. Launch in operating systems other than windows ...

    Limitations Because of the lack of Windows fonts in target OS (Android, macOS, Linux, etc), fonts used in documents are substituted with available fonts, this might lead to inaccurate document layout when rendering the document to PNG, JPG, and PDF. If GroupDocs.Watermark for .NET Standard is intended to be used in a Linux environment, an additional NuGet package should be referenced to Make it work correctly with graphics: SkiaSharp.NativeAssets.Linux for Ubuntu (it also should work on most Debian-based Linux distributions) or Goelze....package should be referenced to make it work correctly with graphics:...

    docs.groupdocs.com/watermark/net/launch-in-oper...
  9. Install GroupDocs.Viewer for Java | GroupDocs

    This topic describes how to install GroupDocs.Viewer for Java.... Also, make sure you have installed. Create...

    docs.groupdocs.com/viewer/java/installation/
  10. How to use rspec to test GroupDocs API - Part 2

    In the first article, How to use rspec to test GroupDocs API. Part 1, we created first test for GroupDocs API. This article describes in details how tests works, what expectation and matchers are, and how to test an API with the PULL method. Expectation and Matchers So what are expectation and matchers? Lets look at a small example: string ="GroupDocs" string.should have(9).characters string.should\_not have(5).characters Expectations are defined by should and the negative form should_not....difference is contextual to make tests more understandable. Example...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...