Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,339 for

stamp

(0.4 sec)
  1. 电子签名 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/
  2. 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...
  3. 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...
  4. 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-...
  5. 使用 Java 向 PDF 添加图像图章 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 文件添加图像图章。...toString ()); // Create image stamp ImageStamp imageStamp = new...setOpacity ( 0 . 5 ); // Add stamp to particular page pdfDocument...

    products.aspose.com/pdf/zh-hant/java/stamps/image/
  6. 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/
  7. High memory consumption/leak in Aspose.Pdf.Faca...

    Hello Aspose Support Team, I am experiencing a significant memory usage issue (potential memory leak) when using the Aspose.PDF library (Version: 24.5.0) to add Stamps to a PDF document. Issue Detail: When iterating t…...0) to add stamps to a PDF document. Issue Detail:...BottomRight : position; TextStamp stamp = new TextStamp(text) { Background...

    forum.aspose.com/t/high-memory-consumption-leak...
  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. 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/
  10. 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/