Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 14,331 for

object

(0.03 sec)
  1. How to Convert PDF to Word using Python

    This basic tutorial covers how to convert PDF to Word using Python. It encompasses all relevant information like the environment setup details, conversion algorithm, and a code snippet demonstrating how using Python PDF to DOC conversion can be done....and then proceed to create an object of DocSaveOptions class. Finally...options set in the DocSaveOptions object. Code to Convert PDF to Word...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  2. How to Convert PDF to Excel using Python

    This quick tutorial explains how to convert PDF to Excel using Python. It includes the environment configuration information, step-by-step algorithm, and Python code to convert PDF to Excel file format....it to XLSX format Create an object of ExcelSaveOptions class and...Subsequently, initialize an object of ExcelSaveOptions class and...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  3. Convert Word to PCL in Python

    This simple article discusses how to convert Word to PCL in Python. It encompasses all the required information to establish the environment and offers a working example code to render DOC file to PCL in Python....of the PclSaveOptions class object to set the required output...creating a PclSaveOptions class object to set the desired output PCL...

    kb.aspose.com/words/python/convert-word-to-pcl-...
  4. How to Convert Bitmap to PNG in Java

    This short tutorial guides you on how to convert Bitmap to PNG in Java. Using this tutorial you can convert BMP file to PNG in Java in any of the common operating systems like Windows, macOS or Linux....Initialize the PngOptions class object to set output PNG image attributes...level in the PngOptions class object Save the source Bitmap file...

    kb.aspose.com/imaging/java/how-to-convert-bitma...
  5. Exporting SHX fonts|CAD 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....property of CadRasterizationOpti object. Each SHX font comes with the...

    docs.aspose.com/cad/java/developer-guide/export...
  6. DocumentBuilder.PageSetup | Aspose.Words for .NET

    Explore the DocumentBuilder PageSetup property to access current page and section settings, enhancing your document formatting and layout efficiency....PageSetup property Returns an object that represents current page...

    reference.aspose.com/words/net/aspose.words/doc...
  7. DigitalSignature class | Aspose.Words for Python

    aspose.words.digitalsignatures.DigitalSignature class. Represents a digital signature on a document and the result of its verification...Returns the certificate holder object that contains the certificate...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfEncryptionDetails class | Aspose.Words for P...

    aspose.words.saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF document...# Create a "PdfSaveOptions" object that we can pass to the document's...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HeaderFooterBookmarksExportMode enumeration | A...

    aspose.words.saving.HeaderFooterBookmarksExportMode enumeration. Specifies how bookmarks in headers/footers are exported....# Create a "PdfSaveOptions" object that we can pass to the document's...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Find and Replace Text in Word Document i...

    This topic shows, how to find and replace text in Word document in C++ using a simplified code example. By using C++ replace text in Word document is easily performed in few lines of easy code with no external dependence on MS Word or Interop library....files Initialize Document class object to load DOCX for replacing...Create FindReplaceOptions class object to enable different properties...

    kb.aspose.com/words/cpp/how-to-find-and-replace...