Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 69,953 for

import

(0.12 sec)
  1. Convert VSS to VSDM via Python | products.aspos...

    Sample Python conversion code for VSS format to VSDM file. Use this example code to convert VSS to VSDM within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSS in an object...

    products.aspose.com/diagram/python-java/convers...
  2. Converting a EPS file to EMF using Python | Asp...

    Sample code on Python for EPS to EMF conversion. Use example code for batch EPS to EMF conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/e...
  3. How to Build a Table from a DataTable in C#|Asp...

    Example of filling document table from external database using C#.... Provides a method to import data from the DataTable and...following code example shows how to import the data from a DataTable and...

    docs.aspose.com/words/net/how-to-build-a-table-...
  4. Convert TXT to POT via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint pot files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame...conversations. Data Import and Export : Use POT formats to import and export...

    products.aspose.com/total/net/conversion/txt-to...
  5. Convert Numbers File to PDF in Java

    This article guides on how to convert numbers file to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to transform numbers file to PDF in Java....converting the Numbers file Import the necessary classes and methods...numbers file to PDF in Java . Import the required resources from...

    kb.aspose.com/cells/java/convert-numbers-file-t...
  6. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the JavaScript Modern API for seamless PowerPoint and OpenDocument automation.... import ( "javax.imageio.ImageIO" );...getThumbnail (); var imageio = java . import ( "javax.imageio.ImageIO" );...

    docs.aspose.com/slides/nodejs-java/modern-api/
  7. Add XML namespace in XMP metadata of EPS |Python

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from util import Util 4 ########## 5 ###### Class and Method declaration...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  8. Change array items in XMP metadata of EPS| Python

    Take a look at the process of changing array items in XMP metadata of EPS file with Aspose.Page for Python. It is illustrated with the code snippets.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from util import Util 4 ########## 5 ###### Class and Method declaration...

    docs.aspose.com/page/python-net/xmp-metadata/ch...
  9. Create a Macro in Word using Java

    Refer to this article for coding with VBA using Java. It has complete details to set the IDE for development, a list of instructions, and a sample code to create a macro in Word using Java....enabling macros in a Word file Import the required modules, including...file DOCM. In this process, import Document, VbaProject, VbaModule...

    kb.aspose.com/words/java/create-a-macro-in-word...
  10. Aspose.Slides Adds an Unwanted “1” Label to the...

    Hi Team, We are encountering an issue where, during the creation of a stacked vertical chart, Aspose automatically inserts the value “1” on the horizontal (category) axis whenever a category label is empty. This behavio…...reproduce the issue import com.aspose.slides.*; import java.io.ByteArrayInputStream;...ByteArrayInputStream; import java.io.ByteArrayOutputStrea; public...

    forum.aspose.com/t/aspose-slides-adds-an-unwant...