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

artifact

(0.12 sec)
  1. 使用 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/
  2. 使用 Python 向 PDF 添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加水印的 Python 源代码。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...path_infile ) artifact = apdf . WatermarkArtifact () artifact . set_image...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  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. 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/
  5. 使用 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/
  6. Add, Get or Remove Watermark in PDF using C# | ...

    Add, get or remove watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET...Artifacts collection class. Save PDF...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/net/watermark/
  7. 使用 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-hans/php-java/waterm...
  8. 使用 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...
  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. 使用 Java 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    Java原始程式碼,用於在Java和PHP,德爾福的PDF檔中添加或刪除浮水印。...com/webapp/#/artifacts/browse/tree/General/repo/...物件的屬性。 使用 Aspose.Pdf.Page.Artifacts 集合類別的 Add 方法新增浮水印。 儲存 PDF...

    products.aspose.com/pdf/zh-hant/java/watermark/