Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 184,616 for

page

(0.24 sec)
  1. HeaderFooter.IsHeader | Aspose.Words for .NET

    Discover the IsHeader property of HeaderFooter—easily identify if your HeaderFooter object is a header for streamlined document formatting....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/net/aspose.words/hea...
  2. Remove Annotations from PDF using C#

    This article guides on how to remove annotations from PDF using C#. It has the IDE settings, a list of steps, and a sample code for developing a PDF annotation remover using C#....Page Product Family Aspose.PSD Product...collection of the pages and get a reference to the first page Get access...

    kb.aspose.com/pdf/net/remove-annotations-from-p...
  3. Node.get_text method | Aspose.Words for Python

    Node.get_text method. Gets the text of this node and of all its children....structural elements, such as page breaks. self . assertEqual (...CR } ' + aw . ControlChar . PAGE_BREAK , doc . get_text ()) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::HeaderFooter::get_IsHeader metho...

    Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/cpp/aspose.words/hea...
  5. Convert PDF file to other formats|Aspose.PDF fo...

    This topic show you how to Aspose.PDF allows to convert PDF file to other file formats....whole PDF document and single page to a Text file. Convert whole...extract the texts from the all pages. // Load the PDF document $document...

    docs.aspose.com/pdf/php-java/convert-pdf-to-oth...
  6. Document.ExtractPages(0,1) splitter has an extr...

    Hello, We are seeing an issue when using Document.ExtractPages() method to split a multi-Page word doc to individual Pages. For certain Pages, seemingly ones that have bullet numbering (like those attached) this method …...multi-page word doc to individual pages. For certain pages, seemingly...method to get an individual page from the document. Doesn’t seem...

    forum.aspose.com/t/document-extractpages-0-1-sp...
  7. Several DOC Into JPG Javascript

    Merge multiple DOC into JPG in JavaScript code. Save DOC as JPG using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/doc-...
  8. Several WORD Into Image Javascript

    Merge multiple a Word document into Image in JavaScript code. Save a Word document as Image using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/word...
  9. Several DOC Into Image Javascript

    Merge multiple DOC into Image in JavaScript code. Save DOC as Image using JavaScript....for ( var page = 0 ; page < output.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/merge/doc-...
  10. Convert DGN to PDF in Python

    This quick article entails how to convert DGN to PDF in Python. It includes the stepwise algorithm as well as a code snippet to develop a DGN to PDF converter in Python....Page Product Family Aspose.PSD Product...like setting the page size, page margins, page borders, zoom, scaling...

    kb.aspose.com/cad/python/convert-dgn-to-pdf-in-...