Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 405,788 for

document

(0.63 sec)
  1. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method...node from another document to the current document. def import_node...belonging to the importing document. The returned node has no...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Convert PDF File to PDF/A|Aspose.PDF for Androi...

    This topic show you how to Aspose.PDF for Java allows to convert a PDF file to a PDF/A compliant PDF file....() { // Open document try { document = new Document ( inputStream...Convert to PDF/A compliant document // During conversion process...

    docs.aspose.com/pdf/androidjava/convert-pdf-fil...
  3. SaveFormat | Aspose.Words for Java

    Indicates the format in which the Document is saved in Java....Indicates the format in which the document is saved. Examples: Shows...format. Document doc = new Document(getMyDir() + "Document.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder.insert_document method | Aspose...

    aspose.words.DocumentBuilder.insert_Document method...insert_document method Contents [ Hide ] insert_document(src_doc...Inserts a document at the cursor position. def insert_document ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.update_page_layout method | Aspose.Wor...

    Document.update_page_layout method. Rebuilds the page layout of the Document....Rebuilds the page layout of the document. def update_page_layout (...Remarks This method formats a document into pages and updates the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FileFormatInfo | Aspose.Words for Java

    Contains data returned by FileFormatUtil Document format detection methods in Java....returned by FileFormatUtil document format detection methods....Check Format Compatibility documentation article. Remarks: You do...

    reference.aspose.com/words/java/com.aspose.word...
  7. WriteProtection | Aspose.Words for Java

    Specifies write protection settings for a Document in Java....protection settings for a document. To learn more, visit the...Protect or Encrypt a Document documentation article. Remarks: Write...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document.OriginalFileName | Aspose.Words for .NET

    Retrieve the original file name of your Document effortlessly with the Document OriginalFileName property. Enhance your workflow and organization today!...OriginalFileName Contents [ Hide ] Document.OriginalFileName property...original file name of the document. public string OriginalFileName...

    reference.aspose.com/words/net/aspose.words/doc...
  9. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

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

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  10. Convert PDF/A to PDF format|Aspose.PDF for C++

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF Document with C++ library....Convert PDF/A document to PDF Convert PDF/A document to PDF means...from the original document. Class Document has method ‘RemovePdfaCompliance’...

    docs.aspose.com/pdf/cpp/convert-pdfa-to-pdf/