Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 56,423 for

import document

(0.75 sec)
  1. Convert Excel to Image with Golang via C++|Docu...

    Learn how to convert Excel worksheets to images, including TIFF and SVG formats, using Aspose.Cells for C++....image into a Microsoft Word document, a PDF file, a PowerPoint...presentation, or some other document type. Simply put, you want...

    docs.aspose.com/cells/go-cpp/convert-excel-to-i...
  2. Aspose.Cells .NET for CRM|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....Cells also allows importing data into spreadsheets from...the following topics Update Import Tool for Dynamics CRM Extend...

    docs.aspose.com/cells/net/aspose-cells-net-for-...
  3. Convert FODS to DOCX with C++ or with free Onli...

    Convert FODS to DOCX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....file using Document class reference Save the document to DOCX format...// load the PDF file using Document class reference auto doc =...

    products.aspose.com/total/cpp/conversion/fods-t...
  4. Convert XLSB to DOCX with C++ or with free Onli...

    Convert XLSB to DOCX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....file using Document class reference Save the document to DOCX format...// load the PDF file using Document class reference auto doc =...

    products.aspose.com/total/cpp/conversion/xlsb-t...
  5. Convert SXC to DOCX with C++ or with free Onlin...

    Convert SXC to DOCX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....file using Document class reference Save the document to DOCX format...// load the PDF file using Document class reference auto doc =...

    products.aspose.com/total/cpp/conversion/sxc-to...
  6. Convert EXCEL to DOCX with C++ or with free Onl...

    Convert EXCEL to DOCX within C++ applications or online. Test free CSV to DOC online converter quickly before integrating the code....file using Document class reference Save the document to DOCX format...// load the PDF file using Document class reference auto doc =...

    products.aspose.com/total/cpp/conversion/excel-...
  7. Open Presentations in Python|Aspose.Slides for ...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for Python via .NET—fast, reliable, fully featured....presentation and get its slide count: import aspose.slides as slides # Instantiate...demonstrates this operation: import aspose.slides as slides load_options...

    docs.aspose.com/slides/python-net/open-presenta...
  8. Clear PPTX Annotations Online and using Python ...

    Remove comments from PPTX Document through online app for free. Python API code to delete comments from PPTX presentations....Presentation Annotations Online Import PPTX file to clear comments...file instantly. Remove PPTX Document Comments via Python Reference...

    products.aspose.com/total/python-net/annotate/p...
  9. Clear POWERPOINT Annotations Online and using P...

    Remove comments from POWERPOINT Document through online app for free. Python API code to delete comments from POWERPOINT presentations....Presentation Annotations Online Import POWERPOINT file to clear comments...instantly. Remove POWERPOINT Document Comments via Python Reference...

    products.aspose.com/total/python-net/annotate/p...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...