Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 3,776 for

split document

(0.07 sec)
  1. Move Figures to Even Pages and Content to Odd P...

    Hi, I have a DOCX file which was generated from HTML using Aspose.Words. Now I want to modify this DOCX so that: Figures (images with captions) only appear on even-numbered pages. Other content (paragraphs, tables, e…...rearrange the content of your document to ensure that text appears...Solution : Iterate through the document : Go through each paragraph...

    forum.aspose.com/t/move-figures-to-even-pages-a...
  2. NullPointerException when converting a docx to ...

    Hello With Aspose words 18.2 I have a NullPointerException when trying to convert a docx to pdf. Problem occurs when a part of my docx is Splitted into 2 pages Stack trace : Exception in thread "main" java.lang.Nu…...when a part of my docx is splitted into 2 pages npe.jpg 1738×753...Source) at com.aspose.words.Document.updatePageLayout(Unknown Source)...

    forum.aspose.com/t/nullpointerexception-when-co...
  3. Merge PDF Documents using CLI | Aspose.PDF

    Combine various PDF Documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI...Encrypt PDF documents Extract images or text from PDF Split PDF files...

    products.aspose.com/pdf/cpp-cli/merger/
  4. 使用 Aspose.Cells for Node.js via C++ 将文本转换为列|Doc...

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中将文本转换为列。...node" ); // The path to the documents directory. const dataDir =.... setSeparator ( ' ' ); // Split the column A into two columns...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-tex...
  5. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....can ensure that your printed document is easy to read and well‑organized...without any columns or rows being split awkwardly across pages. Consistency...

    docs.aspose.com/cells/java/how-to-print-excel-a...
  6. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...convert to TXT format: Document doc = new Document("C:\\Temp\\line break...upload your sample source Word document containing line breaks and...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  7. Features|Documentation

    Aspose.Cells for PHP via Java features....worldwide rely on the thorough document import and export features...convert between several popular document formats. Microsoft Excel Workbook...

    docs.aspose.com/cells/php-java/features/
  8. FieldIndex.sequence_separator property | Aspose...

    FieldIndex.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers....Examples Shows how to split a document into portions by combining...and SEQ fields. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. InsertDocument custom margins issue - Free Supp...

    When i use DocumentBuilder’s InsertDocument builtin method , if the inserted Document has bespoke margins their format won’t be copied on the final Document, and i specifically use the 2nd parameter ImportFormatMode.Keep…...builtin method , if the inserted document has bespoke margins their...won’t be copied on the final document, and i specifically use the...

    forum.aspose.com/t/insertdocument-custom-margin...
  10. Replace Fields C#|Aspose.Words for .NET

    Learn how to replace fields with text in C#. Replace fields with static data using the .NET API....how to replace fields in a document programmatically. Replacing...when you wish to save your document as a static copy. For example...

    docs.aspose.com/words/net/replace-fields/