Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 138,835 for

page

(0.16 sec)
  1. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...only Page 3 and Page 4 in the output PDF // Starting page index...setPageIndex ( 3 ); // Number of pages to be printed options . setPageCount...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  2. 电子签名 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高代码 API 向 PDF 文档添加数字签名。...pdf" ); var page = esign_doc . PdfDocument . Pages [ 1 ]; // Create...FontSize = 50 ; textStamp . Width = page . PageInfo . Width / 3 ; textStamp...

    products.aspose.com/pdf/zh-hans/signature/
  3. Aspose::Words::Saving::PdfPageLayout enum | Asp...

    Aspose::Words::Saving::PdfPageLayout enum. Specifies the Page layout to be used when the document is opened in a PDF reader in C++....PdfPageLayout enum Specifies the page layout to be used when the document...Display one page at a time. OneColumn 1 Display the pages in one column...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Your First Aspose.Diagram Application - Hello W...

    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....the words Hello World in the page. Creating the Hello World Application...“Hello World!” on the first page, and saves the file. 创建新的 visio...

    docs.aspose.com/diagram/zh/python-net/your-firs...
  5. Add, Extract, Delete Tables in PDF using Java |...

    Manage Tables in PDF file programmatically with Java sample code using Aspose.PDF for Java... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/java/table/
  6. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C++ API to set custom paper size of your desired worksheets when rendering Excel file to PDF file format programmatically....PageSetup class to specify a custom page size. The following sample code...cell B4 b4 . PutValue ( u "Pdf Page Dimensions: 6.00 x 4.00 in"...

    docs.aspose.com/cells/cpp/implement-custom-pape...
  7. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    用于在 Java 和 PHP 上从 PDF 文件中提取表格的 Java 源代码,德尔福。...pdf" ); for ( Page page : pdfDocument . getPages ())...TableAbsorber (); absorber . visit ( page ); for ( AbsorbedTable table...

    products.aspose.com/pdf/zh-hans/java/table/extr...
  8. 使用 Java 从 PDF 中删除表格 | Aspose.PDF

    用于在 Java 和 PHP 上从 PDF 文件中删除表格的 Java 源代码,德尔福。...pdf" ); for ( Page page : pdfDocument . getPages ())...TableAbsorber (); absorber . visit ( page ); for ( AbsorbedTable table...

    products.aspose.com/pdf/zh-hans/java/table/remove/
  9. 使用 XSLT 从 XML 创建 PDF|Aspose.PDF for .NET

    C# 库提供将 XML 文件转换为 PDF 文档的能力,要求输入的 XML 文件必须遵循 Aspose.PDF 架构。...Bottom= "15cm" /> </PageInfo> <Page id= "mainSection" > <TextFragment>...</TextSegment> </TextFragment> </Page> </Document> </html> </xsl:template>...

    docs.aspose.com/pdf/zh/net/create-a-hello-world...
  10. 使用 Java 向 PDF 添加文本 | Aspose.PDF

    Java 源代码用于在 Java 和 PHP 上处理 PDF 文件中的文本,德尔菲。...pdf" ); // get particular page Page pdfPage = document . getPages...the text fragment to the PDF page textBuilder . appendText ( textFragment...

    products.aspose.com/pdf/zh-hans/java/text/