Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 181,639 for

page

(0.12 sec)
  1. SplitCriteria enumeration | Aspose.Words for Py...

    aspose.words.lowcode.SplitCriteria enumeration. Specifies how the document is split into parts....Description PAGE Specifies that the document is split into pages. SECTION_BREAK...Shows how to split document by pages. doc = MY_DIR + 'Big document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Փոխարկել WORD TIFF Java

    Փոխարկեք WORD ը TIFF ձևաչափի Java կոդով: Պահեք WORD որպես TIFF օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...saveOptions.setPageSet( new PageSet (page)); doc.save(String.format( "Output_%d...

    products.aspose.com/words/hy/java/conversion/wo...
  3. Փոխարկել WORD Պատկեր Java

    Փոխարկեք WORD ը Պատկեր ձևաչափի Java կոդով: Պահեք WORD որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/hy/java/conversion/wo...
  4. Փոխարկել HTML GIF Java

    Փոխարկեք HTML ը GIF ձևաչափի Java կոդով: Պահեք HTML որպես GIF օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.gif" , page + 1...

    products.aspose.com/words/hy/java/conversion/ht...
  5. Փոխարկել DOC PNG Java

    Փոխարկեք DOC ը PNG ձևաչափի Java կոդով: Պահեք DOC որպես PNG օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.png" , page + 1...

    products.aspose.com/words/hy/java/conversion/do...
  6. Փոխարկել HTML Պատկեր Java

    Փոխարկեք HTML ը Պատկեր ձևաչափի Java կոդով: Պահեք HTML որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/hy/java/conversion/ht...
  7. IDocumentProcessorPlugin class | Aspose.Words f...

    aspose.words.IDocumentProcessorPlugin class. Defines an interface for external document processor plugin....Adds image watermark on each page of the document loaded by IDocumentProcessorPl...Adds text watermark on each page of the document loaded by IDocumentProcessorPl...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Add HTML String using DOM in PHP|Aspose.PDF for...

    Explore how to add HTML content to a PDF document using the DOM in PHP with Aspose.PDF for rich document creation....(); # Add a page to pages collection of PDF file $page = $doc ->...paragraphs collection of page $page -> getParagraphs () -> add...

    docs.aspose.com/pdf/java/add-html-string-using-...
  9. Working with Sections in C++|Aspose.Words for C++

    Understanding document section concepts and manipulation practices using C++. Insert section into a document C++. Remove section C++. Copy sections between Documents....across all pages. For example, you may need to modify page number...number formats, have different page size and orientation, or have the...

    docs.aspose.com/words/cpp/working-with-sections/
  10. Conversion from pdf to text is not supporting f...

    Dear Aspose Support Team, Conversion from PDF to text is not supported for superscript and subscript formats using the following code snippet for version 23.1: public String convertToText(Document pdfDocument, int Page…...convertToText(Document pdfDocument, int page) throws Exception { log.debug(“Entering...absorber for all PDF pages or a specific page if (page == 0) { pdfDocument...

    forum.aspose.com/t/conversion-from-pdf-to-text-...