Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 4,931 for

split

(0.07 sec)
  1. Working with PDF Pages in C#|Aspose.PDF for .NET

    How to add pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for .NET explain to you all details on this topic.... Split Pages - you can split PDF files into one...

    docs.aspose.com/pdf/net/working-with-pages/
  2. 使用 Python.NET 在工作表中的文本框中用文本替换标签|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 在Excel工作表中的文本框里用文本替换标签。... split ( '$' ) replaces = replace . split ( '$' ) for...

    docs.aspose.com/cells/zh/python-net/replace-tag...
  3. Working with Pages in Python via Java|Aspose.PD...

    Explore how to add, remove, and reorder pages in PDF documents using Aspose.PDF for Python....PDF File in Python via Java Split PDF File into Individual Pages...

    docs.aspose.com/pdf/python-java/working-with-pa...
  4. Save File from URL Using Aspose.HTML for Java

    Learn how to save a file from a URL using Aspose.HTML for Java. Explore Java examples for automating file downloads from websites....17 String [] split = url. getPathname (). split ( "/" ); 18 String...String path = split [ split. length - 1 ] ; 19 20 // Save file...

    docs.aspose.com/html/java/save-file-from-url/
  5. Join Tables|Aspose.Words for Python via .NET

    Join tables in a document using Python. How to merge two tables into one in Python....Change Table Style in Python Split Table in Python Related articles...

    docs.aspose.com/words/python-net/join-tables/
  6. Detect Merged Cells in a Worksheet|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports detecting merged cells in a worksheet, making it easy for users to identify and manipulate these cells. This article will introduce how to use the Aspose.Cells library to detect merged cells.... You can also unmerge (split) them. This article shows the...

    docs.aspose.com/cells/net/detect-merged-cells-i...
  7. FootnoteOptions.Columns | Aspose.Words for .NET

    Discover the FootnoteOptions Columns property to easily format your footnotes with customizable column layouts for enhanced readability and presentation.... Examples Shows how to split the footnote section into a...

    reference.aspose.com/words/net/aspose.words.not...
  8. Insert an Empty Page into a PDF File in Python|...

    Learn how to insert an empty page at a specific position in a PDF file using Python and Aspose.PDF for customized document layout....at End of PDF File in Python Split PDF File into Individual Pages...

    docs.aspose.com/pdf/python-java/insert-an-empty...
  9. Merge or Unmerge Range of Cells|Documentation

    This article describes how to merge and unmerge cells in a range in Excel with Aspose.Cells for Python via .NET library....NET to merge or split a range of cells. Aspose.Cells...

    docs.aspose.com/cells/python-net/merge-or-unmer...
  10. How to Get Font Subtype Like Extra Bold from a ...

    Hi, When i try to extract font name, it sometimes comes like : Adobe Clean ExtraBold. How can I extract the main font as Adobe Clean and ExtraBold as sub type. Thanks...GetMainFont(string fontName) { // Split the font name by spaces and...last part var parts = fontName.Split(' '); return string.Join(" "...

    forum.aspose.com/t/how-to-get-font-subtype-like...