Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 11,641 for

artifact

(0.12 sec)
  1. Add, Get or Remove Watermark in PDF using Pytho...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...Artifacts collection class. Save PDF... Document ( path_infile ) artifact = apdf . WatermarkArtifact...

    products.aspose.com/pdf/python-net/watermark/
  2. 使用 PHP 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 文件添加水印...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...VerticalAlignment (); $artifact = new WatermarkArtifact (); $artifact -> setText...

    products.aspose.com/pdf/zh-hant/php-java/waterm...
  3. Remove Watermark from PDF using C++ | Aspose.PDF

    Remove watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++...Artifacts collection class. Save PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/cpp/watermark/remove/
  4. 使用 C++ 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    简单的演示源代码,可在任何使用C++语言的平台上向PDF文件添加或删除水印。..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...FindFont ( u "Courier" )); artifact -> SetTextAndState ( u "WATERMARK"...

    products.aspose.com/pdf/zh-hans/cpp/watermark/
  5. Get Watermark from PDF using C++ | Aspose.PDF

    Get watermark from PDF file programmatically with C++ sample code using Aspose.PDF for C++...Artifacts collection class. Save PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/cpp/watermark/get/
  6. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。...Artifacts 集合類別的 Add 方法新增浮水印。 儲存 PDF... Document ( path_infile ) artifact = apdf . WatermarkArtifact...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  7. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。... Document ( path_infile ) artifact = apdf . WatermarkArtifact.... find_font ( "Courier" ) artifact . set_text_and_state ( "WATERMARK"...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  8. 使用 Java 向 PDF 添加水印 | Aspose.PDF

    在 Java 和 PHP 上向 PDF 文件添加水印的 Java 源代码,Delphi。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF.... pdf . WatermarkArtifact artifact = new com . aspose . pdf ...

    products.aspose.com/pdf/zh-hans/java/watermark/...
  9. 使用 C# 向 PDF 添加水印|Aspose.PDF for .NET

    本文解释了使用 C# 程序化处理文档和获取 PDF 中水印的功能。...NET 允许使用 Artifacts 向您的 PDF 文档添加水印。请查看本文以解决您的任务。...真实内容和工件所述)。为了处理工件,Aspose.PDF 有两个类: Artifact 和 ArtifactCollection 。 为了获取特定页面上的所有工件,...

    docs.aspose.com/pdf/zh/net/add-watermarks/
  10. 使用 C++ 从 PDF 中获取水印 | Aspose.PDF

    简单的演示源代码,可在任何平台上使用 C++ 语言从 PDF 文件中获取水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hant/cpp/watermark/get/