Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Mirror text inside fillable text fields

Explorer ,
Nov 19, 2021 Nov 19, 2021

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.

mirror.jpg

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

TOPICS
PDF forms
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 19, 2021 Nov 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("");

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 20, 2021 Nov 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 20, 2021 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 21, 2021 Nov 21, 2021

I found a font called "Arial Mirror" and it worked fine with it, using the code I provided. See attached.

Once you install it it appears as "Mirror Bold" in the fonts list, though.

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 22, 2021 Nov 22, 2021

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 22, 2021 Nov 22, 2021
LATEST

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...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 20, 2021 Nov 20, 2021

Want you mirror the whole text of the PDF file?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 21, 2021 Nov 21, 2021

Hi,

 

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines