Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 5,219 for

split

(2.08 sec)
  1. How to define the cell splitting behavior - Fre...

    Good morning, I’m trying to define the cell Splitting behavior in such a way that, when a row contains one or more cells that are too tall to fit entirely on the current page, the row doesn’t get moved entirely to the n…...How to define the cell splitting behavior Aspose.PDF Product...trying to define the cell splitting behavior in such a way that...

    forum.aspose.com/t/how-to-define-the-cell-split...
  2. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...the beginning, you need to split the paragraph text // Create...= currentRun.ParentNode; // Split the run and insert the content...

    forum.aspose.com/t/how-to-create-a-content-cont...
  3. HtmlSaveOptions.ImageSavingCallback | Aspose.Wo...

    Control image saving with HtmlSaveOptions' ImageSavingCallback. Optimize document exports to HTML, MHTML, or EPUB for seamless user experience....set ; } Examples Shows how to split a document into parts and save...outFileName , options ); Shows how to split a document into parts and save...

    reference.aspose.com/words/net/aspose.words.sav...
  4. How to Select Pages from PDF and Save using Python

    This article describes the process on how to select pages from PDF and save using Python. It contains all the required information to set the IDE and a runnable sample code along with the description to extract selected pages from PDF using Python....to split a PDF file, refer to the article on how to split PDF...

    kb.aspose.com/pdf/python/how-to-select-pages-fr...
  5. Aspose.Words: Converting a Word document to HTM...

    Aspose version: Aspose Words.NET version 23.6.0 We are using Aspose.Words to convert a Word Document (docx) to HTML by simply saving the loaded docx (loaded into Aspose.Words.Document) as HTML. The document can contain…...base64 string is ‘chunked’ (split across multiple lines) so that...the base64 string, you can split it into chunks of 76 characters...

    forum.aspose.com/t/aspose-words-converting-a-wo...
  6. Find and Replace is replacing in wrong location...

    Hello Team, I am using Find and Replace a specific regex text in a Word document and replace it with content from an Excel file. I’ve also created a sample project where you can add your license. However, when I upload …...this case it is necessary to split the run. if (args.MatchOffset...NodeType != NodeType.Run); } // Split the last run that contains the...

    forum.aspose.com/t/find-and-replace-is-replacin...
  7. Converting email to pdf - cutting off right sid...

    I’m having difficulty in converting an email to pdf format when it has embedded images. That is, when an email has embedded images and their sizes differ, right side of the larger image is being cut off. Is there any wa…...noskov Split this topic June 20, 2025, 12:09pm...12:09pm 9 A post was split to a new topic: Cutting off right side...

    forum.aspose.com/t/converting-email-to-pdf-cutt...
  8. Update Page Dimensions in PHP|Aspose.PDF for Java

    Learn how to modify page dimensions within a PDF document in PHP using Aspose.PDF for better layout control....social coding sites: GitHub Split PDF File into Individual Pages...

    docs.aspose.com/pdf/java/update-page-dimensions...
  9. 使用 Aspose.HTML for Java 从 URL 保存文件

    了解如何使用 Aspose.HTML for Java 从 URL 保存文件。探索从网站自动下载文件的 Java 示例。...17 String [] split = url. getPathname (). split ( "/" ); 18 String...String path = split [ split. length - 1 ] ; 19 20 // Save file...

    docs.aspose.com/html/zh/java/save-file-from-url/
  10. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....want to learn the process to split a PDF file by pages, refer to...to the article on how to split PDF file by pages in C# . Updated...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...