any component to font install ?

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default any component to font install ?

    i need to have an ability to install fonts remotely through asp pages,
    uploading new font files.

    is there such component in ASP?
    if now what is the solution?

    thanks in advance for help


    Vahan Babakhanian Guest

  2. Similar Questions and Discussions

    1. 'Cannot read or create the font (font name) error message for Acrobat 9 Pro
      Hi Im new here so i dont know if this topic has been handled already. First the base info: Im on a iMac G5 running 10.5.4. And Im using Acrobat 9...
    2. Font Rasterizing Component
      Aside from the D-Type Font Rasterizer, does anyone know of another method or component to create a JPEG/GIF headline graphic from a string on the...
    3. Install ActiveX component from <OBJECT>
      We had signed CAB file with ActiveX object - not an ActiveX control. It works as expected, until latest IE security update. (Article ID: 912812)....
    4. font captuindesign.exe unable to locate component
      and below in message box: this application has failed to start because WRServices.dll was not found. Re-insatlling the application may fix this...
    5. How do I install a new font in PS?
      Evelyn, If the font is available to the system, it will be available to Photoshop (although Photoshop is more 'picky' about the quality of fonts...
  3. #2

    Default Re: any component to font install ?

    You have the user download the TTF and install it manually, or you write an
    ActiveX control that they can allow to handle it for them.

    If you just want to have a custom font on your web page, consider embedding
    fonts ([url]http://www.microsoft.com/typography/web/embedding/weft3/default.htm[/url]).

    Neither solution involves ASP at all.



    "Vahan Babakhanian" <vahan@amwestbraun.com> wrote in message
    news:#bzxhojRDHA.2248@TK2MSFTNGP12.phx.gbl...
    > i need to have an ability to install fonts remotely through asp pages,
    > uploading new font files.
    >
    > is there such component in ASP?
    > if now what is the solution?
    >
    > thanks in advance for help
    >
    >

    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: any component to font install ?

    thanks for response

    unfortunately, I have never wtitten ActiveX

    is it possible to do it somehow by CGI ?

    or any way to immitate in a command line "install font xxx.ttf" command

    i can write an asp script for upload ttf files, add dynamicly new name(s)
    and path(s) to this line and execute it




    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:OPbOsRkRDHA.560@TK2MSFTNGP10.phx.gbl...
    > You have the user download the TTF and install it manually, or you write
    an
    > ActiveX control that they can allow to handle it for them.
    >
    > If you just want to have a custom font on your web page, consider
    embedding
    > fonts
    ([url]http://www.microsoft.com/typography/web/embedding/weft3/default.htm[/url]).
    >
    > Neither solution involves ASP at all.
    >
    >
    >
    > "Vahan Babakhanian" <vahan@amwestbraun.com> wrote in message
    > news:#bzxhojRDHA.2248@TK2MSFTNGP12.phx.gbl...
    > > i need to have an ability to install fonts remotely through asp pages,
    > > uploading new font files.
    > >
    > > is there such component in ASP?
    > > if now what is the solution?
    > >
    > > thanks in advance for help
    > >
    > >
    >
    >

    Vahan Babakhanian Guest

  5. #4

    Default Re: any component to font install ?

    > is it possible to do it somehow by CGI ?

    NO!

    CGI runs on the *SERVER* ... a font would have to be installed on the
    *CLIENT*


    Aaron Bertrand [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139