Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,512 for

make

(0.26 sec)
  1. Licensing | GroupDocs

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... To make this easier, GroupDocs.Annotation...

    docs.groupdocs.com/annotation/java/licensing-an...
  2. Licensing | GroupDocs

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... To make this easier, GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/licensing-and...
  3. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more.... Its purpose is to make it more difficult for the original...

    docs.groupdocs.com/watermark/net/features-overv...
  4. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This Makes the whole implementation very ineffic…... This makes the whole implementation very...Check the library version – make sure you are using the latest...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...
  5. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)... To make this easier, GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/licensing-and...
  6. Licensing | GroupDocs

    Free conversion API version for java developers is available to evaluate the API which will be similar to licensed version but with few limitations.... To make this easier, GroupDocs.Conversion...

    docs.groupdocs.com/conversion/java/licensing-an...
  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. 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...
  8. convert_and_remove_metadata.zip

    demo_app/business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview......Be sure to include what will make the business successful, how...will be used, and how it will make the business more profitable...

    docs.groupdocs.com/total/python-net/_sample_fil...
  9. 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-...
  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...