Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 11,532 for

artifact

(0.06 sec)
  1. Extra Artifact Appears When Converting a Presen...

    Hi Team, I have attached a sample PPTX with a single slide containing a single shape. When I use Aspose to open this PPTX and try to get the image of this shape, I am getting extra Artifact in the image. I have attache…...Extra Artifact Appears When Converting a Presentation Shape to...shape, I am getting extra artifact in the image. I have attached...

    forum.aspose.com/t/extra-artifact-appears-when-...
  2. 使用 C++ 向 PDF 添加水印 | Aspose.PDF

    简单的演示源代码,可在任何使用 C++ 语言的平台上向 PDF 文件添加水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...pdf" ); // Create artifact with image artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/zh-hant/cpp/watermark/add/
  3. 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...pdf" ) artifact = ap . WatermarkArtifact () artifact . set_image...

    products.aspose.com/pdf/python-net/watermark/add/
  4. Working with Artifacts|Aspose.PDF for Java

    This page describes how to work with Artifact class using Aspose.PDF for Java. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....Working with Artifacts Contents [ Hide ] Artifacts are generally... In your PDF examples of artifacts include different information...

    docs.aspose.com/pdf/java/artifacts/
  5. Working with Artifacts in Python via .NET|Aspos...

    Aspose.PDF for Python via .NET allows you to add a background image to PDF pages, and get each watermark using Artifact class....Working with Artifacts in Python via .NET Contents [ Hide ] Artifacts...Artifacts in PDF are graphics objects or other elements that...

    docs.aspose.com/pdf/python-net/artifacts/
  6. Add, Get or Remove Watermark in PDF using Java ...

    Add, get or remove watermark from PDF file programmatically with Java sample code using Aspose.PDF for Java...Artifacts collection class. Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . setText...

    products.aspose.com/pdf/java/watermark/
  7. 使用 Python 向 PDF 添加水印|Aspose.PDF for Python via ...

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

    docs.aspose.com/pdf/zh/python-net/add-watermarks/
  8. 在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/
  9. 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/
  10. 使用 C# 向 PDF 添加水印|Aspose.PDF for .NET

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

    docs.aspose.com/pdf/zh/net/add-watermarks/