Showing related tags and posts across the entire site.
-
Can I export C1PdfDocument to an image? I need generate PDF thumbnail (first page only) under ASP.NET. I already know that it possible to convert generated PDF document into image using Adobe Acrobat API (http://www.codeproject.com/KB/GDI-plus/pdfthumbnail.aspx), but this solution is not acceptable for...
Posted to
PDF for .NET
by
vitrilo
on Sat, Jan 16 2010
Filed under: PDF, web, C1PDF, image, convert
-
In hope on getting a response, I decided to elaborate on the subject. I'm using custom reports made with vsprinter 8.0 in vb6. They are saved with a vb.net interop library (made with Microsoft Interop 2.0 toolkit). The following is achieved: 1. VSPrinter document is successfully converted to the...
-
Hi, I belive the easiest way to do that is create a property in the object contained in the DataSource collection, this property must return the url of the image that you want to show, as you can see this property could be calculated depending on the internal state of the object, Then you have to bind...
-
It's a bug, the converter isn't executed in the image column. it will be fixed in the next release. As a workaround you could add a property in the class contained in the item source that calculates the path instead of using Converter. Sorry for the inconveniences, and thank you for the feedback...