Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 95,351 for

object

(0.23 sec)
  1. Export to XFDF|Aspose.PDF for Python via .NET

    This example shows how to export PDF form field data to an XFDF (XML Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to load a PDF form, access its fields through the Form facade, and save the extracted values into an XFDF stream.... In this example, the Form object from aspose.pdf.facades is...XFDF file.""" # Create Form object pdf_form = pdf_facades . Form...

    docs.aspose.com/pdf/python-net/export-to-xfdf/
  2. 获取特定单元格的文本|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....//Instantiate the Application object. Excel . Application excelApp...//Instantiating a Workbook object Workbook workbook = new Workbook...

    docs.aspose.com/cells/zh/net/get-text-of-specif...
  3. Get Text of Specific Cell|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....Instantiate the Application object. Excel . Application excelApp...// Instantiating a Workbook object Workbook workbook = new Workbook...

    docs.aspose.com/cells/net/get-text-of-specific-...
  4. FillType enumeration | Aspose.Words for Python

    aspose.words.drawing.FillType enumeration. Specifies fill type for a fillable Object....Specifies fill type for a fillable object. Members Name Description SOLID...gradient.docx' ) # Get Fill object for Font of the first Run....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Generate Point Cloud to DXF File Formats via No...

    Sample Node.js generate point cloud code for DXF file. Use this example code to generate point cloud to DXF file within any Web based application....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/nodejs-java/point-cloud/...
  6. Generate Point Cloud to 3MF File Formats via No...

    Sample Node.js generate point cloud code for 3MF file. Use this example code to generate point cloud to 3MF file within any Web based application....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/nodejs-java/point-cloud/...
  7. Generate Point Cloud to 3MF File Formats via py...

    Sample Python generate point cloud code for 3MF file. Use this example code to generate point cloud to 3MF file within any Web based application....pointcloud object of Aspose.3D Create a transform object through...the Scene.Save method with object System Requirements Aspose...

    products.aspose.com/3d/python-net/point-cloud/3mf/
  8. Different Ways to Save Files with Golang via C+...

    Aspose.Cells for C++ can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....enumeration) when calling the Workbook object’s Save method. How to Save...geospatial features, and 3D objects that can become part of the...

    docs.aspose.com/cells/go-cpp/different-ways-to-...
  9. Convert DXF to CGM via C# | products.aspose.com

    Sample code for DXF to CGM C# conversion. Use API example code for batch DXF files to CGM conversion within VB.NET, Asp.NET or any .NET based application....Load method Set an object of CadRasterizationOpti with...passing the resultant file path & object of CgmOptions System Requirements...

    products.aspose.com/cad/net/conversion/dxf-to-cgm/
  10. Extract AcroForm Data using C++|Aspose.PDF for C++

    This section explains how to extract forms from your PDF document with Aspose.PDF for C++....form field from the Document object’s Form collection. This example...using the Document object. Create rectangle object to get fields in...

    docs.aspose.com/pdf/cpp/extract-form/