Completed
Last Updated: 21 Apr 2015 16:03 by Bert
Completed
Last Updated: 14 Apr 2015 12:24 by ADMIN
Completed
Last Updated: 10 Mar 2015 10:01 by ADMIN
Completed
Last Updated: 17 Feb 2015 15:03 by ADMIN
Completed
Last Updated: 04 Feb 2015 19:00 by ADMIN
Created by: René
Comments: 1
Category: Scheduler
Type: Feature Request
1
Scheduler component has feature "Export to PDF". When PDF is generated, there is image inside. But quality of this image is really poor.

Based on source code, there is method in SchedulerExporter.cs
 ​        private void ConvertBitmapToJpeg(Bitmap bmp)
         {
             var ms = new MemoryStream();
             bmp.Save(ms, ImageFormat.Jpeg);
             _gifArray.Add(ms.ToArray());
         }

But there is no encoder settings parameter used (http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.save(v=vs.110).aspx). Please add a possibility to control output image quality.
Completed
Last Updated: 01 Dec 2014 12:22 by ADMIN
Completed
Last Updated: 28 Nov 2014 11:33 by Elena
Completed
Last Updated: 27 Nov 2014 15:07 by Dennis
Please add a support for YearlyRecurrenceRule class, where user can set the year intervals. (for e.g. Every 2 years on 12th February). Please check the attachment.
Completed
Last Updated: 27 Nov 2014 15:07 by Elena
ADMIN
Created by: Boyan Dimitrov
Comments: 1
Category: Scheduler
Type: Feature Request
0

			
Completed
Last Updated: 24 Nov 2014 14:19 by ADMIN
ADMIN
Created by: Plamen
Comments: 1
Category: Scheduler
Type: Bug Report
0

			
Completed
Last Updated: 13 Nov 2014 16:21 by ADMIN
Completed
Last Updated: 13 Oct 2014 10:37 by ADMIN