Jump to content

Search the Community

Showing results for tags 'fusionpro server'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 1 result

  1. Hi Guys, Can anyone help with my issue please? I am using FusionPro Desktop 7.2 to create my VDP that I then upload to our EFI Digital Store Front & FusionPro Server (which is hosted by EFI not us). I am having some issues with fonts. I have some rules created for business cards so that the 'P' for phone is in a particular font and the following text and field (s) are in another font. When I compose locally, everything is fine, when I upload the collected file to DSF and try to generate online, the fonts are not correct (the 'P' at the start of the line, the '+61' and the fields are all in Arial - which is the second font that I have chosen in my rules) Here is the rule: if (Field("Phone") != "" && Field("Ext") != "") { return ('<f name="Router-Medium">P</f><t>') + ('<f name="Arial">+61 ' + Field("Phone") + ('<f name="Arial"> ext ' + Field("Ext"))); } if (Field("Phone") != "" && Field("Ext") == "") { return ('<f name="Router-Medium">P</f><t>') + ('<f name="Arial">+61 ' + Field("Phone")); } else return ""; I am confused as I have used the font Router-Medium in another rule for another card layout and everything has been fine both locally and uploaded to our server. Are there any suggestions? Thanks in advance. Dan
×
×
  • Create New...