Sort Score
Result 10 results
Languages All
Labels All
Results 6,661 - 6,670 of 73,773 for

import

(0.18 sec)
  1. Image|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....use this feature, you need to import the Aspose.Cells.Rendering...

    docs.aspose.com/cells/net/convert-excel-to-image/
  2. Convert TIFF to 3DS via Python | products.aspos...

    Sample code for TIFF to 3DS Python conversion. Use API example code for batch TIFF files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....popular file formats for 3D data import and export. It considers information...

    products.aspose.com/3d/python-net/conversion/ti...
  3. Protect DOC document Online with password or us...

    Online DOC file password protection app. Android API Java code to apply password protection on DOC document....Online DOC Password Protection Import DOC file to apply password...

    products.aspose.com/total/android-java/protect/...
  4. 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...
  5. View and Update ODS Properties Online or Update...

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

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

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

    products.aspose.com/total/android-java/metadata...
  7. RTF to PDF image cut off - Free Support Forum -...

    I’m converting a RTF that displays a full image properly when shown in MS Word, but when it’s converted using aspose (python version), the image is cut off: Before in Word: After in PDF: Any ideas how to fix?...words import Document, SaveFormat, PdfSaveOptions...

    forum.aspose.com/t/rtf-to-pdf-image-cut-off/317207
  8. AsposeWords convert pdf to md cause messy chara...

    I convert this pdf to markdown, and in md many mojibake (nonsense characters displayed when software fails render text according to its intended character encoding).I’ve installed a lot of fonts code: document = aw…...converting a PDF to Markdown: import com.aspose.words.Document;...

    forum.aspose.com/t/asposewords-convert-pdf-to-m...
  9. 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/...
  10. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...respective page numbers: Code import aspose.words as aw # Load the...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...