Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 11,628 for

artifact

(0.14 sec)
  1. Aggiungi, ottieni o rimuovi filigrana in PDF us...

    Codice sorgente C# per aggiungere o rimuovere filigrana al file PDF su.NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....Artifacts. Salva file PDF Aggiungi filigrana...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

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

    C# รหัสที่มาเพื่อเพิ่มหรือลบลายน้ำไปยังไฟล์ PDF บนกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Artifacts 1.บันทึกไฟล์ PDF เพิ่มลายน้ำในไฟล์...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

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

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

    products.aspose.com/pdf/fa/net/watermark/
  4. افزودن واترمارک به PDF با استفاده از Java | Asp...

    کد منبع جاوا برای افزودن واترمارک به فایل PDF در جاوا و پی اچ پی، دلفی....Artifacts. ۱. ذخیره فایل PDF افزودن.... pdf . WatermarkArtifact artifact = new com . aspose . pdf ...

    products.aspose.com/pdf/fa/java/watermark/add/
  5. How to Remove Watermark from PDF File in Java

    This short tutorial contains information about how to remove watermark from PDF file in Java. It provides detailed Information on configuration, step-by-step process and a runnable sample code to remove watermark text from PDF in Java....access different types of artifacts present on a PDF page. Steps...references of the target Artifacts that are to be deleted Parse...

    kb.aspose.com/pdf/java/how-to-remove-watermark-...
  6. Remove Background from PDF using C#

    This article guides on how to remove background from PDF using C#. It has the details to set the IDE, a list of steps, and a sample code to develop background remover in PDF using C#....remove backgrounds and other artifacts on a page. Steps to Remove...image Iterate through all the artifacts on the selected page Select...

    kb.aspose.com/pdf/net/remove-background-from-pd...
  7. C++ 를 사용하여 PDF에서 워터마크 가져오기 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일의 워터마크를 얻을 수 있는 간단한 데모 소스 코드입니다....Artifacts 컬렉션 클래스의 Add 메서드를 사용하여 워터마크를...pdf" ); // Read artifacts from first page artifacts = doc -> get_Pages...

    products.aspose.com/pdf/ko/cpp/watermark/get/
  8. 使用 C# 向 PDF 添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上的 PDF 文件中添加水印的 C# 源代码。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/zh-hans/net/watermark/add/
  9. ลายน้ำ PDF API | Aspose.PDF

    เพิ่มหรือลบลายน้ำออกจากเอกสาร PDF ด้วยแอพข้ามแพลตฟอร์มฟรีและ API High Code สำหรับแพลตฟอร์มใด ๆ...Artifacts 1.บันทึกไฟล์ PDF เพิ่มลายน้ำในรูปแบบ...Pdf . Document ( "1.pdf" ); artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/th/watermark/
  10. PDFに透かしを追加する|Aspose.PDF for Java

    この記事では、Javaを使用してプログラムでPDFにアーティファクトを追加し、透かしを取得する機能について説明します。...PDFには2つのクラスがあります: Artifact と ArtifactCollection 。 特定...特定のページ上のすべてのアーティファクトを取得するために、 Page クラスにはArtifactsプロパティがあります。 このトピックでは、PDFファ...

    docs.aspose.com/pdf/ja/java/add-watermarks/