Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 14,894 for

combine

(0.13 sec)
  1. Split a Document in Python|Aspose.Words for Pyt...

    Split a document into several files using Python. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....the following criteria or combine more than one criteria together:...

    docs.aspose.com/words/python-net/split-a-document/
  2. Minimal XDimension|Documentation

    Learn how to use MinimalXDimension together with XDimension mode to control recognition of very small barcode modules.... Always combine this with an appropriate preset:...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…... Combine all generated Excel PDFs into...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  4. HTML Form Editor – C# – Aspose.HTML for .NET

    Learn how to work with a FormEditor to manipulate HTML form in the document, input controls, and submit information using Aspose.HTML for .NET.... Combine (DataDir, "form.html" ))) 5...

    docs.aspose.com/html/net/html-form-editor/
  5. Android API to Render TEX to MHTML | products.a...

    Transform TEX to MHTML via Android via Java API...archive format which is used to combine resources such as HTML, images...

    products.aspose.com/total/android-java/conversi...
  6. Convert RAR to TAR.XZ via C# | Archive Conversi...

    Source code for RAR to TAR.XZ C# conversion. Use API example code for batch RAR files to TAR.XZ conversion within VB.NET Asp.NET or any .NET based application....XZ archives, which combine the Tape Archive (TAR) format...

    products.aspose.com/zip/net/conversion/rar-to-t...
  7. Convert RAR to TAR.Z via C# | Archive Conversio...

    Source code for RAR to TAR.Z C# conversion. Use API example code for batch RAR files to TAR.Z conversion within VB.NET Asp.NET or any .NET based application....Z archives, which combine the Tape Archive (TAR) format...

    products.aspose.com/zip/net/conversion/rar-to-t...
  8. Document Processing API for Android

    Cross-platform document processing library: create, read, edit, convert any office documents...Words Merger Effortlessly combine multiple documents together...

    products.aspose.com/words/android-java/
  9. Difference in formula calculations compared to ...

    Hello, I am using Aspose.Cells 25.6 for Java. To calculate formulas in my workbook, I call Workbook.calculateFormula(). I have the following formula: =MATCH(TRUE, ISNUMBER(SEARCH({“JPY”,“KRW”,“CNY”,“BRL”,“EUR”,“GBP”,“U…...separate SEARCH calls and combine the results, e.g.: =MATCH(TRUE...

    forum.aspose.com/t/difference-in-formula-calcul...
  10. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t execute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have to create a unique structure with 3 static elements (volE…... If you need to combine two collections (or a collection...

    forum.aspose.com/t/how-to-union-or-concat-self-...