Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,273 for

stamp

(0.15 sec)
  1. PDF Footer Insertion Using C# | Aspose.PDF

    Add footer to PDF programmatically with C# sample code using Aspose.PDF for .NET....Create a Stamp and define its properties. Add the Stamp to Page...

    products.aspose.com/pdf/net/footer/
  2. What's new 2024|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2024....can be applied to adding text stamp into annotation PDF file. The...how to add an annotation text stamp to an annotation PDF file and...

    docs.aspose.com/pdf/net/whatsnew/2024/
  3. PDF E‑Signature API | Aspose.PDF

    Adding digital signature to PDF documents with free cross-platform Apps and High Code APIs for any platform....Pages [ 1 ]; // Create text stamp TextStamp textStamp = new TextStamp...signature text" )); // Set whether stamp is background // textStamp.Background...

    products.aspose.com/pdf/signature/
  4. 将页码添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用PageNumber Stamp类将页码印章添加到PDF文件中。... PageNumber Stamp 类提供了创建基于页码的印章所需的属性,如格式、边距、对...)) { // Create page number stamp var pageNumberStamp = new Aspose...

    docs.aspose.com/pdf/zh/net/add-page-number/
  5. Create various kinds of Stamps|Aspose.PDF for .NET

    This section explains how to work with Aspose.PDF Facades using Stamp Class....AI Create various kinds of Stamps Contents [ Hide ] Adding multi...watermark to existing PDF Rotating stamp about the center point Work...

    docs.aspose.com/pdf/net/stamp-class/
  6. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = new Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...AddNewLineText(l); } var stamp = new TextStamp(text) { Opacity...GetHorizontalAlignme(ws.TextAlignment); stamp.TextAlignment = textAlignment;...

    forum.aspose.com/t/get-watermark-text-from-pdf/...
  7. Add Background Image to PDF using C#

    Set the environment to use Aspose.PDF for .NET to add background image to PDF using C#. It has details to set the IDE, a list of steps, and a sample code for inserting background image in PDF using C#....PDF page Add the configured stamp to the page Save the final PDF...of the stamp the size of the current page, add the stamp to the...

    kb.aspose.com/pdf/net/add-background-image-to-p...
  8. 电子签名 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高代码 API 向 PDF 文档添加数字签名。...Pages [ 1 ]; // Create text stamp TextStamp textStamp = new TextStamp...signature text" )); // Set whether stamp is background // textStamp.Background...

    products.aspose.com/pdf/zh-hans/signature/
  9. Strange artifact (tiny dot) at the bottom left ...

    As I see there is already similar issue reported in the topic ‘Gray dot as visual artifact at lower left corner of Stamp’, but the topic is private, so I will make a new topic related to the issue When using a multiline…...artifact at lower left corner of stamp’, but the topic is private,...ZipCode} {address.City}"); var stamp = new TextStamp(formattedText)...

    forum.aspose.com/t/strange-artifact-tiny-dot-at...
  10. Aspose.PDF - 26.1.0 - Linux - Try add watermark...

    We have an application that generates documents. At one point, we insert watermarks into PDF documents. Now we want to migrate to .net8/.net10 with Linux support and have discovered this error: System.TypeInitializatio…...MemoryStream(watermarkPdf); var stamp = new PdfPageStamp(watermarkStream...doc.Pages) { page.AddStamp(stamp); } using var logStream = new...

    forum.aspose.com/t/aspose-pdf-26-1-0-linux-try-...