Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 70,116 for

import

(0.23 sec)
  1. Converting a XPS file to PDF using Python | Asp...

    Sample code on Python for XPS to PDF conversion. Use example code for batch XPS to PDF conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/x...
  2. PPT to PDF Conversion with an Empty Comment in ...

    Hi Team, While converting PPT into PDF we are using Presentation class Object to load ppt file in Java code. Import com.aspose.slides.Presentation; Presentation presentation = new Presentation("sample1.pptx"); We hav…... import com.aspose.slides.Presentation;...without parsing comments : import com.aspose.slides.*; LoadOptions...

    forum.aspose.com/t/ppt-to-pdf-conversion-with-a...
  3. Create WORD Report In Python

    Generate reports and automate documents using WORD templates and custom data in Python....aspose-words Copy import aspose.words as aw import aspose.words.reporting...NET Add a library reference (import the library) to your Python...

    products.aspose.com/words/python-net/report/word/
  4. Convert TIFF to EPS using Python

    TIFF to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here.... eps import * 4 from aspose. page . eps . device import * 5 from...from util import Util 6 ########## 7 ###### Class and Method...

    docs.aspose.com/page/python-net/convert/tiff-to...
  5. ExcelからPDFへ変換した時にクメール語が文字化けする - Free Support Fo...

    Aspose Cells for Javaを使用して、ExcelファイルをPDFファイルへ変換すると PDFファイルへ出力した文字が文字化けします。 Excelファイルにはクメール語が出力されておりますが、Windows環境で文字を入力し、 Alpine Linux環境にコピーして、PDFファイルへ変換してます。 Alpine Linux環境にはクメール語のフォントをインストールしております。 文字化けは以下のような感じになり…...にフォントフォルダーを登録 import com.aspose.cells.FontSettings; import com.aspose...aspose.cells.FontSource; import com.aspose.cells.FolderFontSource;...

    forum.aspose.com/t/excel-pdf/320847
  6. Importing and Exporting Projects to Primavera |...

    This page explains how to Import projects from Oracle Primavera P6 XER/XML formats and export them in various formats using Aspose.Tasks for .NET....Guide Working with Projects Importing and Exporting Projects to...Reference Nuget Pricing Buy Importing and Exporting Projects to...

    docs.aspose.com/tasks/net/importing-and-exporti...
  7. CAD Format Conversion Solution | products.aspos...

    Convert CAD DWG & DXF file drawings to PDF, vector and raster images...drawing files and BIM plot models Import & Export Drawings Convert DWG...

    products.aspose.com/cad/conversion/
  8. 3D Format Conversion Solution | products.aspose...

    Convert 3D File to Autodesk, Draco, Wavefront, 3D Studio and many other formats...in Java based applications Import & Export 3Ds Convert DAE to...

    products.aspose.com/3d/conversion/
  9. Extract text from PDF in Python | Aspose.PDF

    Python sample code for extracting text from PDF file on on any platform....Output format: PDF Output file: import AsposePDFPythonWrapp as ap...

    products.aspose.com/pdf/python-cpp/parser/text/
  10. Extract Text and Images from ODP Files using Py...

    Python source code to parse ODP Presentation....ODP Presentation using Python import aspose.slides as slides #Instatiate...

    products.aspose.com/slides/python-net/parser/odp/