Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 50,473 for

import document

(0.09 sec)
  1. Aspose.Slides for Python: "No Usable Version of...

    Import jpype Import _jpype if not _jpype.isStarted(): jpype.startJVM(jpype.getDefaultJVMPath(), "-Djava.awt.headless=true") from aspose.slides Import Presentation, License from asposecells.api Import Workbook self.p…...21, 2025, 11:55am 1 import jpype import _jpype if not _jpype...headless=true") from aspose.slides import Presentation, License from...

    forum.aspose.com/t/aspose-slides-for-python-no-...
  2. 在 Ruby 中连接组的子形状|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....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...connector shape shape = Rjb :: import ( 'com.aspose.diagram.Shape'...

    docs.aspose.com/diagram/zh/java/connect-sub-sha...
  3. EPS to SVG Converter using Python | Aspose.PDF

    Sample code on Python for EPS to SVG conversion. Use example code for batch EPS to SVG conversion with Python and .NET...programmatically a document from EPS to SVG format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/e...
  4. Load a font from CFF file | Java

    With Aspose.Font for Java solution you can load a font from a CCF file on your hard drive disk even if this file is not a font inself....font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/java/how-to-load-fonts/loa...
  5. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...of child nodes in the Word document with footer Aspose.Words Product...these tags appear in the Word document. And I found that the order...

    forum.aspose.com/t/order-of-child-nodes-in-the-...
  6. FAQs|Documentation

    Frequently asked questions about Aspose.3D for .net....asset info on scene, and try to import the generated FBX file to 3ds...some other softwares can only import FBX file, but not open the...

    docs.aspose.com/3d/python-net/faqs/
  7. Duplicate Detection for Dynamics CRM|Aspose.Wor...

    The Aspose Duplicate Detection is an open source add-on to be used with Microsoft Dynamics CRM. It allows automatically remove duplicate Documents using C#....detection in Dynamics CRM through document-based processing. It is necessary...Dynamic CRM usually when a document is sent via an email or attached...

    docs.aspose.com/words/net/duplicate-detection-f...
  8. Remove PPTX Annotation using Python | products....

    Python source code to remove PPTX presentation comments...manipulate comments & authors in document files using server-side APIs... powerful and easy to use document manipulation API for Python...

    products.aspose.com/slides/python-net/annotatio...
  9. Working with AcroForms in PDF using Aspose.PDF ...

    With Aspose.PDF for C++ you may create a form from scratch, fill the form field in a PDF Document, extract data from the form, add or remove fields in the existing form....to be added to the PDF form document to support populating the...XFA supports the concept of document reflow allowing a field to...

    docs.aspose.com/pdf/cpp/acroforms/
  10. 创建 AcroForm - 在 Python 中创建可填写的 PDF|Aspose.PDF f...

    使用 Aspose.PDF for Python,您可以在 PDF 文件中从头开始创建表单...] 从头开始创建表单 在 PDF 文档中添加表单字段 Document 类提供了一个名为 Form 的集合,帮助您管理 PDF...下面的示例展示了如何添加 TextBoxField 。 import aspose.pdf as ap # 打开文档 pdfDocument...

    docs.aspose.com/pdf/zh/python-net/create-form/