开发者

Detect and Manipulate Fonts Used in XPS Documents with C#

开发者 https://www.devze.com 2023-01-13 15:48 出处:网络
I am looking to develop/locate a find-replace tool for XPS documents. Does anyone know how to detect the the fonts used within XPS Documents within C#? And also how to produce an ODTTF Fils based on

I am looking to develop/locate a find-replace tool for XPS documents.

Does anyone know how to detect the the fonts used within XPS Documents within C#? And also how to produce an ODTTF Fils based on TypeFace开发者_运维问答 Characters/Font?

Kind regards,

Matt


You can use the first 32 bytes of the ODTTF to determine its name once you're in XPS package (System.IO.Packaging).

0

精彩评论

暂无评论...
验证码 换一张
取 消