Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,165 for

make

(0.03 sec)
  1. Using Markdown Documents | Documentation

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....reason behind the Markdown is to make it easy to read, write and edit...

    docs.groupdocs.com/assembly/java/using-markdown...
  2. Licensing | Documentation

    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...
  3. Licensing | Documentation

    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...
  4. Numbered List in Email Document | Documentation

    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...
  5. Multicolored Numbered List in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Multicolored Numbered List in Microsoft PowerPoint Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013....“Design” tab and select color to make it colored list. Save the template...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  6. Numbered List in Email Document | Documentation

    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-...
  7. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java.... specifies make fonts not embedded. PdfFormattingOptions...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Generated PDF Alignment is wrong - Free Support...

    I have generated PDF using a MS Word File. The alignment are not coming as same. It is an Urgent Issue. Please respond as soon as possible. Attached Word Document and Generated PDF GeneratedPDF.pdf (96.3 KB) TestTemp…... Can you please make sure this fix is available in...

    forum.groupdocs.com/t/generated-pdf-alignment-i...
  9. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images... You can also make the image . Following code sample...

    docs.groupdocs.com/watermark/net/working-with-s...
  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...