Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 5,157 for

split

(0.2 sec)
  1. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code...." ); Split Multiple Pages Aspose.Diagram...Diagram for .NET allows splitting multiple pages while converting...

    docs.aspose.com/diagram/net/convert-visio-to-pdf/
  2. Add Header and Footer in PowerPoint using C# | ...

    Use .NET PowerPoint API to add header footer in PowerPoint presentation using C# or VB.NET. Manage header and footer in notes slides programmaticaly....Text in PowerPoint using C# Split PowerPoint Presentations using...

    blog.aspose.com/slides/add-header-footer-in-pow...
  3. GPX conversions to Osm/Gml/Gml/Topojson have so...

    Hi Alexander, Here are some conversion that succeeded but in QGIS is not same. Gpx → Osm https://app.screencast.com/9BYewaRMFc1SG Gpx → Gml https://app.screencast.com/1RsdoDrcUmN3f Gpx → Gpx https://app.screencast…...example we can add option to split ‘geometry collection’ type to...

    forum.aspose.com/t/gpx-conversions-to-osm-gml-g...
  4. 使用Aspose.Cells for JavaScript通过C++将文本转换为列。|Docu...

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中将文本转换为列。... separator = ' ' ; // Split the column A into two columns...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  5. Extract Pages from Word Document in C# | Extrac...

    Learn how to extract pages from a Word document in C# using Aspose.Words. Follow easy steps and code examples to extract Word pages....section, keep a summary, or split a long document. In this post...summaries, exporting sections, or splitting large files. Got questions...

    blog.aspose.com/words/extract-word-pages-in-csh...
  6. How to Compress PDF in Java

    This brief topic is about how to compress PDF in Java. In Java compress PDF file size is easily managed by adopting simple steps and few API calls....If you are interested in splitting PDF to separate pages, refer...refer to the article how to split PDF by pages in Java . Updated...

    kb.aspose.com/pdf/java/how-to-compress-pdf-in-j...
  7. Features|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....Settings of a Cell X X X Merge or Split Cells X X X Formatting Settings...

    docs.aspose.com/cells/net/grid-features/
  8. Multithreading in Aspose.Slides for Python|Aspo...

    Aspose.Slides for Python via .NET multithreading boosts PowerPoint and OpenDocument processing. Discover best practices for efficient presentation workflows....instance in multiple threads, we split the presentation slides into...

    docs.aspose.com/slides/python-net/multithreading/
  9. 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 , …... You can split the concatenation process on...

    forum.aspose.com/t/out-of-memory-issue-when-mer...
  10. First and last paragraph - Free Support Forum -...

    Dear, How can I find the first and last paragraph on a given page in a document. I’m using Aspose Words for Java Many thanks Natasja...docx"); // Split all Run nodes in the document...indexOf(' ') + 1); } // Get split run nodes. runs = doc.getChildNodes(NodeType...

    forum.aspose.com/t/first-and-last-paragraph/322113