3D Pdf string replace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created a 3D PDF template with some text field which are filled by Inventor.
In one textfield I have to put a text where I have to replace the string "#" with a sign for the next line.
For example:
The textfield is not filled like
text1#text2#text3
When the PDF ist being created the textfield should looki like
text1
text2
text3
How and where do I have to put the correct JavaScript?
The 3D PDF ist created with the Anark Core Script.
Thanks im Voraus.