let me check that and come back to udlemstra wrote:If was some internal windows issue that cannot be a problem on your server. Is it possible to create a VM from your server so we can reproduce this issue?
Search found 28 matches
- 2016-02-10T12:09:29-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
- 2016-02-10T08:41:44-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
Hi.. what was the issue in Windows 2003 ?
- 2016-02-10T07:49:36-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
Nope probably not. I have no idea what is causing this. The weird thing is that you don't see any access for fonts with procmon. Are you sure that you are sending the correct svg back to the server from the client? Yes. am sending correct SVG. Even we tried hard to find the cause for this, but ...
- 2016-02-10T06:23:11-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
Hi there.. is it because of Windows server version ?ranjith328 wrote:Hi am using Windows Server 2012 R2dlemstra wrote:Which version of Windows is on your server? We had an issue with Windows 2003 that has been resolved in Magick.NET 7.0.0.0101.
- 2016-02-10T03:16:02-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
Hi am using Windows Server 2012 R2dlemstra wrote:Which version of Windows is on your server? We had an issue with Windows 2003 that has been resolved in Magick.NET 7.0.0.0101.
- 2016-02-09T08:17:20-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
I have used procmon and found no attempts to get fonts from windows/fonts folder by Magick.NET
- 2016-02-09T07:47:43-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
nothing related to fonts are displayed in procmondlemstra wrote:Maybe you should use something like procmon to monitor file access to see what is happening?
- 2016-02-09T06:52:40-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
I am unable to reproduce your issue. When I try to convert your SVG image and I don't have the font installed I get an error message. When I try to convert your SVG image and the font is installed on my system it works without any problems. Maybe this is some kind of permission issue? I used PNG as ...
- 2016-02-09T04:28:35-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
I am having trouble to understand your issue. Are you just experiencing a font issue? Do you let your website user decide a new font? The font in your SVG file should be installed on your server. Hi.. Yea. Am just experiencing a font issue. All other functionalities are working excellent. No Am not ...
- 2016-02-09T03:46:45-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
any help will be really appreciated here ....
- 2016-02-08T07:04:59-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
extract of the code as below. // this is where am find the texts that are updated. foreach (var changeData in Results) { var txt = Svg.Root.XPathSelectElement(string.Format("./svg:g/svg:text[@id='{0}']/svg:tspan/svg:tspan", changeData.Id), xmlnsMan); if (txt == null) Svg.Root.XPathSelectElement ...
- 2016-02-08T06:58:03-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
I am not sure what you are trying to accomplish. Magick.NET is not a clientside library. Yes. Understood. Let me explain it clear. May be i have not conveyed my message very clear before. Please find the points below. 1. I have several SVG files in my server. 2. I have hosted a website through ...
- 2016-02-06T05:34:27-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
Did you install the fonts on your VPS? guys - any luck with it I did few more steps. I removed the installed google fonts from the system. Now am not able to view the font style in the svg in the browser. Next i added below to the aspx page. <script src="https://ajax.googleapis.com/ajax/libs ...
- 2016-02-05T10:31:31-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
Did you install the fonts on your VPS? Hi .. yes i have installed the fonts. Is there any property that i need to change in my IIS to allow access to fonts folder ? or anything like that ? Below are the steps that I did - Installed all the fonts in the server Then opened the SVG inside the server ...
- 2016-02-05T09:54:11-07:00
- Forum: Magick.NET
- Topic: SVG to TIFF conversion - Impact in Image resolution
- Replies: 44
- Views: 67761
Re: SVG to TIFF conversion - Impact in Image resolution
dlemstra wrote:Did you install the fonts on your VPS?
Hi .. yes i have installed the fonts. Is there any property that i need to change in my IIS to allow access to fonts folder ? or anything like that ?