Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 69,796 for

path

(0.09 sec)
  1. 导出为 FDF|Aspose.PDF for Python via .NET

    本示例解释了如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段数据导出到 FDF(Forms Data Format)文件。它演示了如何通过 Form 门面访问交互式表单数据,绑定源 PDF 文档,并将提取的数值保存到 FDF 流中。...FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/export-to-fdf/
  2. 使用 XMP 保存元数据|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 通过 XMP 保存 PDF 元数据...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/save-metadata...
  3. Password Protect the VBA Project of an Excel Wo...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/password-protect-the-...
  4. Set Submit Url|Aspose.PDF for Python via .NET

    This example demonstrates how to configure a submit action for a button field in a PDF form using Aspose.PDF for Python....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/set-submit-url/
  5. FontSavingArgs class | Aspose.Words for Python

    aspose.words.saving.FontSavingArgs class. Provides data for the [IFontSavingCallback.font_saving()](../ifontsavingcallback/font_saving/#fontsavingargs) event...sets the file name (without path) where the font will be saved...font_family_name + '.ttf' font_path = Path ( ARTIFACTS_DIR ) / font_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  7. 创建 TextBox 字段|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加 TextBox 字段。本教程展示了如何插入多个文本字段、设置默认值以及保存更新后的 PDF 文档。... import sys from os import path import aspose.pdf.facades as...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/create-textbo...
  8. 填写复选框字段|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 以编程方式填写 PDF 表单中的复选框字段。它展示了如何绑定 PDF 文档、按字段名称更新复选框的值,并保存修改后的文件。...FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/fill-check-bo...
  9. Delete Stamp By ID|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/delete-stamp-by-...
  10. Save an SVG Document in C# – Aspose.SVG for .NET

    In the article, you will learn how to save an SVG document to a file, memory stream, ZIP archive or Url using Aspose.SVG for .NET library....file using C# 2 3 // Prepare a path to save an SVG document 4 string...string documentPath = Path. Combine (OutputDir, "circles_out.svg"...

    docs.aspose.com/svg/net/save-svg-document/