Sort Score
Result 10 results
Languages All
Labels All
Results 6,001 - 6,010 of 56,352 for

import document

(1.83 sec)
  1. Սեղմել JPG Ը Python Ում

    Սեղմեք JPG ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Պատճենել import aspose.words as aw doc = aw.Document() builder...save_options) import aspose.words as aw doc = aw.Document("Input.jpg")...

    products.aspose.com/words/hy/python-net/compres...
  2. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Python via .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的转换。...threed import FileFormat , Scene from aspose...entities import Cylinder from aspose.threed.utilities import Quaternion...

    docs.aspose.com/3d/zh/python-net/concatenate-qu...
  3. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for Python via .NET API 来实现此目的。...threed import FileFormat , Scene from aspose...aspose.threed.entities import PolygonModifier , SplitMeshPolicy...

    docs.aspose.com/3d/zh/python-net/split-mesh/
  4. Convert 3DS to ATT via C# | products.aspose.com

    Sample code for 3DS to ATT C# conversion. Use API example code for batch 3DS files to ATT conversion within VB.NET, Asp.NET or any .NET based application.... powerful and easy to use document manipulation and conversion...control the substance of 3D document formats easily. 3DS What is...

    products.aspose.com/3d/net/conversion/3ds-to-att/
  5. Convert PDF to XML in PHP | products.aspose.com

    Convert PDF to XML in PHP. Use PowerPoint PHP API to convert PDF files to XML... As a modern document processing API, Aspose.Slides...getSlides () -> addFromPdf ( "document.pdf" ); for ($i = 0 ; $i <...

    products.aspose.com/slides/php-java/conversion/...
  6. Convert PDF to PNG in PHP | products.aspose.com

    Convert PDF to PNG in PHP. Use PowerPoint PHP API to convert PDF files to PNG... As a modern document processing API, Aspose.Slides...getSlides () -> addFromPdf ( "document.pdf" ); for ($i = 0 ; $i <...

    products.aspose.com/slides/php-java/conversion/...
  7. Convert DOCX to Excel via Java or Free Online A...

    Convert DOCX to Excel via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOCX to Excel online converter quickly before integrating the code.... By converting these Word document formats to Excel, users gain...range of powerful APIs for document manipulation and conversion...

    products.aspose.com/total/java/conversion/docx-...
  8. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....Generate Excel File in C# The document shows how to generate Excel...NET package from NuGet.org Import Aspose.Cells namespace to the...

    kb.aspose.com/cells/net/how-to-generate-excel-f...
  9. Convert PDF to SVG in Java | products.aspose.com

    Convert PDF to SVG in Java. Use Java library API to convert PDF files to SVGs... As a modern document processing API, Aspose.Slides.... Add a library reference (import the library) to your Java project...

    products.aspose.com/slides/java/conversion/pdf-...
  10. 怎么实现删除指定段落之前的内容 - Free Support Forum - aspose.com

    怎么把正文中某个段落之前的所有内容清除?包括Body、Section、HeaderFooter ,我有方法,但是我害怕会出现其它问题,麻烦官方给我一个正确的示例...以下是一个示例代码,展示了如何完成这个任务: import com.aspose.words.*; public...Exception { // 加载文档 Document doc = new Document("您的文档路径.docx"); //...

    forum.aspose.com/t/topic/316479