Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 6,054 for

stamp

(0.03 sec)
  1. Justification getting applied on Stamp - Aspose...

    We are applying justification on the document generated from SSRS using the below code: Aspose.Words.Document doc = new Aspose.Words.Document(@"E:\Input_Document.docx"); Aspose.Words.NodeCollection paragr…...Justification getting applied on Stamp Aspose.Words Product Family...justification is getting applied for stamp as well. could you please let...

    forum.aspose.com/t/justification-getting-applie...
  2. Merge Aspose pdf stamp and Pdf contents - Aspos...

    Hi, I’m trying to apply a pdf Stamp at the top of the document followed by pdf content. I currently dont see any option for that. Currently when I apply a Stamp it writes on top of the content of the pdf. I dont want t…...Merge Aspose pdf stamp and Pdf contents Aspose.PDF Product Family... I’m trying to apply a pdf stamp at the top of the document followed...

    forum.aspose.com/t/merge-aspose-pdf-stamp-and-p...
  3. Applying privileges to make PDF not editable re...

    This successfully applies the DRAFT watermark on all pages: using (var pdfDocument = new Aspose.Pdf.Document(sourceStream)) { using (var watermarkStream = awai…...editable removes watermark stamp Aspose.PDF Product Family net...; // Create stamp var stamp = new Stamp(); stamp.BindImage(watermarkStream);...

    forum.aspose.com/t/applying-privileges-to-make-...
  4. Create a stamp on a generated document - Aspose...

    I am trying to add a Stamp on a generated pdf document using a template. How can I replace pdfDocument with the generated 1 Document pdfDocument = new Document(dataDir+ “Statement.pdf”);...Create a stamp on a generated document Aspose.PDF Product Family...2:48pm #1 I am trying to add a stamp on a generated pdf document...

    forum.aspose.com/t/create-a-stamp-on-a-generate...
  5. Read stamp with OCR font - Aspose.OCR Product F...

    Hi, I'm trying to use your OCR tool to read a Stamp which consists of some numbers (written with OCR-A font). Instead of returning the numbers in the Stamp I get something like "e z? ^ e s e+ e& c". Do you know if I have…...Read stamp with OCR font Aspose.OCR Product Family stefan.heim...use your OCR tool to read a stamp which consists of some numbers...

    forum.aspose.com/t/read-stamp-with-ocr-font/1187
  6. Unable to create stamp text with FillStroke - A...

    I am trying to Stamp a pdf document. Attached is the sample document with Stamp text “PAID IN FULL”. I am able to do something close to it but not the “FillStroke”. Can you please provide some assistance? <?xml:n…...Unable to create stamp text with FillStroke Aspose.PDF Product...2017, 1:27am #1 I am trying to stamp a pdf document. Attached is...

    forum.aspose.com/t/unable-to-create-stamp-text-...
  7. How update StampID of an existing Stamp - Aspos...

    Hi, Is there any possibility to update the StampID of an existing Stamp like setStampId? How can I obtain a existing Stamp as Stamp type https://reference.aspose.com/pdf/net/aspose.pdf/Stamp/? I tried to do this v…...update StampID of an existing Stamp Aspose.PDF Product Family aspose-pdf-net...existing stamp like setStampId? setStampId Sets stamp Id. How...

    forum.aspose.com/t/how-update-stampid-of-an-exi...
  8. Digital Signature Information lost when adding ...

    I am using aspose.pdf-17.2.0 for java. I have this scenario: I added digital signature on a pdf, then i added image Stamp on that pdf contains digital signature. The new file that contains image Stamp, should also co…...Information lost when adding image stamp Aspose.PDF Product Family mukhan12...on a pdf, then i added image stamp on that pdf contains digital...

    forum.aspose.com/t/digital-signature-informatio...
  9. Stamp not visible in some cases with IsBackgrou...

    We are trying to put (image and/or text) Stamps on different pdf files: when using IsBackground = false => Ok when using IsBackground = true => with some pdfs the Stamp is visible, with some other pdfs it isn’t We are…...Stamp not visible in some cases with IsBackground = true Aspose...to put (image and/or text) stamps on different pdf files: when...

    forum.aspose.com/t/stamp-not-visible-in-some-ca...
  10. Error while adding a stamp to a PDF file - Aspo...

    Greetings, I have a PDF document to which I try to add a Stamp in C# .net. I use the following code: public static void ToPdf(string sourcePath, string targetPath) { using (var inputStream = new MemoryStream()) { …...Error while adding a stamp to a PDF file Aspose.PDF Product Family...document to which I try to add a stamp in C# .net. I use the following...

    forum.aspose.com/t/error-while-adding-a-stamp-t...