Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 228,595 for

page

(0.14 sec)
  1. Փոխարկել DOC JPG C++

    Փոխարկեք DOC ը JPG ձևաչափի C++ կոդով: Պահեք DOC որպես JPG օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { auto...extractedPage = doc-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/hy/cpp/conversion/doc...
  2. Փոխարկել DOC JPG C#

    Փոխարկեք DOC ը JPG ձևաչափի C# կոդով: Պահեք DOC որպես JPG օգտագործելով C#:...); for ( int page = 0 ; page < doc.PageCount; page++) { var extractedPage...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/hy/net/conversion/doc...
  3. Փոխարկել PDF Պատկեր C#

    Փոխարկեք PDF ը Պատկեր ձևաչափի C# կոդով: Պահեք PDF որպես Պատկեր օգտագործելով C#:...); for ( int page = 0 ; page < doc.PageCount; page++) { var extractedPage...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/hy/net/conversion/pdf...
  4. Փոխարկել HTML SVG C++

    Փոխարկեք HTML ը SVG ձևաչափի C++ կոդով: Պահեք HTML որպես SVG օգտագործելով C++:...for ( int page = 0 ; page < doc-> get_PageCount (); page++) { auto...extractedPage = doc-> ExtractPages (page, 1 ); extractedPage-> Save (String::...

    products.aspose.com/words/hy/cpp/conversion/htm...
  5. IPresentationHeaderFooterManager | Aspose.Silde...

    Represents manager which holds behavior of all footer date-time and Page number placeholders of presentation....of all footer, date-time and page number placeholders of presentation...SetAllSlideNumbersVi (bool) Changes all page number placeholders visibility...

    reference.aspose.com/slides/net/aspose.slides/i...
  6. Table render height is different when convertin...

    When converting a word document to PDF using the Aspose.Words (v22.8.0) .NET library the rendered table height in the PDF is slightly shorter than the source word document. This causes the text that follows it to wrap a…...the next page. For a customer, this is causing page numbers to...causes the last line on the page to be “L”, while the last line...

    forum.aspose.com/t/table-render-height-is-diffe...
  7. strikeoutannotation - Aspose.PDF for Java - API...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....OutlineItemCollectio Outlines Page Page.BeforePageGenerate PageActionCollection...Description StrikeOutAnnotation ( Page page, Rectangle rect) Creates new...

    reference.aspose.com/pdf/java/com.aspose.pdf/st...
  8. SquigglyAnnotation - Aspose.PDF for Java - API ...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....OutlineItemCollectio Outlines Page Page.BeforePageGenerate PageActionCollection...Description SquigglyAnnotation ( Page page, Rectangle rect) Creates new...

    reference.aspose.com/pdf/java/com.aspose.pdf/Sq...
  9. StrikeOutAnnotation - Aspose.PDF for Java - API...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....OutlineItemCollectio Outlines Page Page.BeforePageGenerate PageActionCollection...Description StrikeOutAnnotation ( Page page, Rectangle rect) Creates new...

    reference.aspose.com/pdf/java/com.aspose.pdf/St...
  10. PDF to PNG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...new page to PNG document In loop: add PDF file to new page After...

    products.aspose.com/pdf/cpp/merger/pdf-to-png/