Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 43,948 for

import document

(0.04 sec)
  1. 在 Jython 中将工作表转换为图像|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....cells import Settings from com . aspose . cells import Workbook...cells import ImageFormat from com . aspose . cells import ImageOrPrintOptions...

    docs.aspose.com/cells/zh/java/worksheet-to-imag...
  2. Logical Levels of Nodes in a Document in Java|A...

    In Aspose.Words for Java Documentation mentioned logical levels of nodes – block level, inline-level, or row level. The node level is used to describe the location in the Document tree where the node is typically occur....Nodes in a Document Contents [ Hide ] This documentation sometimes...belonging to a “level” in a document, such as “block-level”, “inline-level”...

    docs.aspose.com/words/java/logical-levels-of-no...
  3. Add, Get or Remove Watermark in PDF using Pytho...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...the PDF with an instance of Document. Create an instance of WatermarkArtifact...Output format: Output file: import aspose.pdf as ap input_pdf...

    products.aspose.com/pdf/python-net/watermark/
  4. Create PDF using Python for .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications....class file Initialize the Document class object. Add a page using...Python import aspose.pdf as apdf # Initialize document object...

    products.aspose.com/pdf/python-net/create/
  5. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...the setRightIndent method: import com.aspose.words.*; public...Create a new document Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/adjust-right-indent-w-adjust...
  6. Product Overview|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....Cells documentation Aspose.Cells is the most...Aspose.Cells also allows to import data into spreadsheets from...

    docs.aspose.com/cells/java/product-overview/
  7. Extract Content Between Document Nodes|Aspose.W...

    How to extract specific content from a range within the Document easily using Python....in a Document Contents [ Hide ] When working with documents, it...it is important to be able to easily extract content from a specific...

    docs.aspose.com/words/python-net/how-to-extract...
  8. Supported Features on Document Save|Aspose.Word...

    Save a Document in most of popular formats and supports lots of Microsoft Word features....Ask AI Supported Features on Document Save Contents [ Hide ] Aspose...allows users to work with documents in various formats and provides...

    docs.aspose.com/words/java/supported-features-o...
  9. According to page size how to set the Bookmark ...

    For example: Zoom level: Fit Width, Document OriginalPDF = new Document();Page pdfPage = null; .....pdfPage = OriginalPDF.Pages[3]; pdfPage.CropBox.Height; pdfPage.MediaBox.Height; pdfPage.Rect.Hei…...level: Fit Width, Document OriginalPDF = new Document(); Page pdfPage...these? Bookmark XML file will Import to PDF file. <?xml version="1...

    forum.aspose.com/t/according-to-page-size-how-t...
  10. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...创建方形和圆形注释的步骤: 加载 PDF 文件 - new Document . 创建新的 Circle Annotation ...aspose.pdf.examples ; import java.util.* ; import com.aspose.pdf.*...

    docs.aspose.com/pdf/zh/java/figures-annotation/