Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 105,537 for

import

(0.09 sec)
  1. Convert PDF to JPG in Python | products.aspose.com

    Convert PDF to JPG in Python. Use Python library API to convert PDF files to JPGs...PDF into JPG import aspose.slides as slides import aspose.pydrawing.... Add a library reference (import the library) to your Python...

    products.aspose.com/slides/python-net/conversio...
  2. Convert PDF to PNG in Python | products.aspose.com

    Convert PDF to PNG in Python. Use Python library API to convert PDF files to PNGs...PDF into PNG import aspose.slides as slides import aspose.pydrawing.... Add a library reference (import the library) to your Python...

    products.aspose.com/slides/python-net/conversio...
  3. Validate License & Avoid Evaluation Limitations...

    You can try and test Aspose.Words library in your Java application without purchasing a License; but, a non-licensed (trial) Aspose.Words for Java API will create Word, XPS, PDF document (and many other supported file fo…...mode or not: import com.aspose.words.Document; import com.aspose...aspose.words.DocumentBuilder; import com.aspose.words.License; public...

    forum.aspose.com/t/validate-license-avoid-evalu...
  4. Find the specific text in paragraph and copy th...

    Find the specific text in paragraph and copy that paragraph to other document in Aspose.Words c#....ImportNode method to import paragraph to the target document...GetAncestor(NodeType.Paragraph); // Import the paragraph. Node targetPara...

    forum.aspose.com/t/find-the-specific-text-in-pa...
  5. Changing the Position of a Slide in Ruby|Aspose...

    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....presentation file pres = Rjb::import('com.aspose.slides.Presentation')...presentation save_format = Rjb::import('com.aspose.slides.SaveFormat')...

    docs.aspose.com/slides/java/changing-the-positi...
  6. Convert JPG to PNG in Python | products.aspose.com

    Convert JPG to PNG in Python. Use Python library API to convert JPG files to PNGs...JPG into PNG import aspose.slides as slides import aspose.pydrawing.... Add a library reference (import the library) to your Python...

    products.aspose.com/slides/python-net/conversio...
  7. SpinButtonActiveXControl class | Aspose.Cells f...

    SpinButtonActiveXControl class SpinButtonActiveXControl class Represents the SpinButton control. Inheritance: SpinBut......from aspose import pycore from aspose.cells import Workbook from...cells.drawing.activexcontrols import ControlType , SpinButtonActiveXCon...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Convert SVG to PNG in Python | products.aspose.com

    Convert SVG to PNG in Python. Use Python library API to convert SVG files to PNGs...SVG into PNG import aspose.slides as slides import aspose.pydrawing.... Add a library reference (import the library) to your Python...

    products.aspose.com/slides/python-net/conversio...
  9. ImageData.Brightness | Aspose.Words for .NET

    ImageData Brightness property. Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 dimmest to 1.0 brightest in C#....dstDoc = new Document (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/net/aspose.words.dra...
  10. add方法 | Aspose.Cells for Python via .NET API 参考资料

    add方法 add() 将工作表添加到集合中。 返回 Worksheet 对象索引。 def add ( self ): ... add(type) 将工作表添加到集合中。 返回 Worksheet 对象索引。 def add ( s......cells import SheetType , Workbook from aspose...aspose.cells.charts import ChartType workbook = Workbook () workbook...

    reference.aspose.com/cells/python-net/zh/aspose...