Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,514 for

stamp

(0.06 sec)
  1. Add Header to PDF using C# | Aspose.PDF

    Add header to PDF programmatically with C# sample code using Aspose.PDF for .NET....Create a Stamp and define its properties. Add the Stamp to Page...); // Set properties of the stamp textStamp . TopMargin = 10 ;...

    products.aspose.com/pdf/net/header/
  2. Close | Aspose.PDF for .NET API Reference

    Closes opened files and saves changes. Warning. If input or output streams are specified they are not closed by Close method....Close () Examples PdfFileStamp stamp = new PdfFileStamp ( "input..."output.pdf" ); //do some work... stamp . Close (); See Also class PdfFileStamp...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  3. How to read the existing watermark text from As...

    Hi Team, I am able to add watermark text into word document using Aspose .net and i am not able to read the existing watermark text from that word document. I want to read the watermark text along with font family, font…...color and rotation of text stamp alexey.noskov January 5, 2024...and apply to our watermark stamp and our goal is we want to read...

    forum.aspose.com/t/how-to-read-the-existing-wat...
  4. PowerPoint to PDF with stamps conversion issue ...

    Hello, Our customer has issue with PowerPoint to PDF conversion. Conversion itself works correctly, however, when we add Stamps, images underneath become blurry. You can download source, Stamp and resulting PDF here: h…...PowerPoint to PDF with stamps conversion issue Aspose.PDF Product...correctly, however, when we add stamps, images underneath become blurry...

    forum.aspose.com/t/powerpoint-to-pdf-with-stamp...
  5. Delete Images from PDF File|Aspose.PDF for Java

    This section explain how to delete Images from PDF File using Aspose.PDF for Java....pdf" ); // Create page number stamp PageNumberStamp pageNumberStamp...PageNumberStamp (); // Whether the stamp is background pageNumberStamp...

    docs.aspose.com/pdf/java/delete-images-from-pdf...
  6. StampAnnotation - Aspose.PDF for Java - API Ref...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....SquareAnnotation SquigglyAnnotation Stamp StampAnnotation StampIcon StampIconConverter...MarkupAnnotation Represents rubber stamp annotation. This type of annotation...

    reference.aspose.com/pdf/java/com.aspose.pdf/St...
  7. IAnnotationVisitor | Aspose.PDF for Java API Re...

    Defines Visitor for visiting different document annotations....visit(StampAnnotation stamp) Visit/select stamp annotation. visit(WidgetAnnotation...example/template. visit(StampAnnotation stamp) public abstract void visit(StampAnnotation...

    reference.aspose.com/pdf/java/com.aspose.pdf/ia...
  8. DateTimeStamp | Aspose.Imaging for .NET API Ref...

    DateTimeStamp TgaImage.DateTimeStamp property Gets or sets Date/Time Stamp. This field defines the value for the date......property Gets or sets Date/Time Stamp. This field defines the value...systems typically time- and date-stamp files, this feature is provided...

    reference.aspose.com/imaging/net/aspose.imaging...
  9. Topics tagged add-image-pdf

    Topics tagged add-image-pdf...PDF Product Family add-image-stamp , add-image-pdf 35 1107 March...Family add-image-pdf , image-stamp 7 1009 March 31, 2021 Very large...

    forum.aspose.com/tag/add-image-pdf
  10. Add Header to PDF using Python | Aspose.PDF

    Add header to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET....Create a Stamp and define its properties. Add the Stamp to Page...Text" ) # Set properties of the stamp textStamp . TopMargin = 10 textStamp...

    products.aspose.com/pdf/python-net/header/