Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 31,417 for

list

(0.08 sec)
  1. Extract Images from PDF|Aspose.PDF for PHP via ...

    How to extract a part of the image from PDF using Aspose.PDF for PHP...XImageCollection and we can get list of images by calling getImages...

    docs.aspose.com/pdf/php-java/extract-images-fro...
  2. Aspose.OCR test - Free Support Forum - aspose.com

    How can I try Aspose.OCR? I installed the package from NuGet, but when I run api.Recognize, the application freezes. Do I need a trial license?...Add(FilePdf) Dim results As List(Of RecognitionResult) = api...

    forum.aspose.com/t/aspose-ocr-test/311268
  3. Fetch Messages from Exchange Server Mailbox usi...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....using WebDav Contents [ Hide ] Listing Messages on an Exchange Server...listMessages() method to get a list of messages from an Exchange...

    docs.aspose.com/email/java/fetch-messages-from-...
  4. Extracting text from ID cards|Documentation

    How to digitize scanned or photographed ID cards by automatically extracting text from them....OcrInput object and returns a list of recognition results containing...

    docs.aspose.com/ocr/java/recognition/id-card/
  5. Detect Merged Cells using Aspose.Cells|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Java //Get the merged cells list to put it into the arraylist...

    docs.aspose.com/cells/java/detect-merged-cells-...
  6. Font.locale_id_far_east property | Aspose.Words...

    Font.locale_id_far_east property. Gets or sets the locale identifier (language) of the formatted Asian characters.... Remarks For the list of locale identifiers see https://msdn...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GlossaryDocument Class | Aspose.Words for .NET

    Discover the Aspose.Words.BuildingBlocks.GlossaryDocument class, your key to managing AutoText and Building Blocks seamlessly in Word documents.... Lists { get; } Provides access to the list formatting...specified node to the end of the list of child nodes for this node...

    reference.aspose.com/words/net/aspose.words.bui...
  8. How to Format Number to Special|Documentation

    This article will introduce how to Format Number to Specialusing Aspose.Cells for .NET API....“Number” tab, and in the Category list, select “Special.” Select a...a Format : You will see a list of predefined special formats such...

    docs.aspose.com/cells/net/how-to-format-number-...
  9. Aspose::Words::Style::get_NextParagraphStyleNam...

    Aspose::Words::Style::get_NextParagraphStyleName method. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style in C++....get_Count ()); // Enumerate and list all the styles that a document...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Need to extract text from the image along with ...

    Currently am using TextAbsorber to extract the text present in the PDF but I do have pdf with images also. Need to extract the text from the image also. Below is the code which am using to extract the text in c#. privat…...pdf"; List<Aspose.OCR.RecognitionResult>...RecognitionResult> ocrResults = new List<Aspose.OCR.RecognitionResult>(); Aspose...

    forum.aspose.com/t/need-to-extract-text-from-th...