I am writing a form using ShowText
First I defined: basefont bf and PdfContentByte cb
Then I set the font and size of cb:cb.SetFontAndSize(bf, 12)
Finally I fill in the form with:
cb.SetTextMatrix(100, 200)
cb.ShowText("Text to be printed 1")
cb.SetTextMatrix(100
Bruno Pacola,
brunopacola wrote
> Using iTextSharp 5.3.4.0, I'm having difficulty working with PdfStamper
> and
> MemoryStream.
In essence, your signing use case asks for a Close call of the
PdfSignatureAppearance, not the PdfStamper.
For details, see my answer to your parallel question on Stack
i have a pdf containing "hello world" as a string. That i want is to modify
the existing document by changing the character spacing in this string, then
to replace the old string to the new in the document. How to replace the
text in the document pdf using iText? Please help me.
Best regards
--