Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 187,882 for

page

(1.01 sec)
  1. 从现有PDF中移除表格|Aspose.PDF for .NET

    了解如何使用Aspose.PDF for .NET从PDF文档中移除表格,提高文档的清晰度和结构。...first page with absorber absorber . Visit ( document . Pages [ 1...]); // Get first table on the page Aspose . Pdf . Text . AbsorbedTable...

    docs.aspose.com/pdf/zh/net/remove-tables-from-e...
  2. Create VSTX Files via Python | products.aspose.com

    Python Sample code for generating VSTX documents. Use this code for creating VSTX files within any Python based application.....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. page = diagram.getPages()...

    products.aspose.com/diagram/python-java/create/...
  3. Aspose.Words for Python | Aspose API References

    Aspose.Words for Python is a class library that can be used by developers for various platforms for a variety of document processing tasks....represents a frames page or a single frame on a frames page. aspose.words...information such as on what page and where on a page particular document...

    reference.aspose.com/words/python-net/
  4. Create User-defined Cell in the ShapeSheet in R...

    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 = 0 while i < pages . getCount...getCount () page = pages . get ( i ) shapes = page . getShapes...

    docs.aspose.com/diagram/java/create-user-define...
  5. MetafileRenderingOptions class | Aspose.Words f...

    aspose.words.saving.MetafileRenderingOptions class. Allows to specify additional metafile rendering options...emulate_rendering_to_size_on_page Gets or sets a value determining...metafile according to the size on page or the display of the metafile...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 如何使用 C# 创建 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。... 向 Document 对象的 Pages 集合中添加一个 Page 对象。 将 TextFragment 添加到页面的...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/create-pdf-document/
  7. Extract Tables from PDF using C# | Aspose.PDF

    Extract tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...TableAbsorber and iterate over pages Extract table content Save extracted...); foreach ( var page in pdfDocument . Pages ) { var absorber...

    products.aspose.com/pdf/net/table/extract/
  8. 档案

    档案...PDF 页面 for (auto page : pdfDocument->get_Pages()) { // 获取 PDF 页面的尺寸...int width = info->GetPageWidth(page->get_Number()); int height =...

    blog.aspose.com/zh/pdf/convert-pub-to-image-usi...
  9. Split VTX Files via Python | products.aspose.com

    Python source code to Split vtx file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vtx" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-java/splitte...
  10. Split VSDM Files via Python | products.aspose.com

    Python source code to Split vsdm file within any Python based application....each page Create a new Diagram class object Copy the page via...diagram = Diagram( "file.vsdm" ); page = diagram.getPages(). get (...

    products.aspose.com/diagram/python-java/splitte...