Jump to content

Multiple Formated Text Files


Deejtko

Recommended Posts

Hello,

 

I have a project that has thirty different paragraphs which are called based on an input data field. These paragraphs have special character, indents, bullet points, etc. Is there a easier way to link to these files besides creating a text resource for each on?

 

 

Thanks in advance.

Link to comment
Share on other sites

Make them into images and then do a simple "switch" statement in fusionpro or...

 

take those same images and create the following rule:

 

return CreateResource(Field("version"));

 

The data inputs have to be called the same as the IMAGES to call them out properly. Images have to be in the same PATH as your FusionPro template also(I think).

 

Hopefully this gets you started and Dan may have a simpler way to do it also.

Link to comment
Share on other sites

I don't think you really want to replace text with graphics. If all the paragraphs are really different in terms of formatting, then you will probably need to create Formatted Text Resources for them, or specify all the formatting with tagging in a rule. That said, there may be common elements to the paragraphs which could be factored out, but I can't tell without seeing them.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...