Rendering Task Sheet View in Ruby

Aspose.Tasks - Rendering Task Sheet View

To render Task Sheet View using Aspose.Tasks Java for Ruby, simply invoke RenderTaskSheetView module. Here you can see example code.

1project = Rjb::import('com.aspose.tasks.Project').new('test_tasks.mpp')
2options = Rjb::import('com.aspose.tasks.PdfSaveOptions').new
3options.setPresentationFormat(Rjb::import('com.aspose.tasks.PresentationFormat').TaskSheet)
4project.save("taskSheet.pdf", options)
5puts "Created task sheet view file."

Download Running Code

Download Rendering Task Sheet View (Aspose.Tasks) from any of the below mentioned social coding sites:

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.