- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP PDF Stamper › Apply filters on "Text to Stamp"
Tagged: apply filters, text to stamp
Hello,
Our client desperately needs a wp filter for the “Text to Stamp” field. This would allow us to make modifications to the text stamped such as (most importantly) translating the stamped text. This might also help other users that are asking for special custom fields as they could simply filter in whatever text they want including translated text. I realize this is asking for a “feature” you don’t currently supply, but it should be a simple one-liner just before the file is stamped:
$new_text = apply_filters( ‘example_filter’, $old_text, $PDF_file_data);
Please consider adding this. We are currently forced to stamp all of our PDF’s in English since the “Text to Stamp” field is in no way translatable per file. If it is, I can’t tell since everything is encoded using IonCube. Also, I can’t seem to find any documentation showing this is possible, or if a filter already exists. Please help. Please consider adding this small piece of code that will extend the capabilities of your plugin for so many of your users.
Sincerely,
Steven Leimberg
Matmon Lead Developer
We have the following filter that should be helpful: