Sort Score
Result 10 results
Languages All
Labels All
Results 7,081 - 7,090 of 400,476 for

document

(0.25 sec)
  1. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。...页面拆分为单页 PDF 文件,可以按照以下步骤进行: 通过 Document 对象的 PageCollection 集合循环遍历...集合循环遍历 PDF 文档的页面。 在每次迭代中,创建一个新的 Document 对象,并将单个 Page 对象添加到空文档中。 使用...

    docs.aspose.com/pdf/zh/net/split-pdf-document/
  2. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....your PDF document. Follow the steps below: Create Document instance...Create Document instance Document pdfDocument = new Document ();...

    docs.aspose.com/pdf/java/add-curve/
  3. PageSavingArgs.KeepPageStreamOpen | Aspose.Word...

    Discover how the KeepPageStreamOpen property in PageSavingArgs enhances Document management with Aspose.Words by controlling stream behavior for optimal performance....or close it after saving a document page. public bool KeepPageStreamOpen...PageStream property after writing a document page into it. Specify true...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Body constructor | Aspose.Words for Python

    Body constructor. Initializes a new instance of the [Body](../) class....doc DocumentBase The owner document. Remarks When Body is created...specified document, but is not yet part of the document and Node...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Add Page Number to PDF with JavaScript via C++|...

    Aspose.PDF for JavaScript via C++ allows you to add Page Number Stamp to your PDF file using AsposePdfAddPageNum....Contents [ Hide ] All the documents must have page numbers in...locate different parts of the document. Aspose.PDF for JavaScript...

    docs.aspose.com/pdf/javascript-cpp/add-page-num...
  6. 使用 C++ 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    簡單的演示原始程式碼,可在任何平臺上使用PDF檔中的表格,C++語言。... 使用 Document 實例載入PDF。 透過索引存取該頁面。 1.建立一個...source PDF document auto document = MakeObject < Document > ( _dataDir...

    products.aspose.com/pdf/zh-hant/cpp/table/
  7. Extract and Save an Attachment|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to get all attachments from a PDF Document. Also, you can get an individual attachment from your Document....all attachments from a PDF document. This is useful either when...when you want to save the documents separately from the PDF, or...

    docs.aspose.com/pdf/cpp/extract-and-save-an-att...
  8. CompositeNode.prepend_child method | Aspose.Wor...

    CompositeNode.prepend_child 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...import the node to the current document. The imported node can then...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word Documents without utilizing Microsoft Word....Header and Footer in Word Document using Java How to Create Table...Table in a Word Document with Java How to Add Comments in Word...

    kb.aspose.com/words/page/11/
  10. Building Reports in C#|Aspose.Words for .NET

    Learn how to build reports a template using LINQ in C#....Parameter Description document A template document. At runtime, this...this document instance is populated with a data from the specified...

    docs.aspose.com/words/net/building-reports/