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

stamp

(0.06 sec)
  1. 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/
  2. 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/...
  3. 电子签名 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/
  4. 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...
  5. 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-...
  6. 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/
  7. Key Features of Aspose.PDF for JavaScript|Aspos...

    Aspose.PDF for JavaScript via C++ demonstrates its general features. This page describes the supported PDF versions, and all the manipulations we can do with text, images, pages, etc....Delete pages Rotate pages Stamp Add a stamp to PDF Hyperlink & Attachments...

    docs.aspose.com/pdf/javascript-cpp/key-features/
  8. Key Features of Aspose.PDF for Node.js|Aspose.P...

    Aspose.PDF for Node.js via C++ demonstrates its general features. This page describes the supported PDF versions, and all the manipulations we can do with text, images, pages, etc....Delete pages Rotate pages Stamp Add a stamp to PDF Hyperlink & Attachments...

    docs.aspose.com/pdf/nodejs-cpp/key-features/
  9. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。...for stamp string text = "Stamp example" ; // Create stamp var...var stamp = new Aspose . Pdf . TextStamp ( text ); stamp . AutoAdjustFontSizeTo...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  10. 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...