On 02/14/2011 07:42 PM, Игорь Храмцов wrote: > Hello Everyone, > > For now we are looking for the tool to convert XSL-FO into to the .doc > (or .docx). We plan to use it in our desktop reporting system which will > be spreaded as desktop application. > It looks like your xfc.dll exactly what we need. > But we have some questions... > I have tried you Evaluate Professional Edition. It works pretty good for > me accept one issue. When I have image in my source FO file > > <fo:external-graphic src="url(C:\1.png)" width="auto" height="auto" > content-width="auto" content-height="auto" > content-type="content-type:image/png" /> > > I always receive the error Cannot Resolve URI.
This one is very easy. The url() construct must contain an URI and "C:\1.png" is definitely not an URI. Provided that file "C:\1.png" exists and is a valid PNG image file, generating src="url(file:/C:/1.png)" instead of src="url(C:\1.png)" will solve the problem. It's of course possible to use paths which are relative to the location of the XSL-FO input file. But, even in this case, please generate something like url(images/my_image.jpg) and not url(images\my_image.jpg). > Another question is how much xfc.dll will cost for us? We need something > like Developer License (converting only to doc format). > We are very interest your product. It is the only application I was able > to find which make coverting correctly in general cases (beside the > problem I mentioned above). > xfc.dll is part of all fcn-XXX products, that is, XMLmind XSL-FO Converter Professional Edition, .NET version. See http://www.xmlmind.com/foconverter/price_list.html > Thank you, > Khramtsov Igor. > -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

