Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 69,959 for

import

(0.12 sec)
  1. View and Update Excel Properties Online or Upda...

    View and modify Excel properties through online app for free. Android API code to update and add Excel properties....Update Excel Metadata Online Import Excel file by uploading it...

    products.aspose.com/total/android-java/metadata...
  2. View and Update XLSM Properties Online or Updat...

    View and modify XLSM properties through online app for free. Android API code to update and add XLSM properties....Update XLSM Metadata Online Import XLSM file by uploading it....

    products.aspose.com/total/android-java/metadata...
  3. Aspose.Word convert pdf to md, content wrong - ...

    Use python,aspose-words=25.6.0, convert pdf to markdown.Extra spaces appear in the converted md file. For example, in the pdf, there is a paragraph with a URL in normal format. In the md document after the conversion is …...include additional options: import aspose.words as aw # Load the...

    forum.aspose.com/t/aspose-word-convert-pdf-to-m...
  4. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...and expected to work in HTML import scenarios, this behavior may...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  5. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...example to illustrate this: import com.aspose.words.*; public...

    forum.aspose.com/t/insert-html-into-word-includ...
  6. Doc Insertion Issue in Doc - Free Support Forum...

    Hi, As I am using below code to insert doc file into a parent doc. Document document1 = new Document(); DocumentBuilder builder = new DocumentBuilder(document1); string DemoDoc = "E:\\AnnexDocReport_IssueFile.docx"; Do…... Use the Correct Import Method : Instead of using document1...

    forum.aspose.com/t/doc-insertion-issue-in-doc/3...
  7. Caption and image parabreak - Free Support Foru...

    inputdoc.docx (332.8 KB) In a .docx file, it have presented an figure and paragraph consecutively, how it is should to separate them with a line break/paragraph break before a specific startpara (e.g., Fig.). Please fin…...Words) import com.aspose.words.*; public...

    forum.aspose.com/t/caption-and-image-parabreak/...
  8. Missing most of the shapes after importing a fi...

    After Importing vsd to vsdx, only some lines Import and most of the shapes are missing. vsd file in question and screenshot of an issue: missing shapes.zip (482.7 KB) The file was converted using this part of code: F…...most of the shapes after importing a file Aspose.Diagram Product...1 After importing vsd to vsdx, only some lines import and most...

    forum.aspose.com/t/missing-most-of-the-shapes-a...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – متن، تصویر یا تمبر صفحه در PDF با استفاده از Python https://products.aspose.com/pdf/fa/python-net/stamps/ Recent content in متن، تصویر یا تمبر ......chroma language-py py line cl kn import nn aspose.pdf k as nn apdf...cl line cl kn from nn os kn import n path line cl line cl n path_infile...

    products.aspose.com/pdf/fa/python-net/stamps/in...
  10. Convert PNG to ICO Format using Python

    Follow this article to convert PNG to ICO format using Python. It has all the details to set the IDE, a list of steps, and a sample code to transform PNG to icon using Python....NET to convert PNG to ICON Import required modules, including... Commence the process by importing desired modules from the API...

    kb.aspose.com/imaging/python/convert-png-to-ico...