Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 74,026 for

import

(0.49 sec)
  1. FontSavingArgs.font_file_name property | Aspose...

    FontSavingArgs.font_file_name property. Gets or sets the file name (without path) where the font will be saved to....from pathlib import Path from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Converting a PDF file to EXCEL using Python | A...

    Sample code on Python for PDF to EXCEL conversion. Use example code for batch PDF to EXCEL conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/p...
  3. Converting a PDF file to TEX using Python | Asp...

    Sample code on Python for PDF to TEX conversion. Use example code for batch PDF to TEX conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/p...
  4. Converting a MHT file to XLSX using Python | As...

    Sample code on Python for MHT to XLSX conversion. Use example code for batch MHT to XLSX conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/m...
  5. Converting a PCL file to TXT using Python | Asp...

    Sample code on Python for PCL to TXT conversion. Use example code for batch PCL to TXT conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/p...
  6. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...Words can import footnotes that are marked up...save as DOCX import com.aspose.words.*; import java.io.*; public...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  7. Converting a MHTML file to XLS using Python | A...

    Sample code on Python for MHTML to XLS conversion. Use example code for batch MHTML to XLS conversion with Python and .NET... Import required modules from aspose...libraries are installed and imported before proceeding. Specify...

    products.aspose.com/pdf/python-net/conversion/m...
  8. Open PSD, PSB and AI files and export them to P...

    Example PSD, PSB and AI file export to other formats...overview of the steps involved: Import the necessary classes and modules...

    docs.aspose.com/psd/java/open-export-psd-psb-ai...
  9. Edit Word, PDF In Python

    Edit DOCX, DOC, PDF and a variety of other file formats in Python....Edit a Table Edit an Image import aspose.words as aw doc = aw...) doc.save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/
  10. 在word转pdf时出现异常报错 - Free Support Forum - aspose.com

    Caused by: java.lang.IllegalStateException: XMLStreamException: Unexpected character ' ' (code 32) (missing name?) at [row,col {unknown-source}]: [45692,46] at com.aspose.words.internal.zzZe6.zz45(Unknown Source) at c…...例如: import com.aspose.words.Document; import com.aspose...aspose.words.SaveFormat; import com.aspose.words.FileCorruptedExcepti;...

    forum.aspose.com/t/word-pdf/320406