Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 11,780 for

artifact

(0.48 sec)
  1. 使用 Java 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文件中添加、获取或删除水印...Artifacts 集合類別的 Add 方法新增浮水印。 儲存 PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . setText...

    products.aspose.com/pdf/zh-hant/java/watermark/
  2. 在 PDF 中添加水印|Aspose.PDF for Java

    本文通过 Java 编程解释了操作工件和在 PDF 中获取水印的功能。...PDF 有两个类: Artifact 和 ArtifactCollection 。 为了获取特定页面上的所有工件,...Page 类具有 Artifacts 属性。 该主题解释了如何处理 PDF 文件中的工件。 处理工件 Artifact 类包含以下属性:...

    docs.aspose.com/pdf/zh/java/add-watermarks/
  3. 使用 C++ 从 PDF 中移除水印 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式从 PDF 文件中删除水印...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hans/cpp/watermark/r...
  4. 使用 C++ 从 PDF 中获取水印 | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式从 PDF 文件中获取水印...Artifacts 集合类的方法添加水印。 保存 PDF 文件 从 PDF...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/zh-hans/cpp/watermark/get/
  5. How to keep PDF content editable but prevent wa...

    Hello, We are using Aspose.PDF for .NET to add a watermark to PDF files in a .NET 10 application. Current requirement: • Add a visible watermark to every page of the PDF. • Users should still be able to open and edit…...as a foreground watermark artifact. • We also add a hidden WatermarkAnnotation...Example logic: Artifact is added like this: var artifact = new Artifact(Artifact...

    forum.aspose.com/t/how-to-keep-pdf-content-edit...
  6. PdfSaveOptions.export_paragraph_graphics_to_art...

    PdfSaveOptions.export_paragraph_graphics_to_Artifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....export_paragraph_graphics_to_artifact property PdfSaveOptions.e...export_paragraph_graphics_to_artifact property Gets or sets a value...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an Artifact....graphic should be marked as an artifact. get exportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add background to PDF|Aspose.PDF for .NET

    Add background image to the your PDF file with C#. Use the BackgroundArtifact object....contains a collection of artifacts. The BackgroundArtifact class...{ // Image for background artifact object using ( var image =...

    docs.aspose.com/pdf/net/add-backgrounds/
  9. PdfSaveOptions.ExportParagraphGraphicsToArtifac...

    Discover the PdfSaveOptions ExportParagraphGraphicsToArtifact property to control paragraph graphics as Artifacts, enhancing your document's visual clarity....graphic should be marked as an artifact. public bool ExportParagraphGraph...graphics will be marked as “Artifact”. This value is ignored when...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 在 .NET 中使用工件|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您为 PDF 页面添加背景图像,并使用 Artifact 类获取每个水印。...中将元素创建为工件,您需要使用 Artifact 类。 它包含以下有用的属性: Artifact.Type – 获取工件类型(支持...获取工件类型(支持 Artifact.ArtifactType 枚举的值,其中包括 Background, Layout, Page...

    docs.aspose.com/pdf/zh/net/artifacts/