Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 73,774 for

import

(0.15 sec)
  1. Convert VDX to VSTX via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  2. FieldArgumentBuilder.add_field method | Aspose....

    FieldArgumentBuilder.add_field method. Adds a field represented by a [FieldBuilder](../../fieldbuilder/) to the argument....api_example_base import ApiExampleBase , ARTIFACTS_DIR import aspose.words...aw from aspose.words.fields import FieldType , FieldBuilder ,...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.Words - Opening non-Word files has diffe...

    We’ve recently renewed our Aspose.Total for Java license and was additionally looking to see about bumping to the latest versions of the Aspose.Xxx families of products. One post-processing flow we have converts Office …...office import com.amazonaws.services.s3.model...S3ObjectInputStream import com.aspose.words.Document import com.aspose...

    forum.aspose.com/t/aspose-words-opening-non-wor...
  4. AxisTickLabels.font property | Aspose.Words for...

    AxisTickLabels.font property. Provides access to font formatting of the tick labels.... import aspose.words as aw from aspose.pydrawing import Color...Color from api_example_base import ApiExampleBase , ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxis.major_tick_mark property | Aspose.Wor...

    ChartAxis.major_tick_mark property. Returns or sets the major tick marks.... import aspose.words as aw from aspose.pydrawing import Color...Color from api_example_base import ApiExampleBase , ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Add array items in XMP metadata of EPS| Python

    The process of adding items 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...
  7. Get Resolution and Dimensions of Embedded Image...

    Discover how to extract image resolutions and dimensions from embedded images in PDF files using Aspose.PDF in Java....examples ; import com.aspose.pdf.* ; import com.aspose.pdf...pdf.operators.* ; import java.util.* ; public class ExampleImagesResolut...

    docs.aspose.com/pdf/java/get-resolution-and-dim...
  8. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....utilities import Vector4 # For complete examples...from aspose.threed.entities import Mesh # For complete examples...

    docs.aspose.com/3d/python-net/create-3d-mesh-an...
  9. Dynamic form to static issue - Free Support For...

    License license = new License(); license.setLicense("Aspose.Pdf.lic"); Document document = new Document("test.pdf"); document.getForm().setType(FormType.Standard); document.save("test2.pdf"); exception : Exception in t…... I can import the xml file using acrobat...or itext, however I cannot import the data using the above code...

    forum.aspose.com/t/dynamic-form-to-static-issue...
  10. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET...password-protected PDF containing important information or documents....can be important when archiving or backing up important documents...

    products.aspose.com/pdf/python-net/decrypt/