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

list

(0.07 sec)
  1. Merger.merge_docs method | Aspose.Words for Python

    Merger.merge_docs method. Merges the given input documents into a single document and returns [Document](../../../aspose.words/document/) instance of the final document....merge_docs ( self , input_documents : List [ aspose . words . Document...Description input_documents List[ Document ] The input documents...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Create Flat ZIP Archive in C# .NET | .NET ZIP L...

    Use .NET API to create flat ZIP archives in C# or VB.NET. Extract the inner ZIP archives to the outer archive from within your .NET applications.... Then, create lists to store the inner ZIP entries...method. Then, add entry to the list of entries to be deleted. Open...

    blog.aspose.com/zip/create-a-flat-zip-archive-i...
  3. Specify Fallback Fonts for Presentations in Jav...

    Master Aspose.Slides for Node.js to set fallback fonts in PPT, PPTX and ODP files in JavaScript, safeguarding consistent text display on any device or OS....searching missed glyphs, and a list of fonts that may contain proper...multiple ways you can add fonts list: var fontNames = java . newArray...

    docs.aspose.com/slides/nodejs-java/create-fallb...
  4. Specify Fallback Fonts for Presentations in С++...

    Master Aspose.Slides for С++ to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....searching missed glyphs, and a list of fonts that may contain proper...multiple ways you can add fonts list: auto fontNames = MakeArray...

    docs.aspose.com/slides/cpp/create-fallback-font/
  5. Read and Write Table with Query Table Data Sour...

    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....Close Find Query Tables and List Objects related to External...Set the Comment of Table or List Object inside the Worksheet...

    docs.aspose.com/cells/python-net/read-and-write...
  6. Read and Write Table with Query Table Data Sour...

    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....Close Find Query Tables and List Objects related to External...Set the Comment of Table or List Object inside the Worksheet...

    docs.aspose.com/cells/net/read-and-write-table-...
  7. Compare MBOX Files via .NET | products.aspose.com

    C# source code to compare MBOX documents for differences on .NET Framework, .NET Core, and Xamarin Platforms.... List the differences and set the...StringComparer.Ordinal); var list = new List( LSTnode( string ))();...

    products.aspose.com/email/net/comparison/mbox/
  8. ParagraphCollection.to_array method | Aspose.Wo...

    ParagraphCollection.to_array method. Copies all paragraphs from the collection to a new array of paragraphs....docx' ) paras = list ( doc . first_section . body...an enumeration. for para in list ( doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Issues with Aspose.PDF version 24.3.0 - Free Su...

    Hi, I’m upgrading Aspose library in a solution based on .NET Framework 4.7.2. The version Aspose.PDF version 24.3.0 compiles properly, but I’m having problems when I work with PDF with layers. I added a validation to …...code snippet: var errors = new List<string>(); string fileExtension...(Page page in document.Pages) { List<Aspose.Pdf.Layer> layers = page...

    forum.aspose.com/t/issues-with-aspose-pdf-versi...
  10. Convert VSD to VSDX using Python

    This short tutorial describes the process to convert VSD to VSDX using Python. It provides all the necessary details to set the IDE and develop a VSD to VSDX converter using Python....converting VSD to VSDX Create a list of pages that you want to load...and set the input format and list of pages Load the input VSD...

    kb.aspose.com/diagram/python/convert-vsd-to-vsd...