Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 189,254 for

page

(0.51 sec)
  1. 使用 Python 创建 PDF | Aspose.PDF

    本主题向您展示如何使用适用于 Python 的 Aspose.PDF API 在 Python 应用程序中轻松生成和读取 PDF 文件。... 使用 Pages.Add () 方法添加页面。 创建一个新的 TextFragment...Document () # Add page page = document . pages . add () # Add text...

    products.aspose.com/pdf/zh-hans/python-net/create/
  2. PageSetup.vertical_alignment property | Aspose....

    PageSetup.vertical_alignment property. Returns or sets the vertical alignment of text on each Page in a document or section....vertical alignment of text on each page in a document or section. @property...Shows how to apply and revert page setup settings to sections in...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Python Programmer's Guide|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....Unhide a Worksheet in Python Page Break Preview in Python Split...in Python Page Setup Features in Python Setting Page Options in...

    docs.aspose.com/cells/java/python-programmers-g...
  4. 使用 Python 編輯 PDF | Aspose.PDF

    使用 Python for .NET 的 Python 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔... pages . accept ( textFragmentAbsorber...textFragmentCollecti : page = textFragment . page annotationRectangle...

    products.aspose.com/pdf/zh-hant/python-net/reda...
  5. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  6. Add Watermarks to PDF in Python|Aspose.PDF for ...

    Learn how to add watermark artifacts to PDF files in Python using Aspose.PDF for Python via .NET....a visual overlay applied to pages for branding, security, or informational...applying the watermark to a Page . Extract Watermarks from PDF...

    docs.aspose.com/pdf/python-net/add-watermarks/
  7. Adding JavaScript in Python|Aspose.PDF for Java

    Find out how to embed JavaScript code within a PDF document using Python and Aspose.PDF to enhance interactivity....alert('page 2 is opened')" ) # Adding JavaScript at Page Level...JavascriptAction ( "app.alert('page 2 is closed')" )) # Save PDF...

    docs.aspose.com/pdf/java/adding-javascript-in-p...
  8. Work with Images using PdfContentEditor|Aspose....

    This section explains how to add and delete Images with Aspose.PDF Facades using PdfContentEditor Class....Delete Images from a Particular Page of PDF (Facades) In order to...the images from a particular page, you need to call DeleteImage...

    docs.aspose.com/pdf/net/working-with-images-in-...
  9. 确定 TextFragment 中的换行符|Aspose.PDF for C++

    了解如何使用 C++ 确定多行 TextFragment 的换行符...您可以使用 Page 类的 GetNotifications () 方法,如下所示,以跟踪文本片段的换行:...Document > (); auto page = document -> get_Pages () -> Add (); for...

    docs.aspose.com/pdf/zh/cpp/determine-line-break/
  10. Aspose::Words::PageSetup::get_ChapterPageSepara...

    Aspose::Words::PageSetup::get_ChapterPageSeparator method. Gets or sets the separator character that appears between the chapter number and the Page number in C++....between the chapter number and the page number. Aspose :: Words :: ...Remarks Before you can create page numbers that include chapter...

    reference.aspose.com/words/cpp/aspose.words/pag...