Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 181,668 for

page

(0.15 sec)
  1. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    Discover the PsSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfSaveOptions.UseBookFoldPrintingSettings | As...

    Discover the PdfSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Object reference not set to an instance of an o...

    Hey i am getting issue while converting docx to png using Aspose.Words Version=25.11.0, attaching docx file for referance ttt.docx (35.4 KB)...MemoryStream()) { for (int page = 0; page < doc.PageCount; page++) { Document...extractedPage = doc.ExtractPages(page, 1); extractedPage.Save(ms2...

    forum.aspose.com/t/object-reference-not-set-to-...
  4. Footnote.footnote_type property | Aspose.Words ...

    Footnote.footnote_type property. Returns a value that specifies whether this is a footnote or endnote....entry will appear on the same page as the text that it references:...appear at the bottom of the page that contains the referenced...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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 …...PageCollection pages = document.getPages(); pages.forEach(page -> images...images.addAll(getImages(page))); return images; } catch (Exception...

    forum.aspose.com/t/error-when-extracting-images...
  6. Aspose.Cells for Node.js via Java

    This API allows you to do all kinds of operations on Excel files in Node.js code including creating, editing and converting etc....Page Product Family Aspose.PSD Product...Delete Page Break in Excel using Node.js Insert a Page Break in...

    kb.aspose.com/cells/nodejs/
  7. 使用 C++ 从 PDF 中提取表格 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上从PDF文件中提取表格。...pdf" ); for ( auto page : document -> get_Pages ()) { auto absorber...TableAbsorber > (); absorber -> Visit ( page ); for ( auto table : absorber...

    products.aspose.com/pdf/zh-hans/cpp/table/extract/
  8. Convert EPUB to DOCX – C# code and Online Conve...

    Convert EPUB to DOCX in C# using Aspose.HTML for .NET. Consider various EPUB to DOCX conversion scenarios in C# examples. Try online EPUB Converter....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/convert-epub-to-docx/
  9. Working with Tables in Python|Aspose.Words for ...

    Work with tables in a document using Python. Introducing to work with tables and Table node concepts in Aspose.Words for Python....They are also often used as a page layout tool and a better alternative...results. Please refresh the page and try again....

    docs.aspose.com/words/python-net/working-with-t...
  10. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....g add new empty page document . pages . add () document .... i.g add new empty page document . pages . add () document ....

    docs.aspose.com/pdf/python-net/save-pdf-document/