Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 11,664 for

artifact

(0.08 sec)
  1. 使用 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/
  2. 使用 C++ 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    簡單的演示原始碼,用於在任何平臺上使用C++語言添加或刪除PDF檔的浮水印。...Artifacts 集合類別的 Add 方法新增浮水印。 儲存 PDF..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/zh-hant/cpp/watermark/
  3. How to Add Watermark | Aspose.PDF

    Do you know how easily Add Watermark to PDF in Java? Add Watermark to PDF with high quality using Java Aspose.PDF library.... The watermark artifact is added to the first page...using the getArtifacts().add(artifact) method. Finally, the watermarked...

    products.aspose.com/pdf/tutorial/add-watermark/
  4. 在 PDF 中添加水印|Aspose.PDF for Java

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

    docs.aspose.com/pdf/zh/java/add-watermarks/
  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-hans/cpp/watermark/r...
  6. 使用 C++ 从 PDF 中获取水印 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/cpp/watermark/get/
  7. 使用 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/r...
  8. 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...
  9. 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...
  10. 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/