Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 67,129 for

import

(0.12 sec)
  1. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/de/python-java/pyinstalle...
  2. Add background to PDF|Aspose.PDF for Java

    Learn how to add backgrounds to PDF documents using Aspose.PDF for Java. Follow this step-by-step guide for creative customization....examples ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...FileNotFoundExceptio ; import com.aspose.pdf.BackgroundArtifact ; import com.aspose...

    docs.aspose.com/pdf/java/add-backgrounds/
  3. Print PDF using Python | Aspose.PDF

    Print PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET...print PDF File import aspose.pdf as apdf import aspose.pdf.facades...apfacades import aspose.pydrawing as drawing import aspose.pdf...

    products.aspose.com/pdf/python-net/print/
  4. Compress Images in Ruby|Aspose.Words for Java

    Compress images using Ruby....srcFileName ) messageFormat = Rjb :: import ( "java.text.MessageFormat"...and save. resampler = Rjb :: import ( "com.aspose.words.Resampler"...

    docs.aspose.com/words/java/compress-images-in-r...
  5. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; Import java.io.File; Import java.io.FileOutputStream; Import java.io.InputStream; Import java…...package Activation; import java.io.File; import java.io.FileOutputStream;...FileOutputStream; import java.io.InputStream; import java.io.OutputStream;...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  6. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract tabular from PDF using Aspose.PDF for Python...Table Data import aspose.pdf as apdf from io import FileIO from...from os import path import json from aspose.pycore import cast ...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  7. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Python via .Net....cells import Workbook import aspose.cells import os import pytest...cells import Workbook import aspose.cells import os import pytest...

    docs.aspose.com/cells/python-net/delete-named-r...
  8. Export Visio Diagram to XML in Ruby|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....a VSD file diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...data_dir + "Diagram.vdx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/export-visio-diagr...
  9. "Aspose.TotalforPythonvia.NET.lic" not working ...

    Getting error Proxy error(InvalidOperationException): The license is not valid for this product #!/usr/bin/env python3 """ HTML to PDF Converter Using Official Documentation Pattern Based on official Aspose.HTML Python …...documentation imports """ import os import time from pathlib import Path...Path from concurrent.futures import ThreadPoolExecutor, as_completed...

    forum.aspose.com/t/aspose-totalforpythonvia-net...
  10. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove Text based on subtype/form with Aspose.PDF for Python via .NET library. Remove all forms from the PDF.... import aspose.pdf as ap import os data_dir = ...updated document. import aspose.pdf as ap import os data_dir = ...

    docs.aspose.com/pdf/python-net/remove-form/