Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 66,870 for

import

(0.15 sec)
  1. Basic Text Extraction using Python|Aspose.PDF f...

    This section contains articles on basic Text extraction from PDF documents using Aspose.PDF in Python.... import os import aspose.pdf as ap def ...text and write to file. import os import aspose.pdf as ap def ...

    docs.aspose.com/pdf/python-net/basic-text-extra...
  2. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....threed import FileFormat , FileContentType...entities import Cylinder from aspose.threed.formats import PlySaveOptions...

    docs.aspose.com/3d/python-net/convert-mesh-of-a...
  3. Globalization and Localization with Python.NET|...

    Learn how to handle multilingual data and regional settings in Excel files using Aspose.Cells for Python via .NET....culture-specific formatting: Import the CultureInfo class Configure...patterns from aspose.cells import Workbook , CultureInfo # Create...

    docs.aspose.com/cells/python-net/globalization-...
  4. Aspose::Words::Fields::FieldImport::get_IsLinke...

    Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the document in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....set_ResizeVertically ( true ); // 2 - The IMPORT field: auto fieldImport = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Generate BarCode with Empty Bars in Ruby|Docume...

    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....barcode object symbology = Rjb :: import ( 'com.aspose.barcode.Symbology'...Symbology' ) bb = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'...

    docs.aspose.com/barcode/java/generate-barcode-w...
  6. Extracting Email Headers in Jython|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....- email import Settings from com.aspose.email import MailMessage...

    docs.aspose.com/email/java/extracting-email-hea...
  7. Using PyInstaller to Easily Distribute Python A...

    Package Python code to EXE via PyInstaller.... import os from jpype import * __cells_jar_dir__..."JavaClassBridge.jar" )) import jpype import asposecells jpype . startJVM...

    docs.aspose.com/cells/python-java/pyinstaller-p...
  8. The generated PDF report has incorrect footers ...

    I am using Aspose aspose-words-25.8-jdk17.jar. I use the following code to generate a PDF document from a Word report: Import com.aspose.words.Document; Import com.aspose.words.SaveFormat; public class WordToPdf { …...Word report: import com.aspose.words.Document; import com.aspose...PdfSaveOptions : import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/the-generated-pdf-report-has...
  9. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....Insert Bookmark Insert Chart import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/make/docx/
  10. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....Insert Bookmark Insert Chart import com.aspose.words.*; Document...); doc.save( "Output.pdf" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/make/pdf/