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

split document

(0.07 sec)
  1. Export LaTeX to Word in C#

    Refer to this article to export LaTeX to Word in C#. It covers the details to set the IDE, a list of steps, and a sample code for converting TEX to Word format using a few API calls only....Document object and save a Word file...resulting PDF file into the Document class object to save it as...

    kb.aspose.com/tex/net/export-latex-to-word-in-c...
  2. Features|Documentation

    Aspose.Cells for Node.js 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/nodejs-java/features/
  3. 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...
  4. Need help in creating the hyperlink style for u...

    Hi Team, We are using Aspose words for Document generation. We have a Document which is having some paragraphs and paragraphs contains some url text. We want to create hyperlink style and color for them but not able to.…...words for document generation. We have a document which is having...hyperlink itself from the document. Can you please help out?...

    forum.aspose.com/t/need-help-in-creating-the-hy...
  5. Working with Spreadsheets Using LowCode API|Doc...

    Demonstrates how to use Aspose.Cells LowCode APIs to convert spreadsheets to JSON, HTML, images, PDF, and text, as well as how to merge and Split workbooks. Includes complete C# examples for HtmlConverter, ImageConverter, SpreadsheetMerger, SpreadsheetSplitter, TextConverter, SpreadsheetConverter, PdfConverter, LowCodeSplitOptions, and JsonConverter....tasks (conversion, merging, splitting, etc.) without writing extensive...multiple template files into one. Split spreadsheet file into multiple...

    docs.aspose.com/cells/net/work-with-spreadsheet...
  6. Working With Worksheets in Jython|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....Setting Page Options in Jython Split Panes in Jython Unprotecting...

    docs.aspose.com/cells/java/working-with-workshe...
  7. FieldIndex.sequence_name property | Aspose.Word...

    FieldIndex.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number....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...
  8. Working with Sections in C#|Aspose.Words for .NET

    Understanding Document section concepts and manipulation practices using C#. Insert section into a Document C#. Remove section C#. Copy sections between Documents....work with document sections. Sometimes you want a document that does...orientation, or have the first document page as a cover page without...

    docs.aspose.com/words/net/working-with-sections/
  9. Product Overview|Aspose.Words for Java

    Aspose.Words for Java is a software library designed to create, modify, convert, render, and print Documents without relying on any other software....perform a wide variety of document processing tasks. We call...call it the Programmable Document Editor. Using Aspose.Words, you...

    docs.aspose.com/words/java/product-overview/
  10. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...ArrayList<>(); try (Document document = new Document(pdfFilePath))... { PageCollection pages = document.getPages(); pages.forEach(page...

    forum.aspose.com/t/error-when-extracting-images...