Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,517 for

stamp

(0.07 sec)
  1. 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...
  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. 使用外观流创建橡皮图章|Aspose.PDF for Python via .NET

    此示例加载 PDF,在第 1 页使用图像文件作为外观创建橡皮图章,并保存修改后的文档。 ✨...initialize_data_dir def create_rubber_stamp_with_appearance_file ( infile...( infile ) # Create rubber stamp using appearance_file overload...

    docs.aspose.com/pdf/zh/python-net/create-rubber...
  4. 使用外观文件创建橡皮图章|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,在第 1 页使用图像文件作为图章外观创建橡皮图章,并保存更新后的 PDF。...initialize_data_dir def create_rubber_stamp_with_appearance_file ( infile...( infile ) # Create rubber stamp using appearance_file overload...

    docs.aspose.com/pdf/zh/python-net/create-rubber...
  5. 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...
  6. List Stamps|Aspose.PDF for Java

    Learn how to list rubber Stamps on a page in Java using the PdfContentEditor facade in Aspose.PDF....List Stamps Contents [ Hide ] List stamps on a page Bind the...getStamps(pageNumber) to retrieve the stamps on the target page. Inspect...

    docs.aspose.com/pdf/java/list-stamps/
  7. 电子签名 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/
  8. 全局删除印章|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via the Facades API 在 PDF 的所有页面上全局删除橡胶印章注释。它展示了如何通过 ID 删除印章,而无需指定单独的页面。...‘delete_stamp_by_id()’ 和 ‘delete_stamp_by_ids()’ 方法允许...initialize_data_dir def delete_stamps_globally ( infile , outfile...

    docs.aspose.com/pdf/zh/python-net/delete-stamps...
  9. 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-...
  10. 使用 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/