Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 11,713 for

artifact

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

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

    products.aspose.com/pdf/zh-hant/net/watermark/
  2. How to Remove Watermark from PDF using C#

    This short tutorial guides on how to remove watermark from PDF using C#. It provides all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using C#....types of artifacts on a page and filter the artifacts of the required...watermark Parse through all the artifacts on each page of the document...

    kb.aspose.com/pdf/net/how-to-remove-watermark-f...
  3. Trabalhando com Artefatos em C++|Aspose.PDF for...

    Esta página descreve como trabalhar com a classe Artifact usando Aspose.PDF para C++. Trechos de código mostram como adicionar uma imagem de fundo às páginas do PDF e como obter cada marca d'água na primeira página de um arquivo PDF....classe Artifact contém as seguintes propriedades: Artifact.Type...(suporta valores da enumeração Artifact.ArtifactType onde os valores...

    docs.aspose.com/pdf/pt/cpp/artifacts/
  4. Aggiungi, ottieni o rimuovi filigrana in PDF us...

    Aggiungi, ottieni o rimuovi la filigrana dal file PDF a livello di codice con il codice di esempio C# usando Aspose.PDF per .NET...Artifacts. Salva file PDF Aggiungi filigrana...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/it/net/watermark/
  5. افزودن، دریافت یا حذف علامت واترمارک در PDF با ...

    افزودن، دریافت یا حذف واترمارک از فایل PDF به صورت برنامه نویسی با استفاده از کد نمونه C# با استفاده از Aspose.PDF برای .NET...Artifacts. ۱. ذخیره فایل PDF افزودن...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/fa/net/watermark/
  6. เพิ่ม รับ หรือลบลายน้ำใน PDF โดยใช้ C# | Aspose...

    เพิ่ม รับ หรือลบลายน้ำออกจากไฟล์ PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET...Artifacts 1.บันทึกไฟล์ PDF เพิ่มลายน้ำในไฟล์...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/th/net/watermark/
  7. 使用 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-hant/cpp/watermark/r...
  8. Aggiungi filigrana al PDF usando PHP | Aspose.PDF

    Aggiungi filigrana al file PDF in modo programmatico con il codice di esempio PHP usando Aspose.PDF per PHP via Java...Artifacts. Salva file PDF Aggiungi filigrana...VerticalAlignment (); $artifact = new WatermarkArtifact (); $artifact -> setText...

    products.aspose.com/pdf/it/php-java/watermark/add/
  9. Dodaj znak wodny do pliku PDF za pomocą PHP | A...

    Dodaj znak wodny do pliku PDF programowo z przykładowym kodem PHP używając Aspose.PDF dla PHP via Java...Artifacts. Zapisz plik PDF Dodaj znak...VerticalAlignment (); $artifact = new WatermarkArtifact (); $artifact -> setText...

    products.aspose.com/pdf/pl/php-java/watermark/add/
  10. Ajouter un filigrane à un PDF en utilisant Pyth...

    Cet article explique les fonctionnalités de travail avec les artefacts et l'obtention de filigranes dans les PDFs en utilisant Python de manière programmatique....dispose de deux classes : Artifact et ArtifactCollection . Pour...classe Page a la propriété Artifacts. Ce sujet explique comment...

    docs.aspose.com/pdf/fr/python-net/add-watermarks/