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

list

(0.68 sec)
  1. Style.nextParagraphStyleName property | Aspose....

    Style.nextParagraphStyleName property. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style....toEqual ( 4 ); // Enumerate and list all the styles that a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....in list ( filter ( lambda c : c . ancestor == None , list ( filter...x : x . as_comment (), b ), list ( comments )))))): print ( 'Top-level...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Using Built-in Styles with Golang via C++|Docum...

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API... Here is a list of all possible built-in styles:...

    docs.aspose.com/cells/go-cpp/using-built-in-sty...
  4. Detect File Format When Loading|Aspose.Words fo...

    Determine the file format in Python if you are not sure what the actual content of the file is, or to check the format compatibility....code example shows how to get a list of all the files in the folder:...to iterate over the collected list of files, check the format of...

    docs.aspose.com/words/python-net/detect-file-fo...
  5. Aspose OCR is slow while Converting unsearchabl...

    I am using Aspose OCR in my code to convert unsearchable scanned PDF to searchable PDF. The execution time of the code for scanning and converting just 1 page is 2 minutes. So, how Can I optimize the speed of the executi…...WriteLine("OCR started"); List<RecognitionResult> result =...settings); //List < RecognitionResult> result = new List<RecognitionResult>();...

    forum.aspose.com/t/aspose-ocr-is-slow-while-con...
  6. Retrieve images from .docx Word document | Aspo...

    Learn how to Retrieve images from *.docx Word document in Aspose.ZIP for .NET with sample code and event handling techniques.... Add property public List<byte[]> ImageBytes { get; private...to IndexModel . We fill this list with extracted image bytes....

    docs.aspose.com/zip/net/retrieve-images-from-docx/
  7. Working with Outlook Contacts|Documentation

    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....following methods to get the list of all contacts from a VCard:...is_multi_contacts(stream) # Loads list of all contacts from VCard file...

    docs.aspose.com/email/python-net/working-with-o...
  8. Aspose.PSD CLI Application for .NET|Documentation

    Aspose.PSD-based CLI application for Adobe Photoshop and Adobe Illustrator File Formats CI/CD Automation. Supports PSD, PSB, AI export to PDF, TIFF, JPEG, JPEG2000, PNG, GIF and BMP. It does not require Adobe Photoshop or Adobe Illustrator to be installed and can be run without code....Applications that are listed below. Please check list of Aspose.PSD CLI...

    docs.aspose.com/psd/net/cli/
  9. HTML Template – Convert Template to HTML in Java

    Learn to create dynamic HTML templates using data-binding expressions. Populate templates from XML/JSON data with Aspose.HTML for Java....Expressions Syntax Following is the list of supported inline expressions...used to iterate through the list of elements in combination with...

    docs.aspose.com/html/java/html-template/
  10. OUT of memory issue when merging large files - ...

    hey , I have a requirement where I can stream multiple large pdf from S3 and merge them per page at a time. Can you guide on how this can be achieved ? Does Aspose PDF java offers this functionality I used this logic , …...List; public class PdfMerger { public...public static void mergePdfs(List<InputStream> pdfStreams, String...

    forum.aspose.com/t/out-of-memory-issue-when-mer...