Using OT fonts in Encapsulated Postscript

Hello, I'm writing an Ecapsulated Postscript file which inculdes text.
I've found that any font name that includes spaces fail. For instance, the following PS command works fine:
/Ariel findfont setfont
While this does not:
/Bookman Old Style findfont setfont
I've also tried using a string for the name like so:
/Strfnt (Bookman Old Style) def
/Strfnt findfont setfont
Alas, this fails as well. Can anyone tell me howto use a font name which includes spaces within an EPS file?
Thanks for any help,
landon

If you're on Windows, or if you're using ATM Deluxe, you can get a font sample sheet that shows the PostScript FontName. Just double click on the font.
Most other font management applications should have some option for showing you the PostScript FontName.
For any OpenType font from Adobe, the file name is in fact the PostScript FontName with ".otf" tacked on the end.
Regards,
T

Similar Messages

  • When you create a PostScript file you must rely on system fonts and use document fonts

    I got this error:
    "When you create a PostScript file you must rely on system fonts and use document fonts. Please go to the printer properties, "Adobe PDF Settings" page and turn OFF the option "Rely on system fonts only; do not use document fonts."
    This strikes me as bad practice. I only want to use system fonts and document fonts will muck me up.
    That being said, I could not easily find a way to fix this with Acrobat Pro XI. I opened Control Panel (Windows 8) and found the printer and mucked around in the various ways to get to change the PDF settings (there are several ways, and some of them present the choices as bold and not just regular). I found two separate switches for "Rely on system fonts only; do not use document fonts" and turned both off, BUT that did not work.
    Frustrated, I went back to FrameMaker and clicked File > Print Setup and then for the PDF printer, Printer Properties. There I found a THIRD instance of "Rely on system fonts only; do not use document fonts" that was set differently than the other two. This was the setting the error message meant. Change this one.
    Thanks for the convoluted UI, Adobe. What a pain, but there is the answer for all who follow after....

    > Windows 7 and Frame 7.2.
    This is not a supported configuration and probably does not work, due (I'm guessing) to driver API changes from XP to Win7, which would affect generating PDF and Ps output. This would affect Save-as-PDF and Print-to-Ps+Distill (unless you have a newer version of the full Acrobat product).
    As it happens, I'm going to attempt something similar: FM 7.0 on Win7 64 Pro. However, I'm going to install that old FM in "XP Mode".
    XP Mode is a 32-bit virtual machine running actual Windows XP inside Win7. It is (now maybe "was") available for Windows 7 Enterprise, Professional and Ultimate (but not Basic, Home or not-so-Premium). When XP went off support life earlier this month, Mr.Bill may have taken down the ability  to download XP Mode (or not, since some large enterprises are able to  purchase continued support for XP at some great cost). XP Mode never was supported for Win8. There are other VMs for Windows available.
    If XP Mode is still available, you also need a CPU that has hardware virtualization, which all recent 64-bit AMD processors do, but which is fused-off in many low end 64-bit Intel processors. AMD processors need a separate unobvious hot-fix patch installed before you do anything else about XP Mode.

  • Can't find text in distilled file, using some fonts

    The products I have are Mac OS 10.6.8, Acrobat X and 9, and Word 2011 and Apple Pages for Mac; Acrobat 9 and Word 2007 for Windows XP.
    There are numerous ways to create PDFs on both platforms, whether through save as or creating a PostScript file and distilling it. The problem is that with docs I have using Calibri, Cambria, and Candara, if I distill a PostScript file made from Mac Word or Pages, neither Acrobat nor Apple Preview can find text in the resulting PDF, whether the file distilled with Mac or Windows Distiller. (Meaning a "find" for a string comes up as not found.)  All other combinations are okay, even writing a PS file in Windows Word and distilling with Mac Distiller.
    I mention the fonts specifically because most of the time I use OTF faces, which always work. I even tried using the Windows TTF versions in the Mac operating system -- same failure.
    And even if I force these fonts to be embedded in the Distiller job options, still no joy. If I take so much as a comma and set it to an OTF, I can find the comma. Also, Acrobat *can* find Arial text in a Visio flowchart placed in the Word doc. I don't know how the author placed it there, but it's probably copy from Visio, paste into Word.
    The reason why I care about this is because the distilled PFDs are just a tiny bit better looking on the screen than other options, such as "Save as PDF" from the Mac OS Print dialogue. The only other one that looks as good is the Create PDF button in Windows Word, but I would rather not have to use Windows just to get a better-looking PDF.
    So to summarize:
    Mac app > write PS file > Mac Distiller = fail
    Mac app > write PS file > Win Distiller  = fail
    Win app > write PS file > Mac Distiller  = okay
    Win app > write PS file > Win Distiller  = okay
    Mac app > save as PDF directly > okay
    This might not be a problem with Distiller per se; it could be the Mac OS engine that creates the PS files. You see, I had heard that Apple used their own internally developed engine for the options to save PDF files directly, but was using Adobe code when one used the option to write a PostScript file, so that's why I'm so surprised and disappointed it fails.

    tlmurray23 wrote:
    The reason why I care about this is because the distilled PFDs are just a tiny bit better looking on the screen than other options, such as "Save as PDF" from the Mac OS Print dialogue. The only other one that looks as good is the Create PDF button in Windows Word, but I would rather not have to use Windows just to get a better-looking PDF.
    Hmmm. In what way are Distilled PDFs "a tiny bit better looking on screen" than those made by OS X?
    You are viewing both in the same app and platform?
    And you're referring to font display?
    What settings are you using in Distiller which you think might have some bearing on this?
    tlmurray23 wrote:
    This might not be a problem with Distiller per se; it could be the Mac OS engine that creates the PS files. You see, I had heard that Apple used their own internally developed engine for the options to save PDF files directly, but was using Adobe code when one used the option to write a PostScript file, so that's why I'm so surprised and disappointed it fails.
    OS X's native graphics drawing environment, Quartz, is essentially a "Display PDF", so creating a PDF file is a very simple procedure.
    Writing PostScript for printing uses Apple's own cgpdftops CUPS filter. I doubt there is any "Adobe code" as such, and I dispute the implication that "Apple code == bad; Adobe code == good", which you seem to suggest.
    The specifications for PDF and PostScript are clearly documented, and it should be easy for anyone to follow them.
    However, the fact remains that when Apple converts these MS fonts to PS, something goes wrong. It may be a bug in Apple's code; or it may be that Apple it strictly interpreting font data which MS is playing fast and loose with. Windows' own PS export would no doubt be designed to work with the looser implementation in MS's fonts. This is just hypothetical of course, though is in keeping with tradition.
    What you could do is use a decent text editor like TextWrangler (free from BareBones software) to compare the PostScript code from Windows and OS X.
    You could also look a the Properties tab in Acrobat of the PDFs, and compare the font encoding.
    You could also test running out PostScript from any other app on OS X that you have using those fonts.
    However, I think it is unlikely that you will see resolution unless MS releases a new version of their fonts, or some new version of OS X makes an amendment to fix the bug or cater for the MS issue. Perhaps Lion will do this; perhaps it won't.
    Are you using the versions of these fonts that came with Office 2011 for Mac? What happens if you use the Windows versions of the fonts on OS X?

  • Font Book: Installed postscript Fonts don't always appear in Font Book list

    Greetings,
    I was helping a user the other day with Font Book. I was showing him how to add/enable fonts into Font Book when I noticed a problem I had never seen before. Before I get started, the fonts in question are from the Adobe 7 Font Folio library. There were newly installed by me from the original disk, and known not to be corrupt. I also know that that Postscript fonts are an accepted font format in Tiger.
    That said, when adding.installing a particular font using Font Book, it would not "Appear" in the Font Book" list of fonts. I would attemp to, again add/enable the font (by selecting it from the Adobe Library) and still it would not appear in the Font Book list with the other installed fonts. This would happen to any font that I tried to install. Once this happenend to a specific font, I could no longer get that specific font to install.
    I removed the Font Book .plist - no luck. I also rebooted - no luck.
    Obviously, no application was able to recognize any of the fonts that would not install.
    It was as if Font Book would not recognize any font that I was trying to add/enable.
    Could this be a corrupted cache issue, or .plist problem? Could this be a permissions related issue? What did work finally was to add the font to the "Computer" set, where it would be avaialbe to all users. But I could not get the font to install into the "User" set. Weird.
    Also, What is the significance of these four fonts:
    HelveLTMM
    Helvetica LT MM
    Times LT MM
    TimesLTMM
    These fonts above are part of the default package that is loaded into the /System/Library/Fonts
    Is it safe to replace these with Postscript version from my Adobe 7 Font Folio collection?
    I have read most of the font related tutorials and articals.
    thanks,
    Hairfarm
    G4 Mac OS X (10.4.3)
    G5   Mac OS X (10.3.6)  

    where did
    you get the information about pre-92 Adobe postscript
    fonts being uncompatible?
    Oh, sure, it's hard enough for me to remember things these days and now you want me to remember where I learned them from?? geez... [gone lookin' ... okay, back] It was, as I vaguely recalled, on the Adobe site, re troubleshooting in OS X, in a list of "do this to solve your problems": "Make sure that you are using the latest version of the font... If the font's creation date is prior to 1992, a new version of the font may be available." The only Type 1's that have given me any problems were, all three of them, older than 92, and in troubleshooting something here a few weeks ago, that turned out to be a problem for someone else, too.
    But all of the Tiger font
    research that I have done suggests that Adobe
    Postscript fonts were acceptable.
    Yes, well... Type 1's are supported. It seems that some older ones are a little funky (not in a design sense....)
    Ideally, what fonts can be removed from Tiger from
    the System/Libray/Fonts folder? I know that all four
    of the MM's (Helvetica LTand Times LT), Lucida
    Grande, Geneva, Keyboard, Last Resort, and Monoco
    must stay, but what about the others?
    You also need a real Helvetica - that is, not the MM version. You can replace the system's Helvetica with one of your own, but there must be an available Helvetica around at all times.
    Then there's AquaKana (two of them, regular and bold). They're not on Apple's official "do not remove" list, but there's some anecdotal evidence of its being needed. It's "real" name begins with a period, so it doesn't appear in any menu, so it's not going to hurt anything if you leave it there.
    In stripping down nonessential fonts, lots of people just remove everything from the Library/Fonts folder, but I think it's good to leave the basic most common web fonts available: Comic Sans, Georgia, Trebuchet, Verdana, Times New Roman. This keeps web pages looking the way they're supposed to - and they shouldn't conflict with anything that's being really designed!
    This is assuming that the fonts
    being used are not damaged and "Pass" Font Book's
    validation test.
    The assumption within that assumption is false: Font Book's validation is pretty iffy. I think the only reason we don't see it as REALLY iffy is because fonts, on the whole, are pretty solid in OS X (your current experience to the contrary). I've installed fonts (properly) that flew through the automatic-on-install validation but failed when I used the Validate Font command afterwards. I've had fonts that pass both the on-install and specific after-install validation but get a Bad Font warning dialog when being re-enabled after a disabling. (And I didn't use the font in between... ) Who knew Font Book did any validating when you re-enable fonts??
    This is what I would do:
    (Not necessarily in this order)
    1. Trash Font Book .plist
    2. Trash all Font Cache's from all three libraries
    (System, Computer, and User folders)
    3. Reboot
    4. Delete problem fonts from User and Computer
    Libraries and reinstall using Font Book.
    Please tell me if this strategy is ill-advised, and
    what the better course of action might be.
    None of it is ill-advised. I would add starting up in Safe Mode to see if the problems exist there as part of the narrow-down-the-problem stage. Same goes for setting up a separate user account and see how things are behaving there. (Yikes... did you try that yet??)
    In addition, there are some special things to do when it's Office apps having the problem, or something going on with Adobe's application fonts folder...
    Also, Zaph Dingbats is acting up as well. I removed
    the .dfont version that was in the system folder, and
    replaced it with the Adobe Font Folio Postscript
    version (ITC Zaph Dingbats) that I loaded into Font
    Book User/Library/Fonts folder. Now that I think
    about it, that specific font has been around for
    along time, and may very well be pre-1992. Hmmm...
    Can you further define "acting up" ? In addition to the ZD dfont from the system, I've been using/testing ITC ZD from Adobe with no problems. It's version 2.0 with copyright dates of 1985 through 1987.
    A lot to respond to. My apologies.
    No problem. You caught me on a night when I'm too tired for real work but not so far gone I can't do this (tho I'm soon on my way, bleary-eyed, to get a fix of Sudoku puzzles).

  • The use of font in commercial

    If I buy the font folio, can I use ' ITC AVANT GARDE' FONT in commercial in perpetuity?
    And if so, can I get any document work which includes 'Adobe give permission of use the font in commercial' or anything for guarantee our use?

    All fonts in the Adobe Font Folio may be used by licensees for commercial work assuming that you are not distributing the font itself. You may print directly to a print device with the fonts. You may create PDF, EPS, or PostScript files with the font embedded within those files. There is no royalties associated with distributing those PDF, EPS, or PostScript files with the embedded font. However, what you cannot do is distribute the font files themselves to anyone who isn't themselves directly licensed for the fonts and you cannot use the fonts as “web fonts” (i.e., live content rendered in a browser using the fonts). You can display rasterized text using the fonts in a browser, though.
    You don't need anything beyond the EULA for the Font Folio (that is on the Font Folio disk itself or may be downloaded from Adobe's web site.
              – Dov

  • Embedding fonts within a postscript file

    Hi all, I want to know the best way to embed specific fonts within a postscript file. More specifically, I have several postscript procedures that will draw shapes, graphs, and make labels based on the user's input. Right now the font is hard-coded, and it works on my machine, but I want to actually embed some other fonts within the postscript so that no matter where the program is running, the fonts will work when the user prints the file.
    Thanks!

    Amplifing on what Test Screen Name posted.
    --| Use a Distiller Job Option that embeds fonts.
    --| Use Acrobat Pro's (starting with 9.x) Preflight that embeds fonts (if they are present and installed on the local machine).
    --| Untick "Rely on system fonts only; do not use document fonts" in the Adobe PDF Document Properties dialog.
    Be well...

  • I am having font issues with font book. It validates the font, yet it is not availabe in my software programs (Adobe  or Microsoft). What can I do to use these fonts?

    I am having font issues with font book. It validates the font, yet it is not availabe in my software programs (Adobe  or Microsoft). What can I do to use these fonts?
    I actually created these fonts with fontagrapher in 1998 and have been using them regularly ever since and now they are not available in InDesign. I really need to use them.

    I found a page on Adobe, Troubleshoot fonts | Mac OS X
    On PostScript type 1 fonts you need to copy/move the fonts to the correct font folder because Font Book doesn't copy them into the folder. Select the fonts double-click the fonts and Find in the font Book app and validate.
    The correct font folder depends how you are set up. I am by myself so my font folder was MyHarddrive/Library/Fonts. I was using Suitcas fusion and the fonts are located in a different folder.
    Most of the fonts have worked. Go to
    http://helpx.adobe.com/x-productkb/global/troubleshoot-fonts-mac-os-x.html
    This should help. Good Luck.

  • Encapsulated Postscript (.eps) "Open With" Conflict

    Our department just updated several Mac's to Snow Leopard and CS4. Most are working well, however we have experienced an "Open With" conflict.
    Background: We use .eps file format for both our Illustrator vector art logos and our Photoshop CMYK photographs - Encapsulated Postscript for both. Under all previous versions of CS3/Panther or Leopard, the system would correctly recognize the appropriate native application and open the proper app that the .eps file was created in.
    Today: We recently upgraded to CS4 and Snow Leopard. Since then all Mac's are functioning the same way - .eps files are opening with Preview. Using the Finder "Open With" command "Change all" the OS only allows a choice of one application. As such the .eps files will only open with one chosen application.
    I'd like to be able to have the functionality we've always had - click on a .eps Illustrator file and Illustrator opens... click on a Photoshop .eps file and Photoshop opens.
    Has anyone else experienced this and what was the solution?

    Hi and Welcome to  Discussions!
    10.6 dropped support for TYPE/CREATOR codes which is the reason you're getting this behaviour. There's nothing you can do about it. Only to get used to using *Open with* or to *drag & drop* files onto the wanted application's icon.
    Here's more: http://www.cultofmac.com/how-snow-leopard-ditched-creator-codes-and-why-it-matte rs/15928
    Björn

  • Using Troy font in Java

    Hi,
    I am using the Troy fonts which I had installed from MICR by TROY (EX).zip like Troy CMC7 ,Troy Auto-Protect (screen).ttf Troy OCR-A (screen).ttf etc.
    We are developing a java program to generate .ps output based on the font settings selected using an user interface developed using C#. I am able to generate the .ps files using all fonts in windows other than
    Troy. But in the C# user interface I am able to see the preview with the
    respective Troy fonts (working fine) , and the font selections are
    reaching my java program , but when java generates the .ps file what
    ever text is marked using Troy font is not getting displayed in the .ps file.
    I tried setting text with Troy fonts in a word file and generated a .ps
    file which is too generating proper output. To get output ,. I am not using any physical printer but just opening the .ps file using a GhostViewer (GSView) and see how it appears. (the .ps generated using OKI C7400 v1.7 for XP virual PostScript printer).
    Can you please confirm whether if there are any limitations in JDK 1.4
    processing Troy fonts?
    Thanks in advance
    Kind Regards
    -joshy

    Hi,
    Here's an example..
    The code has not been tested/compiled.
    public class Example implements Runnable {
        private List queue;
        public Example() {
            queue = new LinkedList();
        public void post(Object item) {
            synchronized (queue) {
                queue.add(item);
                queue.notify();
        public void run() {
            try {
                while (true) {
                    Object item = null;
                    synchronized (queue) {
                        if (queue.size() == 0) {
                            queue.wait();
                        item = queue.remove(0);
                    // Handle the item..
            } catch (Exception e) {
                e.printStackTrace();
    }/Kaj

  • Any problem using PC fonts with Fontbook?

    Hi all.
    Are there any potential issues using PC fonts with Fontbook? I've downloaded a free internet font, ran the "Validate File" option, then loaded the font into Fontbook. Afterwards, I also ran "Validate Font" and it checked out okay.
    It seems to be working, but I'm wondering if there is cause for concern that maybe down the line something funny will happen?
    Any insight into this?
    B.

    It seems to be working, but I'm wondering if there is cause for concern that maybe down the line something funny will happen?
    No, a font is just a font. All PC .ttf and .ttc fonts work in OS X. Windows Type 1 PostScript fonts (the ones with matching .pfb and .pfm extensions) do not.
    The only real problem with free fonts is that the majority of them are not made well and can cause various problems because of it. Read section 14 of Font Management in OS X to see what those issues can be.
    The link, or one of the links above directs you to my personal web site. While the information is free, it does ask for a contribution. As such, I am required by Apple's rules for these discussions to include the following disclaimer.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • The "Roman" font is not being recognized in Firefox 4.0. As such, I cannot read any previously posted topics or post any new topics on websites using this font.

    The "Roman" font is not being recognized in Firefox 4.0. As such, I cannot read any previously posted topics or post any new topics on websites using this font.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • How do I use a font I downloaded in my Flash game?  I downloaded the font as a TTF file, but can't figure out how to configure it.

    I downloaded the file from 1001freefonts.com
    I've looked at many tutorials about embedding custom fonts - I'm not sure what they are achieving, they never seem to have a step about importing TTF file or anything.
    Thanks!

    close flash pro.
    right click the downloaded font file > click install.
    start flash pro.
    among other ways to use that font, you should be able to find it in the properties panel when you select the text tool.

  • How do I use a font variation in a pages document. I no longer have the "viewer" -glyph option in special characters pane only new mbPro with Lion. I know the variation is available because I can see it in the font book. so now what I just want to be

    How do I use a font variation in a pages document? or other app for that matter? I no longer have the "viewer" - glyph option in the special characters pane (under edit  in toolbar). I know the varaition ia available because I can see it in my font book. I depended on that alot so I need to find a way to still use character and embellishments. I don't want to have to go back to my od computer (from2007) Please Help!

    I really don't understand.
    The menu item is available :
    Maybe, you didn't activate the tool :
    Yvan KOENIG (VALLAURIS, France) mardi 2 août 2011 23:10:17
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How do I use a font that a user of my screen saver might not have?

    I am trying to do a little experiment with fonts. I downloaded a font that was not previously installed on my computer, and am trying to make a "Hello, World!" screen saver with that font(which I installed).
    The problem is that I can not even use that font. When I attempt to make a "Hello, World!" screen saver with that font, it uses the default font. Here's the code:
    #import "saverView.h"
    @implementation saverView
    - (id)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
    self = [super initWithFrame:frame isPreview:isPreview];
    if (self) {
    [self setAnimationTimeInterval:1/30.0];
    //either my mistake is here:
    hylianFont = [NSFont fontWithName:@"Ancient Hylian - English" size:20];
    attrs = [NSMutableDictionary dictionaryWithCapacity:2];
    //NSForegroundColorAttributeName -- [Color green]
    [attrs setValue:[NSColor greenColor] forKey: NSForegroundColorAttributeName];
    // or it is here:
    [attrs setValue:hylianFont forKey: NSFontAttributeName];
    displayer = [[NSAttributedString alloc] initWithString:@"Hello, World!" attributes:attrs];
    return self;
    //... more stuff I do not use...
    //simply draws "Hello, World!" in green at the top right of the screen.
    //meant to draw it in the different font, but draws it in the standard font.
    - (void)animateOneFrame
    [displayer drawInRect:[self bounds]];
    return;
    @end
    Where did I mistype?

    I think I solved the problem. I just put the font and the screen saver in a pkg file, and make the pkg file install the font. Or I guess I could keep the font in my screen saver and test it that way. Either way, I found the answer.

  • How to use two fonts in one passage?

    I usually use PAGES to write compositions and every time i try to use another font to revise the composition, the font will change back automatically to the font  that I used for writing compositions. It bothered me a lot..... How can i revise the composition with another font without  change back automatically

    Hi.
    You can execute scenario from command line http://docs.oracle.com/cd/E14571_01/integrate.1111/e12643/running_executions.htm#BABJEHIG:
    On UNIX systems:
    ./startscen.sh <scenario_name> <scenario_version> <context_code> [<log_level>] [-AGENT_URL=<remote_agent_url>] [-NAME=<local_agent_name>] [-SESSION_NAME=<session_name>] [-KEYWORDS=<keywords>] [<variable>=<value>]*
    On Windows systems:
    startscen.bat <scenario_name> <scenario_version> <context_code> [<log_level>] [-AGENT_URL=<remote_agent_url>] ["-NAME=<local_agent_name>"] ["-SESSION_NAME=<session_name>"] ["-KEYWORDS=<keywords>"] ["<variable>=<value>"]*

Maybe you are looking for