Package com.sap.cds.services.pdf
Interface PdfService
- All Superinterfaces:
Service
PDF export service
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(PdfDocumentDescription docDescHeader, Iterable<? extends Map<String, ?>> data, OutputStream out) Write the rows of data to a PDF and send it to client via output stream
-
Field Details
-
DEFAULT_NAME
- See Also:
-
EVENT_EXPORT
- See Also:
-
-
Method Details
-
export
void export(PdfDocumentDescription docDescHeader, Iterable<? extends Map<String, ?>> data, OutputStream out) Write the rows of data to a PDF and send it to client via output stream- Parameters:
docDescHeader- PDF document descriptiondata- rows of data to be writtenout- output stream
-