Cfdocument and fonts.

I am trying to get ColdFusion to use our Frutiger Roman fonts
which are in a PFM format.
The windows 2003 server sees them fine and the fonts work in
all windows software on the server but they do not show up when
publishing a PDF from cfdocument. Any ideas anyone?
I tried adding them to the cffont.properties document but got
the error message...
The cause of this exception was that:
coldfusion.document.spi.DocumentExportException:
coldfusion.document.DocumentFontException: An exception occurred
when reading the font file c:\windows\fonts\FrutiR94.pfm The cause
of this exception was that: java.awt.FontFormatException:
Unsupported sfnt C:\WINDOWS\TEMP\xxx.tmp

Amplicon wrote:
> You would have thought as the fonts are a proprietary
specification of Adobe
> that ColdFusion would support them, then again if we
have to buy the fonts
> again, well that's more money for Adobe...
cfdoc is mainly driven by iText nothing to do w/selling more
fonts.
as far as supporting more font formats:
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=12&6213=6

Similar Messages

  • The app icons and font on my iPhone 4 just went to massive making it difficult to even scroll how can I change it back, where do I go which menu? Thanks in advance

    The app icons and font on my iPhone 4 just went to massive making it difficult to even scroll how can I change it back, where do I go which menu? Thanks in advance

    Next time you accidentally use 3 fingers it will zoom again. Unless you need the feature you're better to turn it off

  • Photoshop CS4 Extended, issues with resolution and font sizes on Mac

    I have Photoshop CS4 Extended, which worked fine on my old 15 inch Macbook Pro, I think it was 2011 and had high definition display.
    I now have a new 15 inch 'late 2013' Macbook Pro with retina display (2880 x 1800), and OS 10.9.4
    I have 2 problems:
    1) Using photoshop now, the resolution is a lot worse than with my old computer, even though my screen is higher resolution.
    For example, the images themselves are worse resolution on my display, far less crisp and more pixelated than any of my other programs. And even the windows such as 'save as...' screens are terribly pixelated also. Is there a way to fix this?
    2) When using the type tool, I cannot find how to change the size of the font. There used to be numbers which I could change, and also select the font type, both on the top menu bar always visible. Now there is not anymore. What there is there at the top, is what looks to be a bar on top of another bar. The top layer bar is on the left and reaches about one third of the way across the top, and I can drag it by its corner so it can extend more, but not less. It looks like there are things behind it which I cannot see, because it is over the top of them. Perhaps the text size and font options are stuck behind that. What can I do?
    Many thanks!
    Justin

    Hi JJMack, you said "Seems like you want a low resolution display hook and external display to it." I do not know what that means. I did a google search for "low resolution display hook" and it came up with zero results. Also I do not have an external display, only my laptop.
    Does anyone know what I can do to fix this issue? I would greatly appreciate any solution.
    Thank you!

  • I open iWeb but the main window doesn't open/appear on screen. The little windows like the inspector and font windows appear. Can anyone help?

    I open iWeb but the main window doesn't open/appear on screen. The little windows like the inspector and font windows appear. Can anyone help?

    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    3 - launch iWeb and try again.
    NOTE:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

  • How to change DEFAULT font and font size on new Pages document

    When I open a new Page document, it always comes in with a default font and font size. I know how to change those settings on the open document.
    I want to know how to change the ~default~ font and font size so that a new Page document always opens with those default settings.
    -Thanks for your service to the community.

    Hi Lionate
    Welcome to the forum.
    Make a document to your liking.
    Change the Body style and any other styles in :
    +Menu > Show Styles Drawer > click on the little triangle next to Body > redefine Style from Selection+
    Capture the page:
    +Menu > Format > Advanced > Capture Pages… > Name it > OK+
    +Menu > Format > Advanced > Manage Pages… > Delete other Sections/Pages > OK+
    Save as a template:
    +Menu > File > Save as Template…+
    +Menu > Pages > Preferences > General Preferences > For New Documents > click Use template: > Choose > browse to the template above+
    Peter

  • Help - Font Book and font Library doesn't work

    I've just updated to a new iMac on Yosemite, and Font Book doesn't work. Neither does putting fonts into the "Library"
    There is a range of fonts that ARE working that are already in either place, but some (that worked up until two days ago in my old Mac running OS 10.6.8) just won't work.
    If I select the fonts in Font Book, Font Book doesn't load them. If I put them in the Library, they don't appear for use in any application.
    As a designer, updating fonts is essential, and if this can't be fixed I'm in serious trouble! So any advice welcome!

    We see posts like this here all the time. A person upgrades to a new OS, and Font Book suddenly stops working. Usually, the problem is that Font Book's database has been trashed by the upgrade with the very common symptoms you're seeing. You suddenly can't add fonts, and fonts Font Book says are open don't appear in some, or any apps.
    Restart your Mac and immediately hold down the Shift key when you hear the startup chime to boot into Safe Mode. Keep holding the Shift key until you see a progress bar towards the bottom of the screen. You can let go of the Shift key at that point. Yosemite is a bit different. Whether it's a Safe Mode boot or a normal one, you get the same progress bar. It just takes longer to get to the desktop in Safe Mode. So hold the Shift key until you get to the desktop.
    OS X asks you to log in (you will get this screen on a Safe Mode boot even if your Mac is set to automatically log in). Let the Mac finish booting to the desktop and then restart normally. This will clear Font Book's database and the cache files of the user account you logged into in Safe Mode.
    If that alone doesn't do it (it should), then clear out all of the font cache data.
    Close all running applications. From an administrator account, open the Terminal app and enter the following command. You can also copy/paste it from here into the Terminal window:
    sudo atsutil databases -remove
    Terminal will then ask for your admin password. As you type, it will not show anything, so be sure to enter it correctly.
    This removes all font cache files. Both for the system and the current logged in user account. After running the command, close Terminal and immediately restart your Mac.

  • How to Include More Than One Font and Font Color Within a Fluid Grid Div Tag?

    Using CSS code, I can make all the words within a fluid grid div tag the same font, font size, and font color, but how do I make a few of the words different?

    You can style the basic text and heading selectors with CSS:
    p { }
    h1 { }
    h2 { }
    h3 { }
    h4 { }
    etc...
    And you can make classes:
    .red {color:red}
    .highlight {background-color:yellow}
    Then apply classes to your text or sections of it using the HTML properties panel.
    <div>
         <p>This is a default paragraph style.</p>
         <p class="red">This is red.</p>
         <p class="highlight">This is highlighted.</p>
         <p>Default style with <span class="red highlight">red, highlighted text</span> and normal text.</p>
    </div>
    Incidentally, this will work in any layout.
    How to Develop with CSS?
    http://phrogz.net/css/HowToDevelopWithCSS.html
    Nancy O.

  • How to change the background and font color of a particular row in table

    Hi,
       i need to change the background and font color of a particular row. I am using textview as table columns. I tried to do it using semanticColor property of textview  but the font color get changed for the whole column. But i want to change the color of a particular row only.
       If anybody knows please help me(give an example if possible).
           Thanks and regards.
            Pankaj Kumar.

    Hi Pankaj,
    In your data source context node (context node which is bound to dataSource property of Table UI elemennt) do following:
    If data source node is model node: create a value node under data source node, cardinality 1..1, selection 1..1, singleton false. In this new node add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor .
    If datasource node is value add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor.
    In calculated getter method put your color calculation depending on conditions, like:
    return <condition>
      ? WDTextViewSemanticColor.CRITICAL
      : WDTextViewSemanticColor.STANDARD;
    Bind new created attribute with property semanticColor of textview.
    Best regards, Maksim Rashchynski.

  • Problems with Photos and Fonts and Explorer

    I am having problems with photos and fonts when my site is viewed on Explorer. The site is Ostyn-Newman.com The problems can both be seen on the start page -though they happen throughout the site. The photo is supposed to be only 30% opaque and it shows fine on Firefox or Safari, but Explorer viewers get the photo being used as wallpaper at 100% and this steps all over the text. Should I give up a using a photo as wallapaper?
    Also the font I am using for "Ostyn-Newman Objects for Fine Homes" shows well in Firefox and Safari, but looks really bad on Explorer products. Should I just change the font? I am currently using Snell Roundhand.

    See Roddy's posts in these topics:
    Re: VIEWING iWEB SITES ON A PC ?
    Re: iweb pages memory intensive
    Re: iweb site on my personal domain name locks up
    The message in each is pretty much the same but he does give some info of an application that can optimize the web pages to make them more readily readable by IE.
    OT

  • My keyboard is writing in Greek? even though the settings and fonts say it's writing in standard Apple font? I can't log into any of my accounts, because even though I type the password correctly, the keys are writing and beings submitted in Greek...HELP.

    My keyboard went nuts...I got on my MacBook today after not using it for about 24 hours, and the fonts all changed to like Greek. No matter where I am at (web browser, word document, etc). I even went into settings and fonts, and it says it is using Arial or some other standard "Apple" font, but the keys continue to write in Greek.
    It gets worse-I logged out thinking I just needed to reboot...but now I cannot get back in because it's still not writing correctly. What's even weired (and I have no idea if this is related or not) but my Capslock Key and my Delete key have like switched roles...ALSO, when I press down the "A" key (as there is an "A" in my password) the keyboard writes it 3 times...even though I only hit it once. SOMEONE HELP ME PLEASE. I am a full-time student and need my computer for homework.
    I'm locked out AND if I do get in, the font it still messed up as well as the Delete and Capslock keys...

    It sounds to me like your keyboard has been damaged and needs to be repaired or replaced.  Can you try an external keyboard?

  • Font color and font style

    Can i know how can i change the color ,size and the style of the font in a text area?
    and also how can i get the font style and font size currently use in the text area?

    No, a Font doesn't have a colour. But you can set the colour of the text in a text area with setColor().

  • Menus and Fonts too small with Panasonic HDTV

    I just hooked up a new Mini (Intel chip) to my Panasonic HDTV-- 34" Model No. CT-34WX53-- using a DVI cable. The desktop shows up fine, but the menus and fonts are so tiny that I can't read them. When I try using Front Row, the pictures and vide are gorgeous and the fonts in Front Row are fine. It's just the fonts and menus in on the desktop and in other programs that are too small. Does anyone know how to fix?
    Mini Core Duo   Mac OS X (10.4.5)  
    Mini Core Duo   Mac OS X (10.4.5)  

    Edward,
    That's the price of having a gazillion pixels!
    You have two options - send less pixels to the display or change each application (Including the finder) to show larger fonts and icons.
    The lower the resolution option is easy and fast. The downside of "zoom"-ing the display is it may look blocky at certain resolutions and the fonts and fine details in photos and movies may be lost if the mac has to alias or scale the video. If you do this - you might want to enable the menu bar item for display preferences to quickly switch between the setting you prefer. I use one setting for actually using the mac and another setting for playing movies and showing slides in FrontRow.
    The change the preferences to make the fonts and icons larger is more of a pain but yields the most crisp display and you don't have to change things up. I would start with Finder Preferences (select an icon on your desktop and on the View menu - show view options - crank up the icon size and font size.) Unfortunately - you have to do this in each application you use. It also won't change the menu font sizes - you might need an "extension" from a developer to change that.

  • Can I change different background and font color on each records?

    Hi,
    I had a Data_Block which contains some records, I had a field name 'currency' which contains value such as (HKD, JPY, CNY, CND, USD etc..)
    Let there there are 5 Records contain in that Data_Block and I wanted to change the background and font color depend on the Currency value.
    I were using Set_Item_Property and change the Visual_Attributes that I had define. Well I guess that doesn't work since uisng the Set_Item_Property
    it will actually getting the last value and use that last value and changed to all the same color to that.
    I wonder is there a way to do that in Oracle you can change the field different color?
    Thanks
    David Willis

    Thanks You so much.
    Actually I were trying to look for that function at the User Manual but I couldn't find it because I remembered I had seem it some where.
    I guess I am looking at the Form4.5 user manual instead of the Oracle 9i Forms Developer.
    Thanks
    David

  • Change font and font size in a textedit

    Hi,
    I am using a textedit UI element in read only mode. its getting the value from context attribute. I need to change font and font size ( atleast the later) and make it bold.
    how can this be done ?
    plz help......
    Thanks
    Akash

    Hi Thomas,
    I saw from your response in the post above that you might be able to answer a question I have about the portal theme.
    We are using several textedit elements in our portal, however the font size of text entered in those textedit fields is smaller than the standard global text in the portal. I have tried in vain to find the setting in the portal theme that controls textedit elements. Do you happen to know which one it is exactly?
    Many thanks for any suggestions/help you might have
    Paul.

  • When I am trying to package my artwork in Adobe Illustrator CC, it is not capturing my images and fonts. How do I make sure my linked photos and fonts are captured?

    When I am trying to package my artwork in Adobe Illustrator CC, it is not capturing my images and fonts. How do I make sure my linked photos and fonts are captured?

    Not all fonts can be packaged depending on their licensing. Some fonts are set to not allow packaging. For those you would have to manually locate them on your computer and add them to the folder where the packaging occurred.
    For the images have you checked the "copy links" option?

Maybe you are looking for

  • Hi i'm using iphone 4 and i have problem with viber apps while i'm installing

    hi i'm using iphone 4 and i have problem with viber apps while i'm installing & registration process its says error on system mainternance. can you please help me out? thank you.

  • Define Planning levels for Logistics (Liquidity forecast).

    Hi Gurus,   I am defining planning levels for logistics for my client inorder to see the purchase order items in liquidity forecast report FF7A/FF7B but I can only assign one vendor planning group to M2 as my requirement  requires all vendor planning

  • How system calculate the required qty. after MRP RUN

    Hi, I want to know if we are using MRP Type as PD and also we are calculating automatic saftey stock and re order point qty. after MRP RUN according to which rule formula system calculate the safty stock, reorder point qty. and the required qty. as a

  • Trouble restoring locked/disabled iPhone 3G

    Hello, I have an iPhone 3G and I forgot the password. It is disabled and says connect with Itunes. When i connect it with Itunes however, it says this phone is locked with a password and cannot connect to itunes unless unlocked--but, obviously, I don

  • Phone line down 4 times in 4 months

    My phone line is down yet again. I dont know why I am surprized this is the fourth time its gone down in four months. Exactly the same problem every time. The broadband infinity is working fine, but the phone is kaput, although you can usually ring o