Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 26,031 for

one

(0.12 sec)
  1. text-underline-offset - CSS: Cascading Style Sh...

    The text-underline-offset CSS property sets the offset distance of an underline text decoration line (applied using text-decoration) from its original position....text-underline-offset html <p class="one-line">Here's some text with an...and below it. Only the bottom one is offset. </p> css p { text-decoration:...

    developer.mozilla.org/en-US/docs/Web/CSS/text-u...
  2. Work with Blended Characters using GroupDocs.Se...

    We are delighted to announce the monthly release of GroupDocs.Search for .NET 18.12. Using the latest version, you can now index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new features introduced in the latest version: Blended Characters Search GroupDocs.Search for .NET API 18.12 introduces a new class of characters - blended....- question mark representing one arbitrary character ?(N~M) -...words 'affect' or 'effect' in a one document with // 'principal'...

    blog.groupdocs.com/search/work-with-blended-cha...
  3. GroupDocs Viewer For Angular Application - Free...

    Hello, We are evaluating Group Docs Viewer to fulfill the requirement of a Multi format doc viewer. Requirement is as follows. Render the viewer on an angular application. The viewer would be launched from a different …...a source document format to one of the supported output formats...applications where the first one is Java web-application that...

    forum.groupdocs.com/t/groupdocs-viewer-for-angu...
  4. Parse Documents and Extract Data with Node.js

    Parse documents by template and fetch plain and formatted text, markdown text, HTML tags, images and document information using Node.js....PPSM, POT, POTX, POTM OneNote : ONE OpenDocument Formats : ODT, OTT...POTX CSV MSG ODT EML OST PPTX ONE BMP JPEG DOTX HTML RTF MHTML...

    products.groupdocs.cloud/parser/nodejs/
  5. Disable text selection when rendering PDF to HT...

    This article explains how to disable text selection by rendering text as image when viewing PDF Documents with GroupDocs.Viewer within your Java applications....Viewer viewer = new Viewer ( "one-page-text.pdf" )) { HtmlViewOptions...Viewer viewer = new Viewer ( "one-page-text.pdf" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/disable-text-sel...
  6. Delete Signatures of the certain type | Documen...

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....overloaded method that accepts one or list of them. Please be aware...{ System . out . print ( "No one QR-Code signature was deleted...

    docs.groupdocs.com/signature/java/delete-signat...
  7. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Python via .NET API.... Split text file to several one-line files (by exact line numbers)...how to split text file to two one-page documents with 3rd, 6th...

    docs.groupdocs.com/merger/python-net/split-text...
  8. GroupDocs.Conversion for .NET 18.6 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 18.6 Major Features This regular monthly release contains simplified instantiation of the conversion handler and abstraction for handling streams for temp operation. Reducing ConversionHandler constructors to One Introduced ITempDataHandler for handling temp operations stream Introducing new properties in ConversionConfig for different handler types Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2597 Reducing ConversionHandler constructors to One Improvement CONVERSIONNET‑2598 Introduced ITempDataHandler for handling temp operations stream Improvement CONVERSIONNET‑2599 Introducing new properties in ConversionConfig for different handler types Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....ConversionHandler constructors to one Introduced ITempDataHandler for...ConversionHandler constructors to one Improvement CONVERSIONNET‑2598...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  9. Deleting QR-code signatures - advanced | Docume...

    This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Call object method and pass one or several signatures to it....constructor parameter; Instantiate one or several objects with signature...

    docs.groupdocs.com/signature/net/deleting-qr-co...
  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....application should work (in our case, one of the GroupDocs API methods)...Adding a Test # Now lets add one more test for the UpdateUserProfile...

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