Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 2,661 for

list

(0.36 sec)
  1. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Java.... To get a full list of properties having interpreted...

    docs.groupdocs.com/metadata/java/working-with-i...
  2. Using Markdown Documents | GroupDocs

    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....emails to Markdown: Unordered list (v 19.12 or later) Following...

    docs.groupdocs.com/assembly/net/using-markdown-...
  3. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Node.js via Java....target document to the comparison list comparer . add ( targetInputStream1...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  4. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....text and paragraph formatting, list and table settings, — are exported...

    docs.groupdocs.com/editor/java/inline-styles/
  5. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....search for signatures in document List < WordProcessingMetada > signatures...

    docs.groupdocs.com/signature/net/search-for-enc...
  6. Edit Presentations in Java | PPT/PPTX Editing

    Editing PowerPoint presentations is explained with Java example to edit PPT, PPTX, ODP files within your application using presentation editing API....getContent(); List<IHtmlResource> allResources...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  7. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Dictionary<int, string> ConvertPDFToImage(List<int> pagesToConvert, float multiplier...

    forum.groupdocs.com/t/font-processing-issue-wit...
  8. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....you can loop through a full list of tag fields foreach ( var...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  9. Extracting metadata | GroupDocs

    This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET... See full list at article. You don’t need to...

    docs.groupdocs.com/metadata/net/extracting-meta...
  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.... You can find a full list online . If you need some special...

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