Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 33,982 for

list

(0.07 sec)
  1. Limitations and API Differences|Documentation

    Aspose.3D for Node.js via Java limitations and api differences....API Differences The following list (with sample code segments)...

    docs.aspose.com/3d/nodejs-java/limitations-and-...
  2. Aspose::Words::WebExtensions::WebExtensionBindi...

    Aspose::Words::WebExtensions::WebExtensionBinding class. Specifies a binding relationship between a web extension and the data in the document. To learn more, visit the documentation article in C++....map the binding entry in this list with the bound data in the document...

    reference.aspose.com/words/cpp/aspose.words.web...
  3. OCR a PDF image to a readable PDF - Free Suppor...

    We are testing Aspose OCR. Got example code from the site but it is not working. Code is: Dim ocr = New AsposeOcr() Dim settings = New DocumentRecognitionSettings() settings.Language = Language.Eng settings.StartPag…...OCR recognition Dim results As List(Of RecognitionResult) = ocr...OCR recognition Dim results As List(Of RecognitionResult) = ocr...

    forum.aspose.com/t/ocr-a-pdf-image-to-a-readabl...
  4. Automatic spelling correction|Documentation

    How to automatically find and correct spelling errors in recognition results....correctedResult ); Getting the list of misspelled words Analyzing...

    docs.aspose.com/ocr/net/automatic-spelling-corr...
  5. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...PARAGRAPH, true); final Map<String, List<String>> result = new LinkedHashMap<>();...nodeText; String parentNodeType; List<String> extractedTags; for (int...

    forum.aspose.com/t/order-of-child-nodes-in-the-...
  6. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...> sequenceParameters1 = new List<TemplateSequencePara> { new..."CONTACTTYPE", Values = new List<object> { "home", "office",...

    forum.aspose.com/t/header-alignment-issue-durin...
  7. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...compareResponseStrea; } private List<string> GetTrackedRevisionAu(Stream...GetTrackedRevisionAu Method private List<(string Author, string Content)>...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  8. How to Format Number as Date|Documentation

    This article will introduce how to format number to date using Aspose.Cells for JavaScript via C++ API....For example, you can sort a list of events by date or filter...to the Number tab. From the list on the left, select Date . Choose...

    docs.aspose.com/cells/javascript-cpp/format-num...
  9. PSD PSB 圧縮ソリューション | products.aspose.com

    Adobe Photoshop 画像を圧縮してファイルサイズを小さくする...image) { var layersSet = new List<Layer>(); foreach (var layer...removeNotVisibleLaye(PsdImage image) { List layersSet = new ArrayList<>();...

    products.aspose.com/psd/jp/compress/
  10. Deleting PDF Pages programmatically Python|Aspo...

    You can delete pages from your PDF file using Aspose.PDF for Python via .NET library.... Delete the pages listed in the pages array. Save the...in the order specified in the list - The original document is not...

    docs.aspose.com/pdf/python-net/delete-pages/