Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 393,627 for

document

(0.24 sec)
  1. Online XPS to PS Conversion or Develop Java bas...

    Free online app to convert XPS to PS files. Java conversion library code for XPS Documents....will be converted into PS document Download the converted PS...Automation API Open XPS file using Document class Convert XPS to DOC by...

    products.aspose.com/total/java/conversion/xps-t...
  2. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...ExampleCurve () { // The path to the document directory var dataDir = RunExamples...(); // Create PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/add-curve/
  3. Create or Add Table In PDF using C#|Aspose.PDF ...

    Aspose.PDF for .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....important when working with PDF documents. They provide great features...tables when generating PDF documents from scratch. The following...

    docs.aspose.com/pdf/net/add-table-in-existing-p...
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....for a saved document to adhere to. doc = aw . Document () builder...Iso29500_2008_Strict", # any document we save while passing this...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Counting Artifacts of a Particular Type in Pyth...

    This article illustrates how to inspect pagination artifacts in a PDF Document using Aspose.PDF for Python via .NET....pagination artifacts in a PDF document using Aspose.PDF for Python...developers can quickly analyze the document’s structure and verify the...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  6. OutlineOptions.defaultBookmarksOutlineLevel pro...

    OutlineOptions.defaultBookmarksOutlineLevel property. Specifies the default level in the Document outline at which to display Word bookmarks....Specifies the default level in the document outline at which to display...will not be displayed in the document outline. Specify 1 and Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. XpsSaveOptions.useBookFoldPrintingSettings prop...

    XpsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....value indicating whether the document should be saved using a booklet...Examples Shows how to save a document to the XPS format in the form...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. C# API to Export PS to GIF | products.aspose.com

    Convert PS to GIF without using Microsoft Word...APIs that provides powerful document manipulation and conversion...tool for manipulating PDF documents. It allows you to convert...

    products.aspose.com/total/net/conversion/ps-to-...
  9. 使用 Python 向 PDF 添加页面图章 | Aspose.PDF

    用於將頁面戳添加到 .NET 框架、.NET Core 上的 PDF 檔的 Python 原始程式碼。... 使用 Document 實例載入 PDF。 使用 Document 物件開啟 PDF 文件。 建立頁面圖章並定義其屬性。...data_dir , outfile ) document = apdf . Document ( path_infile ) bluePageStamp...

    products.aspose.com/pdf/zh-hant/python-net/stam...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...] 添加文本 要向现有 PDF 文件添加文本: 使用 Document 对象打开输入 PDF。 获取要添加文本的特定页面。...方法将 TextFragment 对象添加到页面。 调用 Document 对象的 Save 方法并保存输出 PDF 文件。 以下代码片段展示了如何在现有...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/