Write Text on Pdf

  • Hi, I'm trying to add text to an existing pdf file and save the result to new pdf file.

    I used this source code:

    But in the new file created there is no trace of text.

    Why?

    Thanks

  • The last version resolve the problem

    The latest version(WPViewPDF PLUS V2.61.1) , and the following lines :

    Code
    aForm.eM11 := 1;
             aForm.eM12 := 0;
             aForm.eM21 := 0;
             aForm.eM22 := 1;

    solved the problem.

    Thanks

  • Using WPCentimeterToPixel(28,72) to calculate the position of text on some computers it works fine, but no other.
    The text should be placed at 28 centimeters from the top.

    Thanks

  • After finishing adding my text and adding some signatures, I want to save the pdf so that it can't be altered by the person I send it to, but I can't save it or export it in a way that doesn't let me alter the texts or the signature. It reports that it is an encrypted file and it can't be flattened or converted to any other type of pdf. I am a bit concerned about sending the pdf with the text and signature that I added still able to be altered when opened. Can anyone please advice on how i might do this?