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

stamp

(0.11 sec)
  1. 使用 C++ 向 PDF 添加文本图章 | Aspose.PDF

    简单的演示源代码,可在任何使用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/
  2. Add Header to PDF 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/
  3. Add Footer to PDF 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/
  4. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上处理 PDF 文件中邮票的 Python 源代码...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. 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/
  6. How to get Content height on the page? - Free S...

    Hello Aspose! Could you please help me with finding out height of content on the page? My task is add TextStamp on each Stamp. In the same time Stamp should not overlap content. First option to do it is calculate sta…...TextStamp on each stamp. In the same time stamp should not overlap...option to do it is calculate stamp size and shrink initial contents...

    forum.aspose.com/t/how-to-get-content-height-on...
  7. 使用 Java 向 PDF 添加文本图章 | Aspose.PDF

    Java原始程式碼,用於在Java和PHP上將文本戳添加到PDF中,德爾福。...inputFileName ); // Create text stamp TextStamp textStamp = new TextStamp...TextStamp ( "Sample Stamp" ); // Set whether stamp is background textStamp...

    products.aspose.com/pdf/zh-hant/java/stamps/text/
  8. Add Header to PDF 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/
  9. 使用 C++ 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    簡單的演示原始程式碼,可在任何平臺上使用PDF格式的圖章,C++語言。...inputFileName ); // Create text stamp auto textStamp = MakeObject...TextStamp > ( u "Sample Stamp" ); // Set whether stamp is background textStamp...

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

    Java原始程式碼用於在Java和PHP,德爾福上使用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/