Sort Score
Result 10 results
Languages All
Labels All
Results 4,851 - 4,860 of 12,234 for

new

(0.38 sec)
  1. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used to test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light...... Simple text in Times New Roman 12 followed by an empty...this line. This line is in the new section. Next here is an empty...

    blog.groupdocs.com/uk/markdown/groupdocs-markdo...
  2. rich-text-formatting.md.txt

    This document contains a variety of formatted elements that are used to test document rendering quality during file conversion # **Font Formatting** Source Sans Pro Light...... Simple text in Times New Roman 12 followed by an empty...this line. This line is in the new section. Next here is an empty...

    blog.groupdocs.com/fa/markdown/groupdocs-markdo...
  3. Annotate PDF and Other Documents Online in Drup...

    We’re excited to announce the launch of the GroupDocs Annotation plugin for Drupal. The plugin lets you embed documents into Drupal webpages to review and annotate them through a browser. So, annotate PDF or other files online and enjoy the benefits of collaborative review. GroupDocs Annotation is a web-based application used to share and review documents. Different annotation options allows you to make comments or suggestions in different ways. From strikeouts to ‘point notes’, comments and drawings, GroupDocs Annotation lets you add your feedback in a way that suits you....independent and doesn’t require any new software installation. Add notes...

    blog.groupdocs.com/annotation/annotate-pdf-or-o...
  4. Online Signature Plugin from GroupDocs Now Avai...

    Google Chrome users have a reason to get excited. We’ve announced the launch of the GroupDocs Signature plugin for Chrome. This online signature plugin lets you share documents from your Gmail account and collect signatures online. Open the document, upload the signature and send it via email. It takes only seconds to sign documents. Compatibility with popular file-formats is an important feature of the application. GroupDocs Signature is an online signature app that supports signing and sending business documents through a web-browser.... No new software installations are needed...

    blog.groupdocs.com/signature/online-signature-p...
  5. Convert TXT to MHTML using Node.js

    You can easily convert TXT to MHTML using Node.js with powerful conversion library. This allows you to export TXT to MHTML in Node.js quickly and reliably....conversion features Create a new instance of the Converter class...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  6. Features overview | GroupDocs

    Salient features of file conversion API using c# are described in this article...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/conversion/net/features-over...
  7. Install GroupDocs.Conversion for .NET | GroupDocs

    This guide explains how to install GroupDocs.Conversion for .NET to your environment...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/conversion/net/installation/
  8. GroupDocs.Annotation .NET Python Integration | ...

    Learn to integrate GroupDocs.Annotation for .NET with Python using pythonnet. Master two proven methods to solve assembly loading challenges, featuring complete code samples for wrapper-based and reflection-based annotation approaches....annotator = new Annotator(inputPath)) { var areaAnnotation = new AreaAnnotation...AreaAnnotation { Box = new Rectangle( 100 , 100 , 200 , 50 ), BackgroundColor...

    blog.groupdocs.com/annotation/python-integration/
  9. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... This may be a big news for those who annotate TIFF...NET 19.3 you will observe some new “easy-to-implement” features...

    blog.groupdocs.com/categories/groupdocs.annotat...
  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....new method: 'GET', path: '/mgmt/...let(:request) do GroupDocs::Api::Request.new method: 'PUT', path: "/mgmt/...

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