Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,363 for

stamp

(0.73 sec)
  1. Add Page Number to PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....class to add a page number stamp in a PDF document. The PageNumberStamp...create a page number based stamp like format, margins, alignments...

    docs.aspose.com/pdf/java/add-page-number/
  2. Loosing data when converting PDF to PDF-A - Fre...

    Hi, in some cases, pdf content is being lost when we convert pdf-documents to PDF-A. I am attaching a file that looses fields after conversion. Please let me know if there is a solution for this.Förfrågan (1).pdf (232.…... However, adding page stamps to the same pdf using 24.3... // Create stamp Stamp stamp = new Stamp(); stamp.setStampId(1);...

    forum.aspose.com/t/loosing-data-when-converting...
  3. PDF.Net StampAnnotation.Opacity Property has NO...

    Hi, I tryied to use StampAnnotation to put an image as a semi transparent Stamp on the PDF. Below is what happened The Stamp is on the PDF. But it’s solid. No transparency. Right click the Stamp to view the property. t…...transparent stamp on the PDF. Below is what happened The stamp is on...transparency. Right click the stamp to view the property. the Opacity...

    forum.aspose.com/t/pdf-net-stampannotation-opac...
  4. 在PDF文件中添加文字印章|Aspose.PDF for C++

    使用C++的TextStamp类向PDF文件添加文字印章。...MakeObject < TextStamp > ( u "Sample Stamp" ); // 设置印章是否为背景 textStamp ->...FormattedText 创建 TextStamp 对象 auto stamp = MakeObject < TextStamp > (...

    docs.aspose.com/pdf/zh/cpp/text-stamps-in-the-p...
  5. Query: Support for Stamping on Single and Multi...

    Hi Aspose Team, We are currently evaluating Aspose for implementing document Stamping functionality and would like to confirm if the library supports Stamping on TIFF image files. Specifically, we would like to know: D…...Query: Support for Stamping on Single and Multi-Page TIFF Files...for implementing document stamping functionality and would like...

    forum.aspose.com/t/query-support-for-stamping-o...
  6. Adding multi line watermark|Aspose.PDF for .NET

    This section explains how to add multi line watermark to existing PDF using FormattedText Class....Hide ] A lot of users want to stamp their PDF documents with multi-line...AddTextStampToPdf () { // Instantiate a stamp object var logoStamp = new Aspose...

    docs.aspose.com/pdf/net/adding-multi-line-water...
  7. Add Image Stamps to PDF in Python|Aspose.PDF fo...

    Learn how to add image Stamps to PDF pages in Python....Add Image Stamps to PDF in Python Contents [ Hide ] Adding Image...Image Stamp in PDF File You can use the ImageStamp class to add...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  8. List Stamps|Aspose.PDF for Python via .NET

    This example loads a PDF, retrieves all Stamps from page 1, prints them, and displays a message if no Stamps are found....List Stamps Contents [ Hide ] When working with annotated PDFs...to inspect existing rubber stamps before modifying or removing...

    docs.aspose.com/pdf/python-net/list-stamps/
  9. 关于中心点旋转印章|Aspose.PDF for .NET

    本节解释如何使用印章类围绕中心点旋转印章。...如果一个印章是印章类型的对象,则可以指定旋转值为 stamp.Rotation = 90。在这种情况下,印章将围绕印...pdf" )) { // Create Stamp object var stamp = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotating-stamp-about...
  10. PDF Stamping in C#: Text, Image, and Page Optio...

    Add Stamps: text, image or page - to PDF programmatically with C# sample code using Aspose.PDF for .NET....action with Stamps in C# Create or add new Text Stamp to page Create...new Image Stamp to page Create or add new Page Stamp to PDF How...

    products.aspose.com/pdf/net/stamps/