cart: empty [ Login ]

Convert Pdf To Image

1 
Sanjiv
6/23/2015 12:50 PM
Hi I'm using Cadlib silverlight5 and trying to convert a pdf created using PdfExporter class to png format. I'm not able to do that, as ImageExporter Class is not working. Can you Please tell me some other options to do that. Thanks in Advance Sanjiv
Wout
6/23/2015 1:05 PM
CadLib can't convert PDF to PNG. - Wout
rammi
6/23/2015 1:53 PM
If you can use PdfExporter for creating PDF, you can use ImageExporter to create a PNG or similar from the same source (DWG or DXF). But "is not working" is not a helpful problem description. My answer to that is that it is working very well, I've already created millions of images with ImageExporter. Does this information help you? A helpful description would consist of at least the following points:
  1. Tell what you are doing. Provide a minimal code example if possible.
  2. Tell what you expect to happen.
  3. Tell what is happening instead.
- Rammi
Sanjiv
6/24/2015 10:53 AM
Hi I'm trying to say that WW.Cad.IO.ImageExporter is not present in the Silverlight version. I'm using cad version 4.0.34.99. The imageExporter class is not available. Is there any other utilities present so that we can use that to create image from dxf or dwg??
1