Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 186,386 for

page

(0.12 sec)
  1. 从现有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-...
  2. How to Split Word Document using Java

    This tutorial provides information on how to split Word document using Java. It contains configuration details, detailed steps to accomplish the task and a runnable sample code to split Word document into multiple documents using Java....Page Product Family Aspose.PSD Product...demonstrates the process to split pages in Word using Java . It describes...

    kb.aspose.com/words/java/how-to-split-word-docu...
  3. Rotate Visio Shape Text|Documentation

    How to rotate shape's text in visio using .NET Diagram API.... Get paticular page Get paticular shape Get Shape...); // Get page by name Page page = diagram . Pages . GetPage...

    docs.aspose.com/diagram/net/rotate-visio-shape-...
  4. Security Features in Python|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....Unprotect a Worksheet in Python Page Setup Features in Python Value...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/security-features-in...
  5. 操作 Visio 中的嵌入式 OLE 对象 Diagram|Documentation

    本页介绍如何使用 Aspose.Diagram 库操作 ole 对象。...); // get page of the Visio diagram by name Page page = diagram...diagram . getPages (). getPage ( "Page-1" ); // get shape of the Visio...

    docs.aspose.com/diagram/zh/java/manipulate-the-...
  6. Insert Background Image to Excel with Node.js v...

    How to insert a background image to Excel using Aspose.Cells for Node.js via C++....2019): From the Page Layout menu, find the Page Setup option, and...Document Assistant Close Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/nodejs-cpp/insert-backgro...
  7. Features|Aspose.Words for C++

    Aspose.Words for C++ provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting....module that allows building page by page model of a document) Rendering...document layout, like TOC , PAGE , etc. Comparing Two Word Documents...

    docs.aspose.com/words/cpp/features/
  8. Overview|Aspose.PDF for Go via C++

    Overview of key-features and supported formats of Aspose.PDF for Go, installation and licensing manual of Go via C++ library....PDF for Go via C++ This page is an overview of Aspose.PDF...resources. Let’s check Docs pages for more details: Optimize PDF...

    docs.aspose.com/pdf/go-cpp/overview/
  9. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...Get the page where the image needs to be added var page = document...document . Pages [ 1 ]; // Load the image into a file stream using...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  10. TIFF to PDF conversion causes font and width mi...

    Hi Team, I am converting a multiPage TIFF file to PDF using Aspose for Java(we are using Aspose total). The conversion works, but the generated PDF doesn’t exactly match the original TIFF — there’s a mismatch in width a…...OutputStream outputStream, List<Long> pages) throws IOException { try (Document...reader.getNumImages(true); pages.add((long) numPages); for (int...

    forum.aspose.com/t/tiff-to-pdf-conversion-cause...