Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 53,291 for

import document

(0.35 sec)
  1. Remove Excel Annotation Online or Manage Annota...

    delete comments from Excel file through online app for free. .NET API code to manage comments of Excel files....Clear Comments from Excel Document Online or Manage via .NET...powerful .NET based Excel document annotation utility application...

    products.aspose.com/total/net/annotate/excel/
  2. PDF to HTML Merge using Python | Aspose.PDF

    Combine two or more PDF Documents into one HTML single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Installing the Library on the Documentation pages. To verify the benefits...in just a few lines of code. Import necessary Python libraries...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  3. PDF to DOCX Merge using Python | Aspose.PDF

    Combine two or more PDF Documents into one DOCX single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Installing the Library on the Documentation pages. To verify the benefits...in just a few lines of code. Import necessary Python libraries...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  4. Logical Levels of Nodes in a Document in C#|Asp...

    In Aspose.Words for .NET Documentation mentioned logical levels of nodes – block level, inline level, or row level using C#. The node level is used to describe the location in the Document tree where the node is typically occur....Logical Levels of Nodes in a Document Contents [ Hide ] Purpose...explains the logical levels of document nodes and describes how Aspose...

    docs.aspose.com/words/net/logical-levels-of-nod...
  5. HTML Navigation in Python – Aspose.HTML for Pyt...

    Learn how to navigate HTML and inspect its elements using Aspose.HTML for Python via .NET, about CSS Selector and XPath usage....with any HTML, XML or SVG documents and is entirely based on the...programmatically extract data from HTML documents with the Aspose.HTML for Python...

    docs.aspose.com/html/python-net/html-navigation/
  6. Remove DOTX Annotation Online or Manage Annotat...

    delete comments from DOTX file through online app for free. Java API code to manage comments of DOTX files....Dotx Clear Comments from DOTX Document Online or Manage via Java...Develop powerful Java based DOTX document annotation utility application...

    products.aspose.com/total/java/annotate/dotx/
  7. Remove DOT Annotation Online or Manage Annotati...

    delete comments from DOT file through online app for free. Java API code to manage comments of DOT files....Dot Clear Comments from DOT Document Online or Manage via Java...Develop powerful Java based DOT document annotation utility application...

    products.aspose.com/total/java/annotate/dot/
  8. Aspose::Words::Drawing::ImageData::get_CropBott...

    Aspose::Words::Drawing::ImageData::get_CropBottom method. Defines the fraction of picture removal from the bottom side in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Images...Aspose :: Words :: Document > (); // Import a shape from the source...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 用 Python 将 Markdown 转换为图像 – 将 Markdown 转换为 JPG、...

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为图片。考虑在 Python 示例中将 Markdown 转换为 JPG、PNG、BMP、GIF 和 TIFF 的情况。...'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/zh/python-net/convert-mark...
  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...