Skip to main content
Solved

could i add and change the text that i want to write in output file without opening workspace everytime

  • July 21, 2021
  • 1 reply
  • 32 views

gogopotter90
Contributor
Forum|alt.badge.img+14

do we have method instead of creator to add text in pdf ouput file ? but i would like to do that without opening the workspace

my text that i want to write in pdf ,it will change and i do not like to open the workspace everytime to change it .

when i am using quick translator ,could i add also empty field and write the text that i want to see in pdf out from workspace .

is there method to do that,because the name of pdf file should change from time to time y.

Thanks for help

FME2018

Best answer by hkingsbury

Two possible ways, use a parameter to store the text you want to add. Then each time the workspace is run, you will be asked to enter the text.

OR

have the text stored in an external .txt file and have hte workbench read that text in. Prior to running he process you add you text to that .txt file

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • Best Answer
  • July 21, 2021

Two possible ways, use a parameter to store the text you want to add. Then each time the workspace is run, you will be asked to enter the text.

OR

have the text stored in an external .txt file and have hte workbench read that text in. Prior to running he process you add you text to that .txt file