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

stamp

(0.12 sec)
  1. index.xml

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

    products.aspose.com/pdf/cpp-cli/stamps/image/in...
  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-hant/cpp/stamps/
  3. 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-...
  4. index.xml

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

    products.aspose.com/pdf/javascript-cpp/stamps/i...
  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. 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/
  7. PDF Header Insertion Using PHP | Aspose.PDF

    PHP sample 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 $imageStamp -> setTopMargin...

    products.aspose.com/pdf/php-java/header/
  8. PDF Footer Insertion 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/
  9. 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...
  10. SVG to Aspose Image to be passed to StampAnnota...

    Does Aspose.PDF support this? i have an SVG file and i would like to pass that to a StampAnnotation object...NET and then Add Image Stamp in PDF File using Aspose.Pdf...because a stamp annotation is not the same an image stamp. ill look...

    forum.aspose.com/t/svg-to-aspose-image-to-be-pa...