Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 5,148 for

split

(0.05 sec)
  1. 从网站提取图片 – Java 示例

    了解如何以编程方式从网站下载图像。使用 Aspose.HTML for Java 自动提取图片。...31 String [] split = url. getPathname (). split ( "/" ); 32 String...String path = split [ split. length - 1 ] ; 33 34 // Save file...

    docs.aspose.com/html/zh/java/extract-images-fro...
  2. Convert Paragraph into Bullet Points in Word us...

    Convert paragraph into bullet points in Word using Java. You will get enviroment settings and an example code to convert text to bullet points in Word using Java....string and split it into strings using String.split() method Create...array of strings created with split, and display each string to...

    kb.aspose.com/words/java/convert-paragraph-into...
  3. Getting odd bookmark names for merged pdf in mi...

    I am using apsose pdf to merge a pdf and add bookmarks to it , but the bookmark names are coming correctly when viewed in chrome browser but is not working well with microsoft edge Edge image.png (1.4 KB) Chrome imag…...ali Split this topic November 18, 2025...

    forum.aspose.com/t/getting-odd-bookmark-names-f...
  4. 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...
  5. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a document to HTML format in Java....split("\\\\"); String fileName = ...args.getOriginalFileName().split("\\\\"); String fileName = ...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. Merge or Unmerge Range of Cells with Golang via...

    Merge and Unmerge Cells in a Range in Excel with Golang via C++ code....Cells to merge or split a range of cells. Aspose.Cells...

    docs.aspose.com/cells/go-cpp/merge-or-unmerge-r...
  8. Triangulate Mesh|Documentation

    Aspose.3D for Java API has support of triangulating mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering).... FBX7400ASCII ); Split Mesh...

    docs.aspose.com/3d/java/triangulate-mesh/
  9. Aspose.Slides for Xamarin | Xamarin PowerPoint ...

    Aspose.Slides for Xamarin to build Xamarin PowerPoint applications....new theme on presentation, split presentation on several files...to modify. Merge, Compare, Split, Print Presentation via Xamarin...

    products.aspose.com/slides/xamarin/
  10. Merge Cells in Word using Java

    This article describes how to merge cells in Word using Java. It has the IDE settings, a list of steps, and a sample code to combine cells in Word using Java.... If you want to split Word documents by sections,... refer to the article on Split Word document into sections using...

    kb.aspose.com/words/java/merge-cells-in-word-us...