Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 186,690 for

page

(0.17 sec)
  1. Resize PDF document|Aspose.PDF for .NET

    This section explains how to resize a PDF document with Aspose.PDF Facades using the PdfFileEditor class....scaling the content on its pages. You can scale the entire document...document or specific pages. There are three available methods:...

    docs.aspose.com/pdf/net/resize-pdf-document/
  2. How to remove Caret Annotation using Java | Asp...

    Remove Caret annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Document class Create a new page or get a reference to an existing...Add for Caret annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/java/annotation/caret/r...
  3. FootnotePosition Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Notes.FootnotePosition enum for customizable footnote placement, enhancing document formatting and readability....output at the bottom of each page. BeneathText 2 Footnotes are...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/net/aspose.words.not...
  4. | Aspose.PDF

    Manage PDF Annotations Programmatically with C++ Using Aspose.PDF for C++...PDF Draw Polygon Annotation on Page Remove Watermark annotation...PDF. Add the annotation to the Page object’s Annotations collection...

    products.aspose.com/pdf/cpp/annotation/
  5. PageSetup.page_height property | Aspose.Words f...

    PageSetup.Page_height property. Returns or sets the height of the Page in points....page_height property PageSetup.page_height property Returns or...height of the page in points. @property def page_height ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Insert Nested Fields in Ruby|Aspose.Words for Java

    Insert Nested Fields using Ruby.... new ( doc ) \ # Insert few page breaks (just for testing) breakType.... insertBreak ( breakType . PAGE_BREAK ) end \ # Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  7. Repeat Table Header Rows on Pages|Aspose.Words ...

    Repeat a header row of a table on every Page. Docx4j does not provide an opportunity to work with a header row....Repeat Table Header Rows on Pages Contents [ Hide ] See more details...if the table spans over many pages, these rows will be repeated...

    docs.aspose.com/words/java/repeat-table-header-...
  8. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...insertField("PAGE", ""); // 奇数页页码在右侧 builder....RIGHT); builder.insertField("PAGE", ""); builder.moveToDocumentEnd();...

    forum.aspose.com/t/topic/315401
  9. Remove Image From PDF using Python

    Follow this article to remove image from PDF using Python. It shares the details to set the IDE, steps, and a running sample code to delete image from PDF using Python....Page Product Family Aspose.PSD Product...selected or all the photos from a page in the PDF. Steps to Remove...

    kb.aspose.com/pdf/python/remove-image-from-pdf-...
  10. PageVerticalAlignment | Aspose.Words for Java

    Specifies vertical justification of text on each Page in Java....each page. Examples: Shows how to apply and revert page setup...DocumentBuilder(doc); // Modify the page setup properties for the builder's...

    reference.aspose.com/words/java/com.aspose.word...