Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 53,969 for

import document

(1.37 sec)
  1. Aspose.Email uses java.util.Date incorrectly - ...

    The Aspose getters and setters that use Java Date all do this, and ruin timestamps instead of leaving them alone. java.util.Date is not intended to be used as a timestamp with timezone. From the JavaDoc: Allocates a D…... import com.aspose.email.system.DateTime import java.time...Instant import java.time.temporal.ChronoUnit import java.util...

    forum.aspose.com/t/aspose-email-uses-java-util-...
  2. Overview|Aspose.PDF for Node.js via C++

    Overview of key-features and supported formats of Aspose.PDF for Node.js via C++, installation and licensing manual....distinction between ‘require’ and ‘import’ lies in their use cases. Require...limited to importing entire modules, whereas Import has the flexibility...

    docs.aspose.com/pdf/nodejs-cpp/overview/
  3. Convert PDF to PPTX in Python | products.aspose...

    Convert PDF to PPTX in Python. Use Python library API to convert PDF files to PPTXs... As a modern document processing API, Aspose.Slides...PDF into PPTX import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  4. Convert PDF to TIFF in Python | products.aspose...

    Convert PDF to TIFF in Python. Use Python library API to convert PDF files to TIFFs... As a modern document processing API, Aspose.Slides...PDF into TIFF import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  5. Convert PDF to HTML in Python | products.aspose...

    Convert PDF to HTML in Python. Use Python library API to convert PDF files to HTMLs... As a modern document processing API, Aspose.Slides...PDF into HTML import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  6. Export Data from Worksheet in .NET|Documentation

    This article explains how to export or Import data from a worksheet into a DataTable using C#....Convert Excel to DataTable C# Import Excel to DataTable C# Export...Convert XLS to DataTable C# Import XLS to DataTable C# Export...

    docs.aspose.com/cells/net/export-data-from-work...
  7. DWG to svg,我想在转svg的时候携带一些属性,我该如何操作? - Free Supp...

    使用Aspose for Java将DWG to svg,我想在转svg的时候携带一些自定义属性到svg的path、text元素中,我该如何操作?...导出为 SVG java<br>import com.aspose.cad.*;<br>import com.aspose.cad...imageoptions.SvgOptions;<br>import java.io.*;<br><br>CadImage...

    forum.aspose.com/t/dwg-to-svg-svg/323730
  8. Convert HTML to TIFF in Python | products.aspos...

    Convert HTML to TIFF in Python. Use Python library API to convert HTML files to TIFFs... As a modern document processing API, Aspose.Slides...HTML into TIFF import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  9. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....Use it to modify Markdown documents programmatically This is a...modification of Markdown documents is an integral part of modern...

    products.aspose.com/words/java/edit/markdown/
  10. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...private byte[] convertToPdf(Document document) throws Exception { try...pdfOptions.setUpdateFields(false); document.save(bos, pdfOptions); return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...