Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 97,216 for

import

(0.11 sec)
  1. Կատարեք DOCX՝ Օգտագործելով Java

    Ստեղծեք նոր DOCX Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով Java գրադարանը:...Տեղադրեք էջանիշ Տեղադրեք գծապատկեր import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/hy/java/make/docx/
  2. Ստեղծեք Փաստաթուղթ Java Ում

    Ստեղծեք ֆայլ՝ օգտագործելով Java գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ Java ում՝ մի քանի քայլով:...Տեղադրեք էջանիշ Տեղադրեք գծապատկեր import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/hy/java/make/
  3. Gawe DOC Nganggo Java

    Gawe DOC anyar ing Java ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan Java....Lebokake Bookmark Sisipake Bagan import com.aspose.words.*; Document...); doc.save( "Output.doc" ); import com.aspose.words.*; Document...

    products.aspose.com/words/jv/java/make/doc/
  4. Annotations on documents - Free Support Forum -...

    Hi Is there a way to add all annotations to a document (PDF) without creating separate annotation objects like Text, FreeForm ? I understand that we can add annotations like as mentioned below Adding Annotations to ex…...can use the functionality to import/export annotations using XFDF...not suit your requirements. Import and Export Annotations to XFDF...

    forum.aspose.com/t/annotations-on-documents/278846
  5. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...threed import FileFormat , FileContentType...entities import Cylinder from aspose.threed.formats import PlySaveOptions...

    docs.aspose.com/3d/zh/python-net/convert-mesh-o...
  6. Hello, world!|Documentation

    Get started with Aspose.OCR for Python via .NET by creating and running a bare minimum example.... Import aspose.ocr module: import aspose.ocr as...recognition_text ) Full code: import aspose.ocr as ocr # Instantiate...

    docs.aspose.com/ocr/python-net/hello-world/
  7. Working with MapiJournal in PST|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.... import os from datetime import datetime , timedelta...timedelta from aspose.email.mapi import MapiJournal data_dir = "pa...

    docs.aspose.com/email/python-net/working-with-m...
  8. How to Add Group Shape into a Word Document|Asp...

    Grouping and ungrouping shapes using Java....AddGroupShape ; import Aspose . Words .*; import Aspose . Words...Words . Drawing .*; import Aspose . Words . Fields .*; public class...

    docs.aspose.com/words/java/how-to-add-group-sha...
  9. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated Import of nodes from one document to another in Java....efficiently perform repeated import of nodes from one document...documents. This is known as “importing nodes”. Before you can insert...

    reference.aspose.com/words/java/com.aspose.word...
  10. Vectorizing Images – Python Code Examples

    Learn how to vectorize images in Python. Consider image vectorization functionalities and the effect of configuration properties on the result.... Copy 1 import os 2 from aspose . svg import * 3 from aspose...converters import * 4 from aspose . svg . drawing import * 5 from...

    docs.aspose.com/svg/python-net/vectorize-images/