Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 11,713 for

artifact

(0.07 sec)
  1. Count PDF Artifacts in Python|Aspose.PDF for Py...

    Learn how to inspect and count pagination Artifacts in PDF documents using Python with Aspose.PDF for Python via .NET....Count PDF Artifacts in Python Contents [ Hide ] Counting Artifacts...Inspect and count pagination artifacts in a PDF Document using Aspose...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  2. Add watermark to PDF|Aspose.PDF for Java

    This article explains the features of working with Artifacts and getting watermarks in PDFs using programmatically the Java....to your PDF document using Artifacts. Please check this article...Adobe Acrobat is called an artifact (as described in 14.8.2.2...

    docs.aspose.com/pdf/java/add-watermarks/
  3. Working with Artifacts in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to add a background image to PDF pages, and get each watermark using Artifact class....Working with Artifacts in .NET Contents [ Hide ] Artifacts in PDF are...background purposes. Examples of artifacts include page headers, footers...

    docs.aspose.com/pdf/net/artifacts/
  4. Add Bates Numbering to PDF in Python|Aspose.PDF...

    Learn how to add and remove Bates numbering in PDF documents using Python with Aspose.PDF for Python via .NET.... Once configured, the artifact can be applied to the Document...allowing for dynamic control of artifact settings at runtime. In addition...

    docs.aspose.com/pdf/python-net/add-bates-number...
  5. 在C++中使用Artifacts|Aspose.PDF for C++

    本页描述了如何使用Aspose.PDF for C++处理Artifact类。代码片段展示了如何向PDF页面添加背景图像以及如何获取PDF文件第一页的每个水印。...在C++中使用Artifacts Contents [ Hide ] 如何在PDF中获取水印? 什么是PDF中的artifact?...关信息,应该标记为artifact,以便辅助技术可以忽略它。 如果在创建程序中无法识别artifact,则必须使用Aspose...

    docs.aspose.com/pdf/zh/cpp/artifacts/
  6. Add Watermarks to PDF in Python|Aspose.PDF for ...

    Learn how to add watermark Artifacts to PDF files in Python using Aspose.PDF for Python via .NET....Contents [ Hide ] Add a watermark artifact to a PDF Document using Aspose...Access page artifacts. Filter watermark artifacts. Collect watermark...

    docs.aspose.com/pdf/python-net/add-watermarks/
  7. 使用 C++ 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式向 PDF 文件添加水印...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...pdf" ); // Create artifact with image artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/zh-hant/cpp/watermark/add/
  8. Add Watermark to PDF using Python | Aspose.PDF

    Add watermark to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...Artifacts collection class. Save PDF...path_infile ) artifact = apdf . WatermarkArtifact () artifact . set_image...

    products.aspose.com/pdf/python-net/watermark/add/
  9. Add Watermark to PDF using C# | Aspose.PDF

    Add watermark to 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/add/
  10. Add Watermark to PDF using PHP | Aspose.PDF

    Add watermark to PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java...Artifacts collection class. Save PDF...VerticalAlignment (); $artifact = new WatermarkArtifact (); $artifact -> setText...

    products.aspose.com/pdf/php-java/watermark/add/