Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 94,431 for

object

(0.23 sec)
  1. How to Unprotect Word Document using C#

    This tutorial contains information on how to unprotect Word document using C#. It provides details about configuring the environment, steps to be followed while writing this application and a runnable sample code that demonstrates the process to convert protected Word document to unprotected using C#....file into the Document class object Call the Unprotect() method...loaded into the Document class object and then Unprotect() method...

    kb.aspose.com/words/net/how-to-unprotect-word-d...
  2. Compare PDF Documents using Python

    Compare PDF documents using Python by following this guide. It has the IDE settings, step-by-step algorithm, and a sample code to compare two PDF files using Python....specifying the CompareOptions class object Save the comparison result...use the CompareOptions class object to set various properties like...

    kb.aspose.com/words/python/compare-pdf-document...
  3. How to Remove Bookmark from PDF using C#

    This quick tutorial guides you on how to remove bookmark from PDF using C#. It provides details about the configuration, list of steps and a runnable sample code to remove bookmarks in PDF using C#....file into the Document class object to remove bookmarks Delete...file into the Document class object and then calling the Document...

    kb.aspose.com/pdf/net/how-to-remove-bookmark-fr...
  4. Convert Word to PCL in Java

    This article focuses on how to convert Word to PCL in Java. It covers detailed information to establish the environment and presents a working sample code to render DOC file to PCL in Java....class object Instantiate the PclSaveOptions class object to set...

    kb.aspose.com/words/java/convert-word-to-pcl-in...
  5. Autofit Table in Word using C#

    Follow this article to autofit table in Word using C#. It has details to set the IDE, a list of steps, and a sample code showing how to fit table to page in Word using C#....Transform the node to a Table object Call the AutoFit() method with...and type-cast it to a Table object. Finally, call the AutoFit()...

    kb.aspose.com/words/net/autofit-table-in-word-u...
  6. Extract Data from PDF Form using Python

    This article guides how to extract data from PDF form using Python. It has details to set the IDE, a list of steps, and a sample code to extract data from fillable PDF using Python....a PDF file into a Document object with input fields containing...the page_index in the Field object accessed from the collection...

    kb.aspose.com/pdf/python/extract-data-from-pdf-...
  7. Change Settings for Opening PDF using C#

    This article guides how to change settings for opening PDF using C#. It has the IDE settings, steps, and a sample code to change how PDF opens using C#....PDF file into the Document object to change the opening settings...file into the Document class object that contains the properties...

    kb.aspose.com/pdf/net/change-settings-for-openi...
  8. SvgSaveOptions.fit_to_view_port property | Aspo...

    SvgSaveOptions.fit_to_view_port property. Specifies if the output SVG should fill the available viewport area (browser window or container)...Configure the SvgSaveOptions object to save with no page borders...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DWG Drawings|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.... Create an object of the CadRasterizationOpti...PageWidth properties. Create an object of the PdfOptions class and...

    docs.aspose.com/cad/net/developer-guide/cad-and...
  10. 使用C++管理Excel图表的图例|Documentation

    学习如何利用 Aspose.Cells for C++ 高效利用和定制Microsoft Excel中的图表图例。我们的全面指南介绍了图例的功能、访问和修改方法,以及如何利用图例改善可视化和数据理解。...// Instantiating a Workbook object Workbook workbook ; // Adding...new worksheet to the Workbook object int sheetIndex = workbook ...

    docs.aspose.com/cells/zh/cpp/chart-legend/