Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,227 for

stamp

(0.47 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Image Stamp to PDF using C++ https://products.aspose.com/pdf/cpp/Stamps/image/ Recent content in Add Image Stamp to PDF using C++ on Aspsoe......PDF Products – Add Image Stamp to PDF using C++ https://products...com/pdf/cpp/stamps/image/ Recent content in Add Image Stamp to PDF...

    products.aspose.com/pdf/cpp/stamps/image/index.xml
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Page Stamp to PDF using C++ https://products.aspose.com/pdf/cpp/Stamps/page/ Recent content in Add Page Stamp to PDF using C++ on Aspsoe.PD......PDF Products – Add Page Stamp to PDF using C++ https://products...com/pdf/cpp/stamps/page/ Recent content in Add Page Stamp to PDF using...

    products.aspose.com/pdf/cpp/stamps/page/index.xml
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Text Stamp to PDF using C++ https://products.aspose.com/pdf/cpp/Stamps/text/ Recent content in Add Text Stamp to PDF using C++ on Aspsoe.PD......PDF Products – Add Text Stamp to PDF using C++ https://products...com/pdf/cpp/stamps/text/ Recent content in Add Text Stamp to PDF using...

    products.aspose.com/pdf/cpp/stamps/text/index.xml
  4. 使用 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/
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Page Stamp to PDF using Java https://products.aspose.com/pdf/java/Stamps/page/ Recent content in Add Page Stamp to PDF using Java on Aspsoe......PDF Products – Add Page Stamp to PDF using Java https://products...com/pdf/java/stamps/page/ Recent content in Add Page Stamp to PDF using...

    products.aspose.com/pdf/java/stamps/page/index.xml
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add Text Stamp to PDF using Java https://products.aspose.com/pdf/java/Stamps/text/ Recent content in Add Text Stamp to PDF using Java on Aspsoe......PDF Products – Add Text Stamp to PDF using Java https://products...com/pdf/java/stamps/text/ Recent content in Add Text Stamp to PDF using...

    products.aspose.com/pdf/java/stamps/text/index.xml
  7. PDF Footer Insertion Using PHP | Aspose.PDF

    Add footer to PDF programmatically with PHP sample code using Aspose.PDF for PHP via Java....Create a Stamp and define its properties. Add the Stamp to Page...(); // Set properties of the stamp $imageStamp -> setBottomMargin...

    products.aspose.com/pdf/php-java/footer/
  8. 使用 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/
  9. PdfFileStamp Class|Aspose.PDF for Java

    Explore how to use the PDFFileStamp class in Java to Stamp text or images onto a PDF document using Aspose.PDF....] Add PDF Page Stamp Add Text and Image Stamp Manage Header and...

    docs.aspose.com/pdf/java/pdffilestamp-class/
  10. PDF Header Insertion Using C++ | Aspose.PDF

    Sample C++ code for using Aspose.PDF to work with headers from PDF via C++....Create a Stamp and define its properties. Add the Stamp to Page...MakeObject < TextStamp > ( u "Sample Stamp" ); textStamp -> set_Background...

    products.aspose.com/pdf/cpp/header/