Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 55,087 for

import

(0.04 sec)
  1. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... import aspose.pdf as ap document =...output_file ) 从PDF文件获取文本注释 import aspose.pdf as ap document =...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  2. 使用 Python 转换 XML | Aspose.PDF

    用于转换 XML 并加载到 .NET Framework 上的 PDF 文档的 Python 源代码。...XML 转换为 PDF 文件 import aspose.pdf as ap import xml.etree.ElementTree...ElementTree as ET from io import BytesIO def example_xslt_to_pdf...

    products.aspose.com/pdf/zh-hant/python-net/tran...
  3. Konfigureer die produk in Visual Studio|Aspose....

    Hand konfigureer Aspose.Words vir C++ in Visual Studio....die lêer Voeg die volgende Import tags binne ImportGroup : <ImportGroup...Label= "ExtensionTargets" > <Import Project= "<path-to>\CodePorting...

    docs.aspose.com/words/af/cpp/configure-aspose-w...
  4. FieldIncludePicture.source_full_name property |...

    FieldIncludePicture.source_full_name property. Gets or sets the location of the picture using an IRI....how to insert images using IMPORT and INCLUDEPICTURE fields....= True # 2 - The IMPORT field: field_import = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Rendering Task Usage View in Ruby

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks Java in Ruby.... Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'test_tasks.mpp' ) 2 options = Rjb :: import( 'com.aspose.tasks.PdfSaveOptions'...

    docs.aspose.com/tasks/java/rendering-task-usage...
  6. Print Presentation|Aspose.Slides for Python Doc...

    Print PowerPoint Presentation in Python...a PowerPoint presentation: import aspose.slides as slides # Load...presentation using a specific printer: import aspose.slides as slides try...

    docs.aspose.com/slides/python-net/print-present...
  7. FieldIncludePicture.ResizeVertically | Aspose.W...

    Discover how the ResizeVertically property of FieldIncludePicture enhances image management by allowing vertical resizing for optimal display....how to insert images using IMPORT and INCLUDEPICTURE fields....ResizeVertically = true ; // 2 - The IMPORT field: FieldImport fieldImport...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldIncludePicture.IsLinked | Aspose.Words for...

    Optimize your documents with the FieldIncludePicture IsLinked property—control graphic storage to reduce file size and enhance performance....how to insert images using IMPORT and INCLUDEPICTURE fields....ResizeVertically = true ; // 2 - The IMPORT field: FieldImport fieldImport...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the PolygonModifier class instance....utilities import Vector3 from aspose.threed.entities import PolygonModifier...PolygonModifier , Box from aspose.threed import Scene # scale the model in...

    docs.aspose.com/3d/python-net/scale-geometries-...
  10. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc object to your PDF using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pdf.drawing...drawing as drawing import datetime # Create PDF document document...

    docs.aspose.com/pdf/python-net/add-arc/