Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 50,507 for

import document

(0.76 sec)
  1. Გადაიყვანეთ WORD MARKDOWN Java

    გადაიყვანეთ WORD MARKDOWN Java ფორმატში კოდით. შეინახეთ WORD როგორც MARKDOWN Java....შეყვანის ფაილის გზა და შექმენით Document ობიექტი Word შინაარსის ჩასატვირთად...კოპირება import com.aspose.words.*; Document doc = new Document ( "Input...

    products.aspose.com/words/ka/java/conversion/wo...
  2. StyleCollection.AddCopy | Aspose.Words for .NET

    Effortlessly copy styles with the StyleCollection AddCopy method. Enhance your design workflow and streamline your style management today!...the same document as well as to different document. Linked style...name of the imported style. Examples Shows how to import a style...

    reference.aspose.com/words/net/aspose.words/sty...
  3. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。...Output file: import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) document = apdf . Document ( path_infile ) artifact...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  4. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...创建插入符号注释的步骤: 加载PDF文件 - 新的 Document 。 创建新的 Caret Annotation 并设置...aspose.pdf.examples ; import java.util.* ; import com.aspose.pdf.*...

    docs.aspose.com/pdf/zh/java/extra-annotations/
  5. CompositeNode.prependChild method | Aspose.Word...

    CompositeNode.prependChild method. Adds the specified node to the beginning of the list of child nodes for this node....inserted was created from another document, you should use DocumentBase...to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 导入和导出注释到XFDF格式|Aspose.PDF for Java

    您可以使用Aspose.PDF for Java库导入和导出XFDF格式的注释。...examples ; import java.io.FileOutputStream ; import java.io.IOException...IOException ; import com.aspose.pdf.* ; import com.aspose.pdf...

    docs.aspose.com/pdf/zh/java/import-export-xfdf/
  7. How to Create PDF using Python|Aspose.PDF for P...

    Create and format the PDF Document with Aspose.PDF for Python via .NET....steps: Create an object of Document class Add a Page object to...the pages collection of the Document object Add TextFragment to...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  8. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...for Java的 Document 类和相关方法。以下是一个示例代码,展示如何实现这一点: import com.aspose...aspose.words.Document; import com.aspose.words.ImportFormatMode;...

    forum.aspose.com/t/word-word-word/320564
  9. Aspose pdf for java PDF转换WORD 样式失效 - Free Suppo...

    我使用的是aspose pdf for java 组件 我想要的效果是在保留原有的样式情况下,转换的word的表格可以编辑 我实际用Aspose把PDF转换为word后,表格也不能编辑,表格变成了图片,启用表格识别,样式又全部乱了,请帮我看下,谢谢! test0730.pdf (49.5 KB) test0730.docx (12.6 KB)... 示例代码 : import com.aspose.pdf.Document; import com.aspose...args) { // 加载PDF文档 Document document = new Document("input.pdf");...

    forum.aspose.com/t/aspose-pdf-for-java-pdf-word...
  10. Convert TEXT To PNG Python

    Convert TEXT to PNG format in Python code. Save TEXT as PNG using Python....converting text to PNG Use our document conversion API to develop...solution to import and export text, PNG, and many other document formats...

    products.aspose.com/words/python-net/conversion...