Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 187,806 for

page

(0.19 sec)
  1. Working with Pages|Aspose.PDF for .NET

    This section explains how to work with Aspose.PDF Facades using PdfPageEditor Class....Ask AI Working with Pages Contents [ Hide ] The PdfPage Editor...various manipulation with pages: Rotating Page in PDF Document Applying...

    docs.aspose.com/pdf/net/pdfpageeditor-class/
  2. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....a new PDF document and add a page. Create and add the red layer...add a blank page document = ap . Document () page = document ...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  3. PageExtractOptions Class | Aspose.Words for .NET

    Easily extract document Pages with Aspose.Words.PageExtractOptions. Customize output with flexible Page extraction settings....specify options for document page extracting. public class PageExtractOptions...Specifies whether the start page number in the resulting document...

    reference.aspose.com/words/net/aspose.words/pag...
  4. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...rectangle or an ellipse on the page. When opened, they shall display...and Circle Annotations to the page. The following code snippet...

    docs.aspose.com/pdf/cpp/figures-annotation/
  5. HtmlSaveOptions.export_page_setup property | As...

    HtmlSaveOptions.export_Page_setup property. Specifies whether Page setup is exported to HTML, MHTML or EPUB...export_page_setup property HtmlSaveOptions.export_page_setup property...property Specifies whether page setup is exported to HTML, MHTML...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 设置方向并控制隐藏 Visio 保存页面的导出|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.... Page 类公开的 PageSheet 属性也公开打印属性。打印属性的..."Drawing1.vsdx" ); // get Visio page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/zh/java/set-orientation...
  7. PageSetup.lines_per_page property | Aspose.Word...

    PageSetup.lines_per_Page property. Gets or sets the number of lines per Page in the document grid....lines_per_page property PageSetup.lines_per_page property Gets...sets the number of lines per page in the document grid. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  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. PageExtractOptions.UnlinkPagesNumberFields | As...

    Replace NUMPageS fields with actual values in extracted Pages for accurate numbering using UnlinkPagesNumberFields....Show how to reset the initial page numbering and save the NUMPAGE...doc = new Document ( MyDir + "Page fields.docx" ); // Default behavior:...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification.... Get the particular page to which you want to add the...created from that particular page – to which you want to add the...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/