Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 66,780 for

import

(0.07 sec)
  1. Clear OTT Annotations Online and using Python |...

    Remove comments from OTT document through online app for free. Python API code to delete comments from OTT files....Clear OTT Annotations Online Import OTT file to clear comments...

    products.aspose.com/total/python-net/annotate/ott/
  2. Convert VSDX to VSSM via Python | products.aspo...

    Sample Python conversion code for VSDX format to VSSM file. Use this example code to convert VSDX to VSSM within any Python based application....diagram import * // load the VSDX in an object...

    products.aspose.com/diagram/python-net/conversi...
  3. Remove ODT Annotation Online or Manage Annotati...

    delete comments from ODT file through online app for free. Android API code to manage comments of ODT files....Remove ODT Annotations Online Import ODT file to delete comments...

    products.aspose.com/total/android-java/annotate...
  4. Extract Text and Images from DOCX File Online a...

    Online DOCX file parser app. C++ API code to extract images and text content from DOCX document....DOCX Document via Online App Import DOCX file to parse by uploading...

    products.aspose.com/total/cpp/parse/docx/
  5. Extract Text and Images from Excel File Online ...

    Online Excel file parser app. C++ API C++ code to extract text in rows and cells from Excel spreadhseets....Excel Document via Online App Import Excel file to parse by uploading...

    products.aspose.com/total/cpp/parse/excel/
  6. Extract Text and Images from Word File Online a...

    Online Word file parser app. C++ API code to extract images and text content from Word document....Word Document via Online App Import Word file to parse by uploading...

    products.aspose.com/total/cpp/parse/word/
  7. [Defect] - Displayed content as edited without ...

    Scenario 1: Added one more bullet point at end of page. Attach 2 docx files attached (Source 1 && Target 1), Load Source 1 as source && Target 1 as Target files in model, Compare files by click compare button. Actual:…...Words: import com.aspose.words.*; public...

    forum.aspose.com/t/defect-displayed-content-as-...
  8. Html转word,当<head></head>中间加了一段css样式后,html转word后...

    版本:23.8 编程语言:java 当中间加了一段css样式后,html转word后图片消失, 如果中不加css样式,图片可以正常显示 源文件: ccc.zip (1.5 MB) 转换代码: com.aspose.words.Document docx = new com.aspose.words.Document(htmlInputStream); ByteArrayOutputStream byteAr…...以下是一个示例代码,展示如何使用 HtmlLoadOptions : import com.aspose.words.*; public...

    forum.aspose.com/t/html-word-head-head-css-html...
  9. Apply a theme to a presentation|Aspose.Slides D...

    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....DeletePart ( slideMasterPart ); // Import the new slide master part,...

    docs.aspose.com/slides/net/apply-a-theme-to-a-p...
  10. Fix manual text to proper list level with prope...

    I am working on a usecase to process a document list data. But in some of the cases I dont have proper list structure. It happens instead of setting up 1, 1.1, 1.1.1 , 2, a, b, c,3 etc are not actual list but normal stri…...Python to illustrate this: import re def convert_to_list_structure(text_lines):...

    forum.aspose.com/t/fix-manual-text-to-proper-li...