Export inserted Images into pdf file
morque
10/28/2008 7:57 PM
|
---|
Hi,
In my code I'm opening a document DWG and I'm inserting an image, this is done correctly. The image is showing in the DfxModel viewer quite well.
The problem is that when I export the DxfModel to PDF or DXF the image I inserted does not appear into the PDF or DXF.
Is there a way to insert the image into an DxfModel and to be part of the PDF or DXF file? am I doing something wrong or there is a bug?
I use your example from: http://www.woutware.com/forum/index.php?topic=87.0, to insert an image.
and I export to PDF like in the help file :
C# Code:       GraphicsConfig graphicsConfig = ( |
Wout
10/28/2008 8:13 PM
|
---|
Hi,
The PDF exporter does not (yet) support images. The export to DXF of the image should work, so that might be a bug. I'll investigate it tomorrow!
Wout
|
Wout
10/29/2008 11:53 AM
|
---|
Hi,
Saving a DXF file with an image looks ok, using the example from the documentation:
C# Code: using System; |