Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 184,592 for

page

(0.1 sec)
  1. 使用 PHP 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加文本...TextBuilder 將 TextParagraph 新增到 Page。 再次儲存文件。 將文字新增到 PDF - PHP 此示例代码说明如何在...$inputFile ); // get particular page $page = $document -> getPages ()...

    products.aspose.com/pdf/zh-hant/php-java/text/
  2. 在 PHP 中选择连接器形状的重新路由选项|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....); \ # Access a particular page $page = $diagram -> getPages ()...particular connector shape $shape = $page -> getShapes () -> getShape...

    docs.aspose.com/diagram/zh/java/select-reroute-...
  3. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for Java....pdf" ); Page page = pdfDocument . getPages ()...textBoxField = new TextBoxField ( page , new Rectangle ( 100 , 200...

    docs.aspose.com/pdf/java/create-forms/
  4. Remove Tables from existing PDF|Aspose.PDF for ...

    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....successfully finds tables on the page, it becomes capable to remove...TableAbsorber () # Visit first page with absorber absorber . visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  5. TableStyle.alignment property | Aspose.Words fo...

    TableStyle.alignment property. Specifies the alignment for the table style....align it to a location on the page, such as the center: let tableStyle..."Aligned to the center of the page" ); builder . endTable (); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Reduce File Size|Documentation

    This section explains how to reduce file size from a diagram with Aspose.Diagram for Python via Java.... The Page object represents the drawing...area of a foreground page or a background page.In order to reduce...

    docs.aspose.com/diagram/python-java/reduce-file...
  7. ViewOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.ViewOptions class to customize document display in Microsoft Word, enhancing your editing experience and productivity....text and the top edge of the page. FormsDesign { get; set; } Specifies...document to fit the width of the page. // Set the "ZoomType" property...

    reference.aspose.com/words/net/aspose.words.set...
  8. Add Images to PDF using JavaScript via C++ | As...

    Adding images into PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/javascript-cpp/images/add/
  9. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....you can split the document at page breaks and heading paragraphs...it falls under two criteria: PAGE_BREAK and HEADING_PARAGRAPH...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在PDF中使用链接注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除链接注释。...{ // Get first page var page = document . Pages [ 1 ]; // Define...Annotations . LinkAnnotation ( page , linkFragments [ 1 ]. Rectangle...

    docs.aspose.com/pdf/zh/net/link-annotations/