Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 2,816 for

list

(0.12 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Search index location | GroupDocs

    This page contains information about index creation methods....index folder in its parameter list. The created in-memory index...

    docs.groupdocs.com/search/net/search-index-loca...
  6. Edit Word Documents in C# | Build your own .NET...

    Editing Word documents is explained with C# examples to edit DOC, DOCX, ODT files within your .NET application using document editing API....GetContent(); List<IHtmlResource> allResources...

    blog.groupdocs.com/editor/edit-word-documents-i...
  7. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Extract the instance and obtain a list of objects Iterate trough the...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Run Examples | GroupDocs

    This article describes how to run Python digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our examples out-of-the-box....choose one from the following list: Build project from scratch...

    docs.groupdocs.com/signature/python-net/how-to-...
  9. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a List of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Extract the instance and obtain a list of objects Iterate trough the...

    docs.groupdocs.com/metadata/java/working-with-m...
  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...