Ask a Question related to ASP Components, Design and Development.
-
Vahan Babakhanian #1
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
-
'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... -
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... -
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).... -
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... -
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... -
Aaron Bertrand - MVP #2
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
-
Vahan Babakhanian #3
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...an> You have the user download the TTF and install it manually, or you writeembedding> 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([url]http://www.microsoft.com/typography/web/embedding/weft3/default.htm[/url]).> fonts>
> 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
-
Aaron Bertrand [MVP] #4
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



Reply With Quote

