Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 43,957 for

import document

(0.05 sec)
  1. Extract Text from PDF using Go|Aspose.PDF for G...

    This article describes various ways to extract text from PDF Documents using Aspose.PDF for Go....From PDF Document Extracting text from the PDF document is a very...databases, reports, or other documents. Extracting text makes PDF...

    docs.aspose.com/pdf/go-cpp/extract-text-from-pdf/
  2. Protect PDF Document Online with password and u...

    Online PDF file password protection app. C++ API code to apply password protection on PDF Document....C++ Protect Pdf Online PDF Document Protection or Set Password...Develop powerful C++ based PDF document protection utility application...

    products.aspose.com/total/cpp/protect/pdf/
  3. Protect ODS document Online with password and u...

    Online ODS file password protection app. C++ API code to apply password protection on ODS spreadsheets....C++ Protect Ods Online ODS Document Protection or Set Password...Develop powerful C++ based ODS document protection utility application...

    products.aspose.com/total/cpp/protect/ods/
  4. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET....add Ellipse objects to PDF documents. It also offers the feature...customize ellipses within a PDF document using Aspose.PDF for Python...

    docs.aspose.com/pdf/python-net/add-ellipse/
  5. Parse the full document to markdown with style ...

    We have a requirement where we need to have a markdown file of a docx file in order to process it properly with formatting. However, it seems as though when you convert a file from docx to markdown it does not preserve t…...Parse the full document to markdown with style and formatting...The current code we use is import com.aspose.words.*; public...

    forum.aspose.com/t/parse-the-full-document-to-m...
  6. Load And Save To Stream in Ruby|Aspose.Words fo...

    Load and save MS Word Document to stream using Ruby....Stream To load and save a word document to stream using Aspose.Words...Ruby Code ## The path to the documents directory. data_dir = File...

    docs.aspose.com/words/java/load-and-save-to-str...
  7. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。...为了向PDF文档添加文本标记注释,我们需要执行以下操作: 加载 PDF 文件 - 新的 Document 对象。 创建注释: HighlightAnnotation...然后我们应该将所有注释添加到页面中。 添加高亮注释 import aspose.pdf as ap # 打开文档 document = ap . Document...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  8. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython....words import Settings from com . aspose . words import Document.... words import Node from com . aspose . words import Paragraph...

    docs.aspose.com/words/java/working-with-nodes-i...
  9. Working With Comments in Ruby|Aspose.Words for ...

    Working with comments using Ruby....initialize () # The path to the documents directory. data_dir = File...'/data/' # Open the document. doc = Rjb :: import ( 'com.aspose.words...

    docs.aspose.com/words/java/working-with-comment...
  10. 创建复杂的 PDF 使用 Aspose.PDF|Aspose.PDF for Android ...

    Aspose.PDF for Android via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...如果我们从头开始创建一个文档,我们需要遵循某些步骤: 实例化一个 Document 对象。在这一步中,我们将创建一个带有一些元数据但没有页面的空PDF文档。...“Complex.pdf”。 最后,会显示一个弹出消息 “PDF document has been generated!"。 package...

    docs.aspose.com/pdf/zh/androidjava/complex-pdf-...