Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 181,788 for

page

(0.34 sec)
  1. 在 Jython 中管理分页符|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....self ): # Adding Page Breaks self . add_page_breaks () # Clearing...Clearing All Page Breaks self . clear_all_page_breaks () # Removing...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  2. ThumbnailGeneratingOptions.generate_from_first_...

    ThumbnailGeneratingOptions.generate_from_first_Page property. Specifies whether to generate thumbnail from first Page of the document or first image....generate_from_first_page property ThumbnailGeneratingO.generate_from_first_page...generate_from_first_page property Specifies whether to generate thumbnail...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose PDF not printing correctly - Free Suppor...

    I have several Word documents that I need to print using Aspose WORDS or Aspose PDF. I have tried the following methods. Method 1. Print from Aspose WORDS. Prints OK. I can set duplex, color, but the paper size and ori…... I can set page size, orientation, duplex,color...AutoResize=true the printed page is re-sized much too small....

    forum.aspose.com/t/aspose-pdf-not-printing-corr...
  4. Rotate PDF Pages with Go via C++|Aspose.PDF for...

    This topic describes how to rotate the Page orientation in an existing PDF file programmatically with Go via C++...Rotate PDF Pages with Go via C++ Contents [ Hide ] This section...describes how to change the page orientation from landscape to...

    docs.aspose.com/pdf/go-cpp/rotate-pages/
  5. Add Pages to PDF using Java | Aspose.PDF

    Add PDF Pages to your document programmatically with Java sample code using Aspose.PDF for Java...to Add pages to PDF using Java In order to insert page, we’ll...API</version> </dependency> Insert Page to PDF using Java You need Aspose...

    products.aspose.com/pdf/java/pages/add/
  6. Text Formatting inside PDF|Aspose.PDF for Java

    Discover how to format text inside a PDF document using Aspose.PDF in Java, allowing for customized styling....document = new Document (); Page page = document . getPages ()....setFormattingOptions ( textOptions ); page . getParagraphs (). add ( text...

    docs.aspose.com/pdf/java/text-formatting-inside...
  7. Convert Presentations in Handout Mode with Pyth...

    Convert presentations to handouts in Python. Set slides per Page, keep notes, export to PDF or images with Aspose.Slides, with sample code. Try it free....multiple slides appear on a single page, making it useful for conferences...slides are placed on a single page and other display parameters...

    docs.aspose.com/slides/python-net/convert-power...
  8. FieldPageRef.BookmarkName | Aspose.Words for .NET

    Discover the FieldPageRef BookmarkName property, easily manage and customize your bookmarks with this intuitive get/set feature for enhanced efficiency....PAGEREF field that displays what page a bookmark is on. // Set the..."Hyperlink to Bookmark3, on page: " ). GetFieldCode (), Is ....

    reference.aspose.com/words/net/aspose.words.fie...
  9. Document.remove_blank_pages method | Aspose.Wor...

    Document.remove_blank_Pages method. Removes blank Pages from the document....remove_blank_pages method remove_blank_pages() Removes blank pages from...document. def remove_blank_pages ( self ): ... Remarks The resulting...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET....Document () # Add a page page = document . pages . add () # Create...paragraphs collection of page page . paragraphs . add ( graph...

    docs.aspose.com/pdf/python-net/add-ellipse/