Copy link to clipboard
Copied
Hi, There smart people from Adobe.
I have very interesting question for which i search all day and cant find how to make it
Here is the case:
I have clients which not have Adobe InDesing, Illustrator or etc.....they have only standart Acrbot DC.
The want me to make fillable form in InDesign which i have to then make in Fillable PDF which have to have fillable text fields where they can copy paste normal text from other file which will paste in mirror way like in the image bellow.
Because after that they will print on transparent A4 lists.
My questions is there is a way to crate this kind of fillabe text field in Acrobat DC where you can type mirrorly. Please dont ask what is this transparent A4 lists because the client dont want to tell what they are.
Thank you for you answers....i hope you can help me
Best regards
Copy link to clipboard
Copied
You can probably find a font that will do that (ie. display each letter as its mirrored image), but you'll have to reverse the value of the field after pasting the text into it for it to come out like you've described. That can be done using a simple custom validation script:
event.value = event.value.split("").reverse().join("");
Copy link to clipboard
Copied
Hi,
Thank you for the idea.
Is this is only options.
Do you know from where i can take this kind of font.
Thank you
Copy link to clipboard
Copied
I think this is the only option, but maybe someone has a better idea.
Try Googling "mirror text font" or something like that.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi,
I think that you are magician. The only way to make something impossible is to use magic.
Its work very good....the only problem is that the font is bold.
Thank you
Copy link to clipboard
Copied
Yeah, the font I found seems to be bold by default. If you find a font that has the same properties but isn't bold then you can do use that instead...
Copy link to clipboard
Copied
Want you mirror the whole text of the PDF file?
Copy link to clipboard
Copied
Hi,
I want when i paste text in Fillabe text box in acrobat the text automatic to show in mirror way.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now