Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Export pdf (Read 2523 times)
binoo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Dec 20th, 2009
Export pdf
Dec 20th, 2009 at 11:45pm
Print Post  
Hi,

I try to export my diagram with the PdfExporter. The nodes are print, but not the links.

For the link, I use the event DrawLink to draw Image and text like this :
Code
Select All
...
  e.Graphics.DrawImage(img, rect);
... 



Did you see the same problem ?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export pdf
Reply #1 - Dec 21st, 2009 at 11:30am
Print Post  
Hi,

What DiagramLink.CustomDraw style are you using? Is there nothing drawn at all for the links in PDF, or only the image is not shown?

Stoyan
  
Back to top
 
IP Logged
 
binoo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Dec 20th, 2009
Re: Export pdf
Reply #2 - Dec 21st, 2009 at 2:51pm
Print Post  
Hi,

Thanks for your reply.

The CustomDraw value is CustomDraw.Additional.

I make a project to show you the problem that I have and I notice that the real problem is that images and texts aren't at the good position.

Without the next line, we can see the texts and images, but with a translation Undecided ...
Code
Select All
this.diagram.ResizeToFitItems(5, true); 



Nb: I send the project sample to your profil email adress.

Thanks.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export pdf
Reply #3 - Dec 28th, 2009 at 5:10pm
Print Post  
Hi,

This version should export custom-drawn links as expected:

https://mindfusion.eu/_beta/wpfdiag23_pdfcustom.zip

We'll release it next week if we don't find any new problems because of this fix 8)

Stoyan
  
Back to top
 
IP Logged
 
binoo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Dec 20th, 2009
Re: Export pdf
Reply #4 - Jan 4th, 2010 at 9:35am
Print Post  
Thank you very much !
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint