Skip to main content
Inspiring
November 19, 2021
Question

Mirror text inside fillable text fields

  • November 19, 2021
  • 2 replies
  • 2582 views

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

This topic has been closed for replies.

2 replies

Bernd Alheit
Community Expert
Community Expert
November 20, 2021

Want you mirror the whole text of the PDF file?

NikVetroAuthor
Inspiring
November 21, 2021

Hi,

 

I want when i paste text in Fillabe text box  in acrobat the text automatic to show in mirror way.

try67
Community Expert
Community Expert
November 19, 2021

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("");

NikVetroAuthor
Inspiring
November 20, 2021

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

try67
Community Expert
Community Expert
November 20, 2021

I think this is the only option, but maybe someone has a better idea.

Try Googling "mirror text font" or something like that.