Hi can any one let me know how to render a file using DFC,
1.system requirements,
2.can i need to configure any rendition server in the repository
3. whether dfc 5.2.5 will support renditions
need few tips so that i can start
thanks in advance.
1. You need Content Rendition Services installed to do the actual rendition. DFC only places the file in the queue of the user that Rendition Services is using to poll for new tasks to render
2. The architecture is poll centric. Meaning you can configure rendition services to login and query for tasks against various repositories.
3. Yes, use IDfSession.queue(). You just need to pass the proper arguments. Search the forums for sample values.