Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,149 for

stamp

(0.05 sec)
  1. 使用 PHP 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加页脚。...(); // Set properties of the stamp $imageStamp -> setBottomMargin...

    products.aspose.com/pdf/zh-hans/php-java/footer/
  2. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....TextParagraph object and even you can stamp the text inside PDF by using...instance with sample text var stamp = new Aspose . Pdf . TextStamp...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  3. Replace Text|Aspose.PDF for .NET

    This section explains how to work with Text using PdfContentEditor Class.... Extract image and change stamp position Work with Images using...

    docs.aspose.com/pdf/net/replace-text-facades/
  4. 使用 C# 向 PDF 添加标题 | Aspose.PDF

    使用 Aspose.PDF 通过 .NET 处理来自 PDF 的标头的示例 C# 代码。...); // Set properties of the stamp textStamp . TopMargin = 10 ;...

    products.aspose.com/pdf/zh-hans/net/header/
  5. 使用 C# 向 PDF 添加文本图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上向 PDF 文件添加文本戳的 C# 源代码。... TextStamp ( "Sample Stamp" ) { Background = true , XIndent...

    products.aspose.com/pdf/zh-hans/net/stamps/text/
  6. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....TextParagraph object, and even you can stamp text inside a PDF using the...auto stamp = MakeObject < TextStamp > ( "This is text stamp with...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  7. Get Started|Aspose.PDF for JavaScript via C++

    This section describes the basic principles of work Aspose.PDF for JavaScript via C++. Aspose.PDF for JavaScript via C++ supports a wide variety of functions....Optimize PDF document Add a stamp to PDF file Add a image to PDF...

    docs.aspose.com/pdf/javascript-cpp/get-started/
  8. 使用 Java 向 PDF 添加标题 | Aspose.PDF

    用于在任何平台上在 PDF 文档中添加标题的 Java 源代码。...); // Set properties of the stamp textStamp . setTopMargin ( 10...

    products.aspose.com/pdf/zh-hans/java/header/
  9. Get Started|Aspose.PDF for Node.js via C++

    This section describes the basic principles of work Aspose.PDF for Node.js via C++. Aspose.PDF for Node.js via C++ supports a wide variety of functions....Optimize PDF document Add a stamp to PDF file Add a image to PDF...

    docs.aspose.com/pdf/nodejs-cpp/get-started/
  10. 使用 C++ 向 PDF 添加标题 | Aspose.PDF

    使用 Aspose.PDF 通过 C++ 处理 PDF 中的标头的示例 C++ 代码。...MakeObject < TextStamp > ( u "Sample Stamp" ); textStamp -> set_Background...

    products.aspose.com/pdf/zh-hans/cpp/header/