Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 180,919 for

page

(0.08 sec)
  1. Move Pages to PDF using C++ | Aspose.PDF

    Move PDF Pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++...to Move pages to PDF using C++ In order to move page in PDF file...Install-Package Aspose.PDF.Cpp Move Page to PDF using C++ You need Aspose...

    products.aspose.com/pdf/cpp/pages/move/
  2. 将线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将线对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page instance page . Paragraphs . Add (...

    docs.aspose.com/pdf/zh/net/add-line/
  3. Rotating PDF Pages Using Python|Aspose.PDF for ...

    This topic describes how to rotate the Page orientation in an existing PDF file programmatically with Python....Rotating PDF Pages Using Python Contents [ Hide ] This topic...update or change the page orientation of pages in an existing PDF...

    docs.aspose.com/pdf/python-net/rotate-pages/
  4. PageSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageSavingArgs class, essential for optimizing document processing with detailed PageSaving event data. Enhance your workflow!...close it after saving a document page. PageFileName { get; set; }...document page will be saved to. PageIndex { get; } Current page index...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PageExtractOptions.update_page_starting_number ...

    PageExtractOptions.update_Page_starting_number property. Specifies whether the start Page number in the resulting document shall be updated...update_page_starting_number property PageExtractOptions.upda...update_page_starting_number property Specifies whether the start...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....navigate the reader to a different page on the website to get more information...Document Class object. Get the Page Class you want to add the link...

    docs.aspose.com/pdf/cpp/actions/
  7. Track Document Conversion Progress with C++|Doc...

    Learn how to track document conversion progress in C++ using Aspose.Cells to enhance application usability....You may also control which pages are rendered, as demonstrated...) override { std :: cout << "Page " << args . GetPageIndex ()...

    docs.aspose.com/cells/cpp/track-document-conver...
  8. IPageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves separate Pages when saving a document to fixed Page formats in Java....separate pages when saving a document to fixed page formats....save a document to HTML page by page. public void pageFileNames()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::PageSetup::get_OddAndEvenPagesHe...

    Aspose::Words::PageSetup::get_OddAndEvenPagesHeaderFooter method. True if the document has different headers and footers for odd-numbered and even-numbered Pages in C++....odd-numbered and even-numbered pages. bool Aspose :: Words :: PageSetup...how to enable or disable even page headers/footers. auto doc =...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete Pages from your PDF file using C++ library....Delete PDF Pages programmatically Contents [ Hide ] You can delete...delete pages from a PDF file using Aspose.PDF for C++. To delete...

    docs.aspose.com/pdf/cpp/delete-pages/