Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 140,592 for

page

(0.13 sec)
  1. Aspose::Words::ControlChar::SectionBreak method...

    Aspose::Words::ControlChar::SectionBreak method. End of section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....Add a page break. builder -> Write ( String ( u "Before page break...PageBreak () + u "After page break." ); // A page break is the same...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ControlChar::CellChar field | As...

    Aspose::Words::ControlChar::CellChar field. End of a table cell or end of a table row character: (char)7 or "\a" in C++....Add a page break. builder -> Write ( String ( u "Before page break...PageBreak () + u "After page break." ); // A page break is the same...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Split PDF, HTML, TXT Files using JavaScript via...

    This topic shows how to split PDF Pages into individual PDF files using JavaScript....C++ If you only need certain pages from a large PDF document, splitting...you to extract these specific pages as a separate document. Splitting...

    products.aspose.com/pdf/javascript-cpp/splitter/
  4. Փոխարկել PDF SVG Python

    Փոխարկեք PDF ը SVG ձևաչափի Python կոդով: Պահեք PDF որպես SVG օգտագործելով Python:...SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  5. Փոխարկել WORD PNG Python

    Փոխարկեք WORD ը PNG ձևաչափի Python կոդով: Պահեք WORD որպես PNG օգտագործելով Python:...PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  6. Փոխարկել PDF Պատկեր Python

    Փոխարկեք PDF ը Պատկեր ձևաչափի Python կոդով: Պահեք PDF որպես Պատկեր օգտագործելով Python:...JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  7. Frequently Asked Questions | Aspose.Page for C++

    Get answers to the most frequent questions about Aspose.Page for C++, - a comprehensive API for manipulation, Conversion and editing EP,XPS and PS files....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/cpp/faq/
  8. 获取和设置页面属性|Aspose.PDF for C++

    您可以使用C++库从PDF文件中获取和设置页面属性。...cout << "Page Count : " << srcDocument -> get_Pages () -> get_Count...向PDF文件的页面集合中添加页面 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/get-and-set-page-pro...
  9. Remove Breaks in PHP|Aspose.Words for Java

    Remove Breaks using PHP....doc" ); // Remove the page and section breaks from the...//ExId:RemoveBreaks_Pages //ExSummary:Removes all page breaks from the...

    docs.aspose.com/words/java/remove-breaks-in-php/
  10. 3D Rotation Effects in a Visio Drawing|Document...

    This section explains how to set 3D Rotation Properties in Shapesheet with Aspose.Diagram.... Retrieve a shape by page name and ID parameters. Set...by ID and page name Shape shape = diagram . Pages . GetPage (...

    docs.aspose.com/diagram/net/3d-rotation-effects...