Jump to content

Business card Fitting long fields


suds32

Recommended Posts

HI

I hav been trying to get our business card template to work.

basically on the first line you have a"name" followed by "qualifications"

Some qualifications are quite long, so the first option was to drop down a line if it does not fit. this wrks well for most. But occasionally we have one that won't fit on the first line and will need to split correctly on a section line i.e. don't split a word.

Code we are using is

function NoBreak(s)

{

return "<p br=false hyphenate=false noparabreakoncopyfit=true>" + NormalizeEntities(s).replace(/ /g, " ");

}

return NoBreak(Field("Qualifications"));

 

What we get with really long field is

"Name"

Bachelor of engineering Clas

s 2b Honours, Civil Engineering

 

I need to some how stop the splitting of the word

ScreenShot2014-12-05at11_13_44am.png.789163b1fcc016ee44b7446ec74a750e.png

Link to comment
Share on other sites

It's hard to tell what's going on with the job just by looking at one rule and some output through a keyhole. Are you actually applying copyfitting to the frame? What copyfitting factors are you using in the OnCopyfit rule? Are there any messages about text not fitting or justification in the composition log (.msg) file? (You'll need to Compose the job, not just Preview it, to see the log.) Posting the job (or a minimal example to demonstrate the problem) may be worth a thousand words.
Link to comment
Share on other sites

Thanks for the reply

Full job attached.

No copy fitting as the client does not want any text resized.

The basic rule is if the qualification can't fit on the top line move to the next line down.

Unfortunately there are some user with very long qualifications that will also not fit on the second line without splitting.

 

Thanks

HawkinsConstruction_Fiji.zip

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...