Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 953 for

stamp

(0.05 sec)
  1. How to Add Page Number in PDF using Python

    This article provides details on how to add page number in PDF using Python. It has detailed information about the environment configuration, a step-wise process and a runnable sample code to add page numbers to PDF without Acrobat using Python....the page number Create the stamp for the page number using the...PageNumberStamp object Set the stamp format to be displayed while...

    kb.aspose.com/pdf/python/how-to-add-page-number...
  2. 添加多行水印|Aspose.PDF for .NET

    本节解释如何使用 FormattedText 类向现有 PDF 添加多行水印。...AddTextStampToPdf () { // Instantiate a stamp object var logoStamp = new Aspose...Aspose . Pdf . Facades . Stamp (); // Instantiate an object of...

    docs.aspose.com/pdf/zh/net/adding-multi-line-wa...
  3. Remove Images from PDF using Java | Aspose.PDF

    Java source code to remove Images from PDF File on any platform....pdf" ); // Create page number stamp PageNumberStamp pageNumberStamp...PageNumberStamp (); // Whether the stamp is background pageNumberStamp...

    products.aspose.com/pdf/java/images/remove/
  4. 通過Java從 PDF 中刪除圖像 | Aspose.PDF

    Java原始程式碼,用於從任何平臺上的PDF檔中刪除圖像。...pdf" ); // Create page number stamp PageNumberStamp pageNumberStamp...PageNumberStamp (); // Whether the stamp is background pageNumberStamp...

    products.aspose.com/pdf/zh-hant/java/images/rem...
  5. Add Footer to PDF using CLI | Aspose.PDF

    Add footer to PDF programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI....Create a Stamp and define its properties. Add the Stamp to Page...

    products.aspose.com/pdf/cpp-cli/footer/
  6. Add Header to PDF using CLI | Aspose.PDF

    CLI example allows you to add a header and footer into PDF document with Aspose.PDF....Create a Stamp and define its properties. Add the Stamp to Page...

    products.aspose.com/pdf/cpp-cli/header/
  7. How to Remove Header and Footer from PDF in Java

    This short guide describes how to remove header and footer from PDF in Java. It has the details to set the IDE, a list of steps, and a runnable sample code to remove PDF header and footer in Java....delete stamps using page number, stamp index, and stamp ID as...the page number and list of stamp indexes Save the PDF file after...

    kb.aspose.com/pdf/java/how-to-remove-header-and...
  8. Add Footer to PDF using Python | Aspose.PDF

    Add footer to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET....Create a Stamp and define its properties. Add the Stamp to Page...

    products.aspose.com/pdf/python-net/footer/
  9. How to Put Page Number in PDF using C#

    This article contains information on how to put page number in PDF using C#. You will get the configuration details, program flow and a runnable sample code to add page numbers to PDF document using C#....pagination Create a page number stamp and set its formatting and display...all the PDF pages and put the stamp on it Save the resultant PDF...

    kb.aspose.com/pdf/net/how-to-put-page-number-in...
  10. 在 PDF 中使用 C# 添加图像印章|Aspose.PDF for .NET

    使用 Aspose.PDF 库中的 ImageStamp 类在 PDF 文档中添加图像印章。...pdf" )) { // Create image stamp var imageStamp = new Aspose...imageStamp . Opacity = 0.5 ; // Add stamp to particular page document...

    docs.aspose.com/pdf/zh/net/image-stamps-in-pdf-...