#1
|
|||
|
|||
![]()
I'm trying to format a disclaimer for a customer we work with who needs bold text on some lines of the disclaimer. I have been able to get tagged data files to work with different fonts, but not a separate text file the data calls for.
I'm attaching my separate text file that would go into the layout. I feel like it's mostly tagged correctly but it previews as Arial and none of the bold lines work.
__________________
Bryan Mathes, Print Production Specialist FusionPro Designer 10.1.11, FusionPro Producer (Server) API 10.1.11 Mac OSX 10.12.6 Mac Pro 2.8 GHz Quad Core Intel Xeon |
#2
|
||||
|
||||
![]()
I see a few problems.
First, watch out for curly quotes in tagged markup, especially for tag attributes. This: Code:
<f name=“Minion Pro Bold“> Code:
<f name="Minion Pro Bold"> Second, there's no such thing as an ending </f> tag. If you want to apply the font change just to a particular range of text, and revert to the previous font after, you can use a <span> tag pair, either like so: Code:
<span><f name="Minion Pro Bold">some text in Minion Pro Bold </span>and revert to previous font Code:
<span font="Minion Pro Bold">some text in Minion Pro Bold </span>and revert to previous font Code:
<f name="Minion Pro"><b> Code:
<span font="Minion Pro" bold=true> That said, though, I wonder why you feel the need to use a tagged markup file for this in the first place. You could simply add a Formatted Text Resource, define all the fonts and styles in the Text Editor, and call that Formatted Text resource out in a rule instead of the tagged markup file, and not have to muck about with tags at all. I mean, it's fine to use tagged markup, but as you can see, you have to get the tagging right, which can be a bit tricky. I suspect there are other ways to reduce the complexity of this job, such as using Text Replacement to directly convert text such as [bank name] to a data field value without having to write some kind of regular expression replacement code, but I would need to see the job to offer more specific suggestions. Finally, for problems like this, always do a regular composition instead of a Preview, so that you can view the log file and look for relevant messages.
__________________
Dan Korn FusionPro Developer / JavaScript Guru / Forum Moderator PTI Marketing Technologies | Printable | MarcomCentral I am a not a Support engineer, and this forum is not a substitute for Support. My participation on this forum is primarily as a fellow user (and a forum moderator). I am happy to provide help and answers to questions when I can; however, there is no guarantee that I, or anyone else on this forum, will be able to answer all questions or fix any problems. If I ask for files to clarify an issue, I might not be able to look at them personally. I am not able to answer private messages, emails, or phone calls unless they go through proper Support channels. Please direct any sales or pricing questions to your salesperson or inquiries@marcom.com. Complex template-building questions, as well as all installation and font questions or problems, should be directed to FusionProSupport@marcom.com. Paid consulting work may be required to fulfill your template-building needs. This is a publicly viewable forum. Please DO NOT post fonts, or other proprietary content, to this forum. Also, please DO NOT post any "live" data with real names, addresses, or any other personal, private, or confidential data. Please include the specific versions of FusionPro, Acrobat, and your operating system in any problem reports or help requests. I recommend putting this information in your forum signature. Please also check your composition log (.msg) file for relevant error or warning messages. Please post questions specific to the MarcomCentral Enterprise and Web-to-Print applications in the MarcomCentral forum. Click here to request access. Or contact your Business Relationship Manager (BRM/CPM) for assistance. Please direct any questions specific to EFI's Digital StoreFront (DSF) to EFI support. How To Ask Questions The Smart Way The correct spellings are JavaScript, FusionPro, and MarcomCentral (each with two capital letters and no spaces). Acceptable abbreviations are JS, FP, and MC (or MCC). There is no "S" at the end of "Expression" or "Printable"! The name of the product is FusionPro, not "Fusion". "Java" is not is not the same as JavaScript. Check out the JavaScript Guide and JavaScript Reference! FusionPro 8.0 and newer use JavaScript 1.7. Older versions use JavaScript 1.5. return "KbwbTdsjqu!spdlt\"".replace(/./g,function(w){return String.fromCharCode(w.charCodeAt()-1)}); ![]() |
#3
|
|||
|
|||
![]()
Dan,
Thanks for the couple tips there. I won't be able to make the text file a resource because the names of the banks and companies would be specific to certain customers and all the disclaimers will be different. The name of the text file gets called out in the data and FusionPro grabs it from the server location where it is used in the layout. The </f> on the font tag worked in the data fields, that's why I used it here. If I don't need it though, I'll remove it. I think I could just use the bold tag though since those couple lines will be bold and the rest Minion Pro Regular. I think I made it more complex than it needed to be.
__________________
Bryan Mathes, Print Production Specialist FusionPro Designer 10.1.11, FusionPro Producer (Server) API 10.1.11 Mac OSX 10.12.6 Mac Pro 2.8 GHz Quad Core Intel Xeon |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|