Sort Score
Result 10 results
Languages All
Labels All
Results 5,041 - 5,050 of 73,785 for

import

(0.15 sec)
  1. .NET Excel API | Process Spreadsheet Formats vi...

    C# ASP.NET VB.NET library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV, HTML and so on....and styles from scratch, importing data onto the worksheets from...Apply Formatting Apply Formulas Import/Export Data Platform Independence...

    products.aspose.com/cells/net/
  2. SystemFontSource class | Aspose.Words for Python

    aspose.words.fonts.SystemFontSource class. Represents all TrueType fonts installed to the system... import platform from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MD to PDF Merge using Python | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path md_load_options...

    products.aspose.com/pdf/python-net/merger/md-to...
  4. Mht to pdf - exception is thrown - Operation is...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown “Operation is not valid due to the current state of the object.” input file 109.zip (18.0 KB)...Java: import com.aspose.html.converters.Converter; import com.aspose...

    forum.aspose.com/t/mht-to-pdf-exception-is-thro...
  5. Edit DOCX In Java

    Edit DOCX in Java code....Edit a Table Edit an Image import com.aspose.words.*; Document...doc.save( "Output.docx" ); import com.aspose.words.*; Document...

    products.aspose.com/words/java/edit/docx/
  6. General Project Properties in Ruby | Aspose.Tas...

    Learn how to manage Microsoft Project general properties using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...'Sample.xml' ) 2 3 prj = Rjb :: import( 'com.aspose.tasks.Prj' ) 4...

    docs.aspose.com/tasks/java/general-project-prop...
  7. 限制 Python 中的文档编辑|Python via .NET 格式的 Aspose.Words

    通过使用 Python 设置限制类型来限制编辑文档。您还可以删除保护并创建不受限制的可编辑区域。...限制编辑) 以下代码示例展示了如何向文档添加密码保护: import aspose.words as aw doc = aw...以下代码示例演示如何限制文档中的编辑,以便只能在表单字段中进行编辑: import aspose.words as aw # Insert...

    docs.aspose.com/words/zh/python-net/restrict-do...
  8. java.lang.ClassCastException: class com.aspose....

    Hi team, wondering what might causing this error on load method. for input docx file attached ? throwing below error. java.lang.ClassCastException: class com.aspose.words.OfficeMath cannot be cast to class com.aspose.w…... import com.aspose.words.Document; import java.io.FileInputStream;...the issue import com.aspose.words.Document; import java.io.FileInputStream;...

    forum.aspose.com/t/java-lang-classcastexception...
  9. Aspose::Words::ImportFormatOptions class | Aspo...

    Aspose::Words::ImportFormatOptions class. Allows to specify various Import options to format output. To learn more, visit the documentation article in C++....class Allows to specify various import options to format output. To...whether to change a first imported section type to the NewPage...

    reference.aspose.com/words/cpp/aspose.words/imp...
  10. What will be condition to disable the link in w...

    Hi Team, Could you please help provide the condition on I can disable the link which highlighted in yellow color. I am sharing the word sample in which some of link is highlighted with yellow color. I am using Aspose w…...1 KB) import com.aspose.words.*; import java.util.ArrayList;...ArrayList; import java.util.List; import java.util.regex.Pattern;...

    forum.aspose.com/t/what-will-be-condition-to-di...