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

stamp

(0.15 sec)
  1. Working with PDF Pages in C#|Aspose.PDF for .NET

    How to add pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for .NET explain to you all details on this topic.... For adding a Stamp in your document use ImageStamp...be used to add a watermark. Stamping - you can use the ImageStamp...

    docs.aspose.com/pdf/net/working-with-pages/
  2. Aspose.Total Net Adding image as watermark to d...

    Hi We have purchased Aspose.Total license recently. We are trying to add image as watermark to all pages in doc. But we want to add watermark to full page covering all areas of page. We tried adding it but looks like s…...// Create an image stamp ImageStamp stamp = new ImageStamp("watermark...GetChildNodes(NodeType.Page, true)) { stamp.SetOrigin(0, 0); // Set the...

    forum.aspose.com/t/aspose-total-net-adding-imag...
  3. Working with PDF Pages|Aspose.PDF for PHP via Java

    With Aspose.PDF for PHP via Java you can add pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic.... For adding a Stamp in your document use ImageStamp...be used to add a watermark. Stamping - you can use the ImageStamp...

    docs.aspose.com/pdf/php-java/working-with-pages/
  4. PdfFileStamp Class|Aspose.PDF for Python via .NET

    Learn how to use the PdfFileStamp class in Aspose.PDF for Python via .NET to add headers, footers, page numbers, and Stamps to PDF documents.... footers, page numbers, or stamps across a document without manually...section to explore the main stamping tasks supported by the PdfFileStamp...

    docs.aspose.com/pdf/python-net/pdffilestamp-class/
  5. Working with PDF Pages|Aspose.PDF for Java

    With Aspose.PDF for Java you can add pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic.... For adding a Stamp in your document use ImageStamp...be used to add a watermark. Stamping - you can use the ImageStamp...

    docs.aspose.com/pdf/java/working-with-pages/
  6. Add Page Numbers to PDF using Java

    Add page numbers to PDF using Java. Get details for the development environment, list of steps, and a runnable sample code to add numbering to PDF using Java....all the PDF pages where page stamp is to be added Follow these...addStamp() method is called for this stamp. Add page number to PDF using...

    kb.aspose.com/pdf/java/add-page-numbers-to-pdf-...
  7. Adding images to Header and footer along with p...

    Hi Aspose Team, We are converting HTML to PDF (multi page pdf) using HtmlLoadOptions class and then passing HTML to Aspose.Pdf.Document class. Now we have a requirement in which every page of generated pdf will have an i…...HeaderFooter(); //create image stamp ImageStamp imageStamp = new...Text"); //set properties of the stamp textStamp.BottomMargin = 10;...

    forum.aspose.com/t/adding-images-to-header-and-...
  8. ImageStamp functionality not working on Linux -...

    We have observed that the ImageStamp feature in Aspose.PDF does not work on Amazon Linux. The same code works correctly in a Windows environment. However, on Amazon Linux, the image watermark is not applied. No errors ar…...NET/blob/master/Examples/Data/AsposePDF/Stamps-Watermarks/test.pdf //ImageStamp...NET/blob/master/Examples/Data/AsposePDF/Stamps-Watermarks/test.pdf in both...

    forum.aspose.com/t/imagestamp-functionality-not...
  9. Working with PDF Pages in Node.js|Aspose.PDF fo...

    How to add pages, add headers and footers, rotate pages you can know in this section. Aspose.PDF for Node.js via C++ explain to you all details on this topic.... Stamping - you can use the AsposePdfAddStamp...AsposePdfAddStamp function to add an image stamp to a PDF file. Set the background...

    docs.aspose.com/pdf/nodejs-cpp/working-with-pages/
  10. Resize Images in PDF using Python

    Follow this article to resize images in PDF using Python. It has all the details to set the IDE, a list of steps, and a sample code for developing PDF photo resizer using Python....original image Save the image stamp to the page and save the PDF...for the image, and save the stamp into the page before saving...

    kb.aspose.com/pdf/python/resize-images-in-pdf-u...