search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Problems with DayPilotCalendar Export

Asked by Laura
13 years ago.

Hi

I am having a number of problems with the export function of the DayPilotCalendar (i.e. Me.dayPilotCalendar.Export(ImageFormat.Bmp)) that are causing the image to not match the calendar as it renders on the web page. I am using theimage to export a pdf and the userswant the pdf to look as close as possible to the web page.The differencesare:

  • The image has a duration bar (we have DurationBarVisible=False in the markup)
  • In theimage thecells are all coloured to be non-working hours (we are setting e.IsBusiness within a handler for the BeforeCellRender event)
  • The image has the innerHTML content of the events as a string rather than html (so it shows the html tags rather thanapplying the formattingetc).

Thanks
Laura

Comment posted by Dan Letecky
13 years ago.

Hi Laura,

Issues #1 and #2 are now fixed in build 5.9.2013 (see the sandbox).

Issue #3 can be resolved by supplying alternative text during export using BeforeEventRender event handler. See also:

kb.daypilot.org/86539/events-show-html-source-during-image-export-png/

Comment posted by Laura
13 years ago.

Thats great! Thanks for the quick response.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.