PsDocument.ConvertType3FontToTTF
Contents
[
Hide
]ConvertType3FontToTTF(string, string)
Converts Type 3 font to TrueType. The name of the converted TTF font will be the same as input Type 3 font file with “.ttf” extension. TTF file will be saved to assigned output directory.
public void ConvertType3FontToTTF(string type3FontFilePath, string outputDir)
Parameter | Type | Description |
---|---|---|
type3FontFilePath | String | The Type 3 font file path. |
outputDir | String | Output dir where to save resulting TrueType font. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
ConvertType3FontToTTF(string, Stream)
Converts Type 3 font to TrueType stream.
public void ConvertType3FontToTTF(string type3FontFilePath, Stream outputStream)
Parameter | Type | Description |
---|---|---|
type3FontFilePath | String | The Type 3 font file path. |
outputStream | Stream | Output stream where to save resulting TrueType font. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page