Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 184,601 for

page

(0.11 sec)
  1. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....specific layer on the first page, and save the document with...Retrieve the first page with ‘document.pages’. Select the layer...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  2. Replace Image in Existing PDF File using Python...

    This section describes about replace image in existing PDF file using Python library....replace an existing image on a PDF page with a new image? Implement...image on the first page: ‘document.pages[1].resources.images...

    docs.aspose.com/pdf/python-net/replace-image-in...
  3. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Description...

    docs.aspose.com/ocr/python-net/image-regions-wo...
  4. Add Text to PDF Using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Add the TextParagraph to Page using TextBuilder. Save the...# Get particular page page = document . pages [ 1 ] # Create text...

    products.aspose.com/pdf/python-net/text/
  5. Working with PDF Pages in JavaScript|Aspose.PDF...

    How to add Pages, add headers and footers, rotate Pages you can know in this section. Aspose.PDF for JavaScript via C++ explain to you all details on this topic....Working with PDF Pages in JavaScript Contents [ Hide ] You are...the following: Delete Pages - delete page from your PDF file via...

    docs.aspose.com/pdf/javascript-cpp/working-with...
  6. Add Curve Object to PDF file|Aspose.PDF for Pyt...

    This article explains how to create a curve object to your PDF using Aspose.PDF for Python via .NET....to paragraphs collection of page. Save our PDF file. import aspose...Document () # Add page page = document . pages . add () # Create...

    docs.aspose.com/pdf/python-net/add-curve/
  7. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent Pages because when the content g…...headers and footers in subsequent pages because when the content grows...might create more pages. We have defined 2 pages in our XML file...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  8. 在 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...
  9. FieldIndex | Aspose.Words for Java

    Implements the INDEX field in Java....on the left side // and the page containing the XE field on the...getFieldCode()); // On a new page, start the bookmark with a name...

    reference.aspose.com/words/java/com.aspose.word...
  10. 通過Java將圖像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 使用 Java 示例代码,以编程方式将图像添加到 PDF 文档中...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()..."aspose-logo.jpg" ). toString ()); page . getResources (). getImages...

    products.aspose.com/pdf/zh-hant/java/images/add/