cancel
Showing results for 
Search instead for 
Did you mean: 

"Fac-Simile" background in PDF document

Former Member
0 Kudos

Hello Experts,

I'm using SAP Interactive Form for Java WebDynpro.

I need to create PDF documents with the crossed string "Fac-Simile"...

And I'd like to bind it to a context attribute, in way to enable or disable it..

Any suggestion???

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Hello,

you can just use the Text field with any text you want and use a simple Java script to make that visible or invisible.

Regards Otto

Former Member
0 Kudos

Hi Otto,

thanks for your answer, and is possible to have that text not horizontal but crossed??

Best Regards

Answers (3)

Answers (3)

scott_stefanich
Active Participant
0 Kudos

Will the string text ever change? If not, what about using an image?

Former Member
0 Kudos

TextField.rotate = "45";

didn't work in the PDF preview, but if I deploy the DC it works!

The Image object library cannot use script.

OttoGold
Active Contributor
0 Kudos

I told you everything I know. And you ask the same again and again. From my point of view, that is not possible. Otto

OttoGold
Active Contributor
0 Kudos

Open your LCD Help (F1), search, use keyword "rotate" and pick the option. I hope you will find at least one which will be useful. Regards Otto

Former Member
0 Kudos

Hi,

is not possible to use script with "Text" object library..

I also tryed to use a "Text Field" object library, and wrote this javascript code during the inzialization:

TextField.rotate = "90";

It works, but I need a 45° rotation... Is it possible?