Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,499 for

stamp

(0.36 sec)
  1. Changes not visible in Adobe illustrator - Free...

    We are using PdfFileStamp Class to place multiple PDF’s in a one base PDF Also we are using TextFragmentAbsorber and TextFragmentCollection Classes for find and replacing text in PDF. The above functions are wor…...8 KB) File stamping output.pdf (423.7 KB) asad...snippet that you are using to add stamp and perform replace functionality...

    forum.aspose.com/t/changes-not-visible-in-adobe...
  2. AddFooter | Aspose.PDF for .NET API Reference

    Adds footer to the pages of the document.... Examples PdfFileStamp stamp = new PdfFileStamp ( "input..."input.pdf" , "output.pdf" ); stamp . AddFooter ( new FormattedText...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  3. Remove Images from PDF via Java | Aspose.PDF

    Java source code to remove Images from PDF File on any platform....pdf" ); // Create page number stamp PageNumberStamp pageNumberStamp...PageNumberStamp (); // Whether the stamp is background pageNumberStamp...

    products.aspose.com/pdf/java/images-remove/
  4. How to insert a watermark image into existing ....

    Dear all, I am evaluating Aspose.PDF, how to insert a watermark into existing .PDF .. I am trying to use codes below, but no luck: private void createSignedPDF(string originalfolder, string filename, string signedfold…...textStamp = new TextStamp(“my text stamp goes here!”); textStamp.Rotate...and then have added “my text stamp goes here!” string as watermark...

    forum.aspose.com/t/how-to-insert-a-watermark-im...
  5. CreateRubberStamp | Aspose.PDF for .NET API Ref...

    Creates a rubber Stamp annotation....string, Color) Creates a rubber stamp annotation. public void CreateRubberStamp...Color, string) Creates a rubber stamp annotation. public void CreateRubberStamp...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  6. Adding Headers and footers on a Output PDF File...

    I need to add Headers and footers on a output PDF file. If the input PDF file containing existing headers and footers i need to remove them first and add the new headers and footers on the output pdf file in aspose pdf…...are added using Stamp, then you can find stamps and remove it and...objects Stamp header = fileStamp.GetHeader(page); Stamp footer...

    forum.aspose.com/t/adding-headers-and-footers-o...
  7. Field Rect.LLY returns negative values on 8.5 x...

    Drawing a watermark over a field works just fine on 8.5 x 11, but doesn’t on any other paper size. In the attached example change the file to Sample1.pdf to see it work, then Sample2.pdf to see the problem. Stamp.zip (…... Stamp.zip (7.3 KB) sergei.shibanov...cannot be used to draw the stamp due to the negative number?...

    forum.aspose.com/t/field-rect-lly-returns-negat...
  8. AnnotationType | Aspose.PDF for .NET API Reference

    Enumeration of annotation types.... Stamp 24 Rubber stamp annotation type. RichMedia...

    reference.aspose.com/pdf/net/aspose.pdf.annotat...
  9. 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...
  10. PdfFileStamp | Aspose.PDF for Java API Reference

    Class for adding Stamps watermark or background to PDF files....IPdfFileStamp Class for adding stamps (watermark or background) to...changes. addStamp(Stamp stamp) Adds stamp to the file. getNumberingStyle()...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...