Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 11,529 for

artifact

(0.03 sec)
  1. Add Watermark to PDF using Java | Aspose.PDF

    Add watermark to PDF file programmatically with Java sample code using Aspose.PDF for Java...Artifacts collection class. Save PDF...pdf . Document ( "1.pdf" ); artifact = new com . aspose . pdf ...

    products.aspose.com/pdf/java/watermark/add/
  2. 使用 C++ 向 PDF 添加水印 | Aspose.PDF

    简单的演示源代码,可在任何使用 C++ 语言的平台上向 PDF 文件添加水印。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...pdf" ); // Create artifact with image artifact = MakeObject < WatermarkArtifact...

    products.aspose.com/pdf/zh-hans/cpp/watermark/add/
  3. Add Watermark to PDF using C# | Aspose.PDF

    Add watermark to PDF file programmatically with C# sample code using Aspose.PDF for .NET...Artifacts collection class. Save PDF...Document ( inputFile ); var artifact = new Aspose . Pdf . WatermarkArtifact...

    products.aspose.com/pdf/net/watermark/add/
  4. Add Watermark to PDF using PHP | Aspose.PDF

    Add watermark to PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java...Artifacts collection class. Save PDF...VerticalAlignment (); $artifact = new WatermarkArtifact (); $artifact -> setText...

    products.aspose.com/pdf/php-java/watermark/add/
  5. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...= new List<Artifact>(); foreach (Artifact artifact in page.Artifacts)...Artifacts) { if (artifact.Type == Artifact.ArtifactType.Pagination)...

    forum.aspose.com/t/how-to-remove-header-footer-...
  6. Add, Get or Remove Watermark in PDF using Pytho...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...Artifacts collection class. Save PDF...ap . Document ( input_pdf ) artifact = ap . WatermarkArtifact ()...

    products.aspose.com/pdf/python-net/watermark/
  7. Add, Get or Remove Watermark in PDF using Java ...

    Add, get or remove watermark from PDF file programmatically with Java sample code using Aspose.PDF for Java...Artifacts collection class. Save PDF...WatermarkArtifact artifact = new WatermarkArtifact (); artifact . setText...

    products.aspose.com/pdf/java/watermark/
  8. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加或删除水印的 Python 源代码。... Document ( input_pdf ) artifact = ap . WatermarkArtifact ().... find_font ( "Courier" ) artifact . set_text_and_state ( "WATERMARK"...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  9. 使用 Python 向 PDF 添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加水印的 Python 源代码。...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...pdf" ) artifact = ap . WatermarkArtifact () artifact . set_image...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  10. 使用 PHP 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 文件添加水印...Artifacts 集合类的方法添加水印。 保存 PDF 文件 向 PDF...VerticalAlignment (); $artifact = new WatermarkArtifact (); $artifact -> setText...

    products.aspose.com/pdf/zh-hant/php-java/waterm...