Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,363 for

stamp

(0.06 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Stamping in Java: Text, Image, and Page Options https://products.aspose.com/pdf/java/Stamps/ Recent content in PDF Stamping in Java: Text, ......PDF Products – PDF Stamping in Java: Text, Image, and...com/pdf/java/stamps/ Recent content in PDF Stamping in Java: Text...

    products.aspose.com/pdf/java/stamps/index.xml
  2. 使用 C++ 向 PDF 添加文本图章 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式向 PDF 文件添加文本图章。...inputFileName ); // Create text stamp auto textStamp = MakeObject...TextStamp > ( u "Sample Stamp" ); // Set whether stamp is background textStamp...

    products.aspose.com/pdf/zh-hans/cpp/stamps/text/
  3. Working with stamps and watermarks|Aspose.PDF f...

    This section explains how you can use PdfFileStamp Class by Aspose.PDF Facades in working with PDF....Ask AI Working with stamps and watermarks Contents [ Hide ] Add...Add PDF Page Stamp Add Text and Image Stamp Manage Header and...

    docs.aspose.com/pdf/net/pdffilestamp-class/
  4. 4 StampAnnotations in place of 2 opening a spec...

    Hello, We are using Aspose.PDF.Drawing 25.2 When opening the attached document in Adobe or Wondershare PDFElement, we see 2 Stamp annotations. When opening the same document with Aspose, there are 4 StampAnnotation. N…...Wondershare PDFElement, we see 2 stamp annotations. When opening the...opening another document with Stamp annotations, the number of annotations...

    forum.aspose.com/t/4-stampannotations-in-place-...
  5. PDF Header Insertion Using Java | Aspose.PDF

    Java source code to add header in PDF document on any platform....Create a Stamp and define its properties. Add the Stamp to Page...); // Set properties of the stamp textStamp . setTopMargin ( 10...

    products.aspose.com/pdf/java/header/
  6. 使用 Java 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...toString ()); // Create text stamp TextStamp textStamp = new TextStamp...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    products.aspose.com/pdf/zh-hant/java/stamps/
  7. 使用 Java 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...toString ()); // Create text stamp TextStamp textStamp = new TextStamp...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    products.aspose.com/pdf/zh-hans/java/stamps/
  8. Delete Stamps Globally|Aspose.PDF for Python vi...

    This example demonstrates how to delete rubber Stamp annotations globally across all pages in a PDF using Aspose.PDF for Python via the Facades API. It shows how to remove Stamps by ID without specifying individual pages....Delete Stamps Globally Contents [ Hide ] When working with multiple...may need to remove certain stamps throughout the entire document...

    docs.aspose.com/pdf/python-net/delete-stamps-gl...
  9. 在PDF中以编程方式添加文本水印|Aspose.PDF for PHP via Java

    使用TextStamp类通过PHP向PDF文件添加文本水印。...$textStamp = new TextStamp ( "Sample Stamp" ); // 设置戳记是否为背景 $textStamp...$inputFile )); $stamp = new Stamp (); $stamp -> bindLogo ( new...

    docs.aspose.com/pdf/zh/php-java/text-stamps-in-...
  10. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python via .NET,使用 Python 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...text stamp textStamp = apdf . TextStamp ( "Sample Stamp" ) #...# Set whether stamp is background textStamp . background = True...

    products.aspose.com/pdf/zh-hant/python-net/stamps/