Interface AgentTimelinePdfRenderer
- All Known Implementing Classes:
AsposeAgentTimelinePdfRenderer
public interface AgentTimelinePdfRenderer
Renders an
AgentTimelineReport as a PDF to the given output stream. The default implementation uses Aspose.PDF;
the interface keeps the rest of the platform independent of the concrete PDF library.-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(AgentTimelineReport report, OutputStream outputStream)
-
Method Details
-
render
-