Convert XML to Tiff format
-
Hi All! I'm looking for a way to convert xml data to Tiff format in VB6. Previously I'm using a III'rd party component to generate PDF file. But the problem is that, it is taking too much time to generate the PDF Files. What I'm looking for is a way to generate Tiff file or any other common format out of the XML in VB6 preferably through code or some free component. Thanks in advance
Don't Quit
-
Hi All! I'm looking for a way to convert xml data to Tiff format in VB6. Previously I'm using a III'rd party component to generate PDF file. But the problem is that, it is taking too much time to generate the PDF Files. What I'm looking for is a way to generate Tiff file or any other common format out of the XML in VB6 preferably through code or some free component. Thanks in advance
Don't Quit
The way of VB6 - get components to do the work. GDI+ will write a tiff, if you want to create your XML in a bitmap format ( and I can't imagine why ), then just draw the string on a bitmap and save it. VB.NET has tiff support built in, VB6 sucks, and probably does not, but the XML part isn't your problem, just the saving in different image formats is. Surely there's tons of components that will help VB6 save jpg/tiff/etc ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )