Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 141,588 for

page

(0.14 sec)
  1. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/convert-ps/
  2. 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...
  3. Փոխարկել JPG HTML C++

    Փոխարկեք JPG ը HTML ձևաչափի C++ կոդով: Պահեք JPG որպես HTML օգտագործելով C++:...for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/hy/cpp/conversion/jpg...
  4. Რამდენიმე WORD TIFF Java

    შეაერთეთ მრავალი WORD TIFF Java კოდში. შეინახეთ WORD როგორც TIFF Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/ka/java/merge/word-to...
  5. Რამდენიმე DOC PNG Java

    შეაერთეთ მრავალი DOC PNG Java კოდში. შეინახეთ DOC როგორც PNG Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/ka/java/merge/doc-to-...
  6. Working with Connector Type Shape|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.... get a particular page. get a particular connector...sample file. get a particular page. get a particular connector...

    docs.aspose.com/diagram/java/working-with-conne...
  7. Supported file formats|Documentation

    File formats for images and recognition results supported by Aspose.OCR for Python via .NET.... Multi-page PDF documents, TIFF and DjVu...Details .TXT Plain text .HTML Web page .RTF A universal format for...

    docs.aspose.com/ocr/python-net/supported-file-f...
  8. 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...
  9. Გადაიყვანეთ Word, PDF Და Მრავალი Სხვა Ფაილის Ფო...

    გადააკეთეთ დოკუმენტები პროგრამულად Java სხვადასხვა ფაილის ფორმატებს შორის: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG და მრავალი სხვა....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.pdf", page + 1)...

    products.aspose.com/words/ka/java/conversion/
  10. 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...