New Post: Convert a pdf page to image
Hi Dlemstra, thanks a lot.... your code is working perfectly...but some of the images are generated with light gray shade in the background of the color. In my pdf file the corresponding page...
View ArticleNew Post: Convert a pdf page to image
Is this a random problem or can you reproduce it? Setting the background property to white might solve your problem. Can you send me a pdf that will produce images with a grey background?
View ArticleNew Post: Newbie: MagickConfigureWarnigException UnableToOpenConfigureFile...
Hi! I'm new to c# and .NET (not to ImageMagick!) and MagickNET seems great! However, I get this MagickConfigureWarnigException when running the example below:Magick2.vshost.exe:...
View ArticleNew Post: Newbie: MagickConfigureWarnigException UnableToOpenConfigureFile...
What version of Magick.NET are you using? How did you install it, are you using a NuGet package or one of the zip files? It seems that the file 'type.xml' is missing from the directory that contains...
View ArticleNew Post: Newbie: MagickConfigureWarnigException UnableToOpenConfigureFile...
Thank you, dlemstra! I'm using the NuGet Magick.NET-Q16-x86 version 6.8.5.401. Right, there is was type.xml in the dll directory. Acutally, no xml at all! I added the from the downloadable zip, and now...
View ArticleNew Post: Magick.NET on Azure?
I have no idea if Magick.NET works on Azure. I think you should just test it yourself and post the results here.
View ArticleNew Post: vignette effect
Hello, Sorry for the complete newbie question and most of all many thanks for this absolute great project! I am trying to do something along the lines below and currently use convert.exe via a shell...
View ArticleNew Post: Newbie: MagickConfigureWarnigException UnableToOpenConfigureFile...
The xml files should be copied automatically to the ImageMagick folder in your bin directory. I just tested it on my machine with Visual Studio 2012 and the xml files are being copied. I will change...
View ArticleNew Post: vignette effect
At this moment it is not possible. With changeset 26420 I resolved this issue but you have to wait for the next release (prob. next week) before you can use it. I am not sure if this gives you the same...
View ArticleNew Post: vignette effect
Hi dlemstra, Many thanks for the reply and looking forward to the next release! This is really great!
View ArticleNew Post: Convert a pdf page to image
whenever i am setting density of the image into minimal one then, some of the images are coming like that... for example like that... MagickReadSettings settings = new MagickReadSettings();...
View ArticleNew Post: Convert a pdf page to image
Can you provide me with a code example that causes the StackOverflowException? And are you able to send me a pdf that i can use to test the grey background?
View ArticleNew Post: Convert a pdf page to image
am very sorry... i think it is random problem... i checked it now... but it is working fine... Stackoverflow exception : string inputFile =...
View ArticleNew Post: Convert a pdf page to image
Can you provide me with a link to the agreement.pdf document?
View ArticleNew Post: Convert a pdf page to image
@dlemstra : I am very sorry... It is one of our client document and more secure... So, i can't share with you... Please dont mistake me... Anyway if i encounter the same with some other document means...
View ArticleNew Post: Convert a pdf page to image
I am unable to reproduce the problem without your pdf. I understand that you cannot share it but without the document I cannot reproduce the stackoverflow. Can you supply me with a stacktrace? What...
View ArticleNew Post: Convert a pdf page to image
version is : Magick.NET-6.8.5.401-Q16-x86-net40-client and Magick.NET.Web-6.8.5.401-x86-net40
View ArticleNew Post: Xml files location
For latest changeset(26421),"CheckImageMagickFiles" method searching for xml files at the initialize folder but xml files are located in a different folder. I copy xml files to the initialize folder...
View Article