Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 121 for

stamp

(0.02 sec)
  1. Add stamp image in particular page using Aspose...

    Hi Team, We have requirement add Stamp image, in particular pdf page. Currently it is adding in each page. Is there any page parameter to pass in AsposePdfAddStamp, So only particular that page will show the Stamp. Th…...Add stamp image in particular page using AsposePdfAddStamp Aspose...Team, We have requirement add stamp image, in particular pdf page...

    forum.aspose.com/t/add-stamp-image-in-particula...
  2. Stamping|Aspose.PDF for PHP via Java

    Discover how to add Stamps, watermarks, or annotations to PDFs in PHP/Java using Aspose.PDF for document customization....Stamping Contents [ Hide ] A stamp in a PDF document is analogous...applying a rubber stamp on a paper document. The Stamp in the PDF file...

    docs.aspose.com/pdf/php-java/stamping/
  3. Loosing data when converting PDF to PDF-A - Fre...

    Hi, in some cases, pdf content is being lost when we convert pdf-documents to PDF-A. I am attaching a file that looses fields after conversion. Please let me know if there is a solution for this.Förfrågan (1).pdf (232.…... However, adding page stamps to the same pdf using 24.3... // Create stamp Stamp stamp = new Stamp(); stamp.setStampId(1);...

    forum.aspose.com/t/loosing-data-when-converting...
  4. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....In order to add page number stamp, you need to create a Document...method of the Page to add the stamp in the PDF. You can also set...

    docs.aspose.com/pdf/cpp/add-page-number/
  5. 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-...
  6. 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...
  7. How to Remove Header and Footer from PDF in Java

    This short guide describes how to remove header and footer from PDF in Java. It has the details to set the IDE, a list of steps, and a runnable sample code to remove PDF header and footer in Java....delete stamps using page number, stamp index, and stamp ID as...the page number and list of stamp indexes Save the PDF file after...

    kb.aspose.com/pdf/java/how-to-remove-header-and...
  8. How to Put Page Number in PDF using C#

    This article contains information on how to put page number in PDF using C#. You will get the configuration details, program flow and a runnable sample code to add page numbers to PDF document using C#....pagination Create a page number stamp and set its formatting and display...all the PDF pages and put the stamp on it Save the resultant PDF...

    kb.aspose.com/pdf/net/how-to-put-page-number-in...
  9. OCR order of text when adds text to a PDF - Fre...

    Using Aspose.PDF for Java (version 19.3), I would like to add some text Stamps to a previously generated PDF file and GET the text as it is displayed, no matter what the PDF viewer is. That is, no matter what technology…...would like to add some text stamps to a previously generated PDF...what technology is used to stamp text in the PDF file, PdfFileMend...

    forum.aspose.com/t/ocr-order-of-text-when-adds-...
  10. ASPOS PDF - merging PDF pages in one file to cr...

    I have 2 page pdf document. Each page size is 8.5 X 11 inch. I want to convert these 2 pages to one page of size 8.5inch X 22 inch. what function I should use. Any Example on it?...PdfPageStamp stamp = new PdfPageStamp(page); stamp.Height = stampedDoc...GetPageRect(false).Height; stamp.Width = stampedDoc.Pages[1]...

    forum.aspose.com/t/aspos-pdf-merging-pdf-pages-...