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

artifact

(0.13 sec)
  1. 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-...
  2. افزودن واترمارک به PDF با استفاده از Java | Asp...

    افزودن واترمارک به فایل PDF به صورت برنامه نویسی با استفاده از کد نمونه Java با استفاده از Aspose.PDF برای Java...Artifacts. ۱. ذخیره فایل PDF افزودن.... pdf . WatermarkArtifact artifact = new com . aspose . pdf ...

    products.aspose.com/pdf/fa/java/watermark/add/
  3. 使用 C# 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式在 PDF 文件中添加、获取或删除水印...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...WatermarkArtifact (); artifact . SetTextAndState ( "WATERMARK" ,...

    products.aspose.com/pdf/zh-hans/net/watermark/
  4. API PDF con filigrana | Aspose.PDF

    Aggiungi o rimuovi la filigrana dai documenti PDF con app multipiattaforma gratuite e API High Code per qualsiasi piattaforma....Artifacts. Salva il file PDF Aggiungi...Pdf . Document ( "1.pdf" ); artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/it/watermark/
  5. Dodaj znak wodny do pliku PDF za pomocą C# | As...

    Dodaj znak wodny do pliku PDF programowo z przykładowym kodem C# używając Aspose.PDF dla .NET...Artifacts. Zapisz plik PDF Dodaj znak...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/pl/net/watermark/add/
  6. Ajouter un filigrane au PDF|Aspose.PDF pour PHP...

    Cet article explique les fonctionnalités du travail avec les artefacts et l'obtention de filigranes dans les PDFs en utilisant PHP....dispose de deux classes : Artifact et ArtifactCollection . Pour...classe Page a la propriété Artifacts. Travailler avec les Artéfacts...

    docs.aspose.com/pdf/fr/php-java/add-watermarks/
  7. Añadir marca de agua a PDF|Aspose.PDF para PHP ...

    Este artículo explica las características de trabajar con artefactos y obtener marcas de agua en PDFs usando PHP....PDF tiene dos clases: Artifact y ArtifactCollection . Para...clase Page tiene la propiedad Artifacts. Este tema explica cómo trabajar...

    docs.aspose.com/pdf/es/php-java/add-watermarks/
  8. 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 Java usando Aspose.PDF per Java...com/webapp/ #/artifacts/browse/tree/general/repo/...raccolta Aspose.Pdf.Page.Artifacts. Salva file PDF Aggiungi filigrana...

    products.aspose.com/pdf/it/java/watermark/
  9. 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 C++...Artifacts. Salva file PDF Aggiungi filigrana..._dataDir + inputFileName ); auto artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/it/cpp/watermark/
  10. Добавить фоны PDF в Python|Aspose.PDF для Pytho...

    Узнайте, как добавить изображение фона на страницы PDF в Python, используя класс BackgroundArtifact в Aspose.PDF for Python via .NET....image to a PDF document as an artifact.""" with ap . Document ( infile...document : artifact = ap . BackgroundArtifact () artifact . background_image...

    docs.aspose.com/pdf/ru/python-net/add-backgrounds/