Search found 4 matches

by Try1
2019-08-08T08:44:28-07:00
Forum: Magick.NET
Topic: WARNING **: couldn't load font "Arial Narrow..."
Replies: 2
Views: 38014

Re: WARNING **: couldn't load font "Arial Narrow..."

Some fonts is not free. In my computer I don't have that font, I don't know what fonts will present in end-user computer. Therefore my main problem as minimum is notify end-user about broken PDF as result of transforming SVG, therefore catch up ** WARNING ** is extremely important task, because anot...
by Try1
2019-08-08T08:29:28-07:00
Forum: Magick.NET
Topic: How to configure SVG delegate in delegates.xml
Replies: 2
Views: 38075

Re: How to configure SVG delegate in delegates.xml

I think ImageMagick never used inkscape without request in delegates.xml I work in Windows 10, Net framework 4.5.2 This is my log withount delegates.xml 2019-08-08T15:24:40+00:00 0:00.044 0.047u 7.0.8 Policy PDF-Maker.exe[236]: policy.c/IsRightsAuthorized/610/Policy Domain: Module; rights=Read; patt...
by Try1
2019-08-08T04:59:22-07:00
Forum: Magick.NET
Topic: How to configure SVG delegate in delegates.xml
Replies: 2
Views: 38075

How to configure SVG delegate in delegates.xml

I try to configure delegates.xml to read SVG and convert it to PDF Dim Bytes As Byte() = IO.File.ReadAllBytes(InputSvgFileName) Dim ReadSettings As MagickReadSettings = New MagickReadSettings With {.Format = MagickFormat.Svg} Dim objImage As MagickImage = New MagickImage(Bytes, ReadSettings) objImag...
by Try1
2019-08-08T04:45:32-07:00
Forum: Magick.NET
Topic: WARNING **: couldn't load font "Arial Narrow..."
Replies: 2
Views: 38014

WARNING **: couldn't load font "Arial Narrow..."

Hello all. I have two questions about this message. 1. This message I see only in immediate window of Visual Studio. Any my attempt to catch up it and show it to end user was unsuccessful. I try trap it as console output, as trace log and any another known methods. But unsuccessful. How I catch up t...