Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 185,607 for

page

(0.24 sec)
  1. 从PDF中的表格提取数据|Aspose.PDF for C++

    学习如何使用Aspose.PDF for C++从PDF中提取表格数据。...扫描页面 for ( auto page : document -> get_Pages ()) { absorber ->...-> Visit ( page ); for ( auto table : absorber -> get_TableList...

    docs.aspose.com/pdf/zh/cpp/extract-data-from-ta...
  2. 在 PHP 的 ShapeSheet 中创建用户定义的单元格|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" ); $pages = $diagram -> getPages (); $i...)( string ) $pages -> getCount ()) { $page = $pages -> get ( $i...

    docs.aspose.com/diagram/zh/java/create-user-def...
  3. 使用 C# 的额外注释|Aspose.PDF for .NET

    了解如何使用 Aspose.PDF 在 .NET 中向 PDF 文件添加额外注释,以实现交互式文档功能。... Pages [ 1 ], new Aspose . Pdf . Rectangle...CaretAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/zh/net/extra-annotations/
  4. How to Strike Out Text in PDF using Java

    This short tutorial guides on how to strike out text in PDF using Java. It contains all the details to configure the IDE and a runnable sample code to strike out text in Adobe PDF using Java....Page Product Family Aspose.PSD Product...and get access to the target page for striking out text Create...

    kb.aspose.com/pdf/java/how-to-strike-out-text-i...
  5. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library....outfile ) Convert PDF to Multi-Page HTML This function converts...file into multi-page HTML, where each PDF page is exported as...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  6. Archive

    archives...gives full access to shapes, pages, and custom properties. It works...Get a page from the diagram. Loop through shapes on the page. Print...

    blog.aspose.com/diagram/read-visio-shape-data-i...
  7. Converting a XML file to BMP using C# | Aspose.PDF

    Sample code for XML‑to‑BMP conversion in .NET. Use the API example code for batch XML‑to‑BMP conversion within VB.NET, ASP.NET, or any .NET‑based application....formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/net/conversion/xml-to-bmp/
  8. Convert Worksheet to Image - Remove whitespace ...

    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....images in applications or web pages. For example, you might need...top, bottom, left, and right page‑setup margins for the source...

    docs.aspose.com/cells/python-net/convert-worksh...
  9. MetafileRenderingOptions | Aspose.Words for Java

    Allows to specify additional metafile rendering options in Java....metafile according to the size on page or the display of the metafile...metafile rendering to the size on page. getRenderingMode() Gets a value...

    reference.aspose.com/words/java/com.aspose.word...
  10. Concatenate PDF documents in C#|Aspose.PDF for ...

    This section explains how to concatenate PDF documents with Aspose.PDF Facades using PdfFileEditor class....outputStream ); } } } } Insert blank page Once the PDF files have been...merged, we can insert a blank page at the beginning of document...

    docs.aspose.com/pdf/net/concatenate-pdf-documents/