Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 141,003 for

page

(0.07 sec)
  1. 在 PHP 中从 Visio Diagram 中检索所有图层|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....vsd" ); \ # get Visio page $page = $diagram -> getPages ()...-> getPage ( 0 ); $layers = $page -> getPageSheet () -> getLayers...

    docs.aspose.com/diagram/zh/java/retrieve-all-la...
  2. PDF to HTML Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to HTML document In loop: add...

    products.aspose.com/pdf/cpp/merger/pdf-to-html/
  3. Aspose::Words::Tables::Table::get_HorizontalAnc...

    Aspose::Words::Tables::Table::get_HorizontalAnchor method. Gets the base object from which the horizontal positioning of floating table should be calculated. Default value is Column in C++....get_AllowOverlap ()); // Only Margin, Page, Column available in RelativeHorizontalPo...:: Column ); // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. 注解 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释。... Pages [ 1 ], new Rectangle ( 299.988...Color . Blue }; document . Pages [ 1 ]. Annotations . Add ( caretAnnotation1...

    products.aspose.com/pdf/zh-hans/annotation/
  5. 从现有PDF文档中提取表格|Aspose.PDF for Java

    Aspose.PDF for Java使您可以对PDF文档中包含的表格进行各种操作。您可以在现有的PDF文档中添加和提取表格,在新页面上渲染表格等。...pdf" ); for ( Page page : pdfDocument . getPages ())...TableAbsorber (); absorber . visit ( page ); for ( AbsorbedTable table...

    docs.aspose.com/pdf/zh/java/extract-table-from-...
  6. Pdf|Documentation

    Learn how to converT Excel to PDF with Aspose.Cells for Python via .NET API....Cells Yes Page Break Yes Page Setup Header/Footer Yes Page Setup...Margins Yes Page Setup Page Orientation Yes Page Setup Page Size Yes...

    docs.aspose.com/cells/python-net/convert-excel-...
  7. Split PDF, HTML, TXT Files using PHP | Aspose.PDF

    PHP sample code to split files on any platform....document, you must split the pages of the original file. In order...more details check the GitHub page. Split documents via PHP To...

    products.aspose.com/pdf/php-java/splitter/
  8. Specify Layout Options in Python|Aspose.Words f...

    Specify Layout Options for various document layouts using Python....continuous_section_page_numbering_restart to calculate page numbers in...continuous section that restarts page numbering, or ignore_printer_metrics...

    docs.aspose.com/words/python-net/specify-layout...
  9. 使用 Python for .NET 创建 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/
  10. 使用 C# 语言的 Hello World 示例|Aspose.PDF for .NET

    此示例演示如何使用 Aspose.PDF 创建一个简单的包含文本 Hello World 的 PDF 文档... 向文档对象添加一个 Page 。 创建一个 TextFragment 对象。 将 TextFragment...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/hello-world-example/