Skip to content

Commit c039353

Browse files
committed
prettier
1 parent 3335d74 commit c039353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ CDS plugin for SAP Print service (package `@cap-js/print`) is a CDS plugin that
88

99
## Table of Contents
1010

11-
1211
## Requirements and Setup
1312

1413
Using this plugin requires a valid subscription of the [SAP Print Service](https://help.sap.com/docs/SCP_PRINT_SERVICE).
@@ -20,7 +19,7 @@ To use this plugin to print documents, there are two main steps:
2019
1. Ensure your model meets the requirements
2120
2. Annotate your CDS model with `@PDF.Printable`
2221

23-
### Model Requirements
22+
### Model Requirements
2423

2524
- The attribute(s) you want to print are of type `LargeBinary`
2625
- Those attributes have the annotation `@Core.ContentDisposition: fileName`, where `fileName` is the attribute that specifies the file name or a hardcoded string with the file name
@@ -49,6 +48,7 @@ This annotation does the following things in the background:
4948
You can also use the print service to print documents manually, i.e., without the `@PDF.Printable` annotations and generated actions and handlers.
5049

5150
Use cases for a manual approach could be:
51+
5252
- You want to print documents that are not part of your CDS model, i.e., files generated at runtime
5353
- Your model does not meet the requirements for the automatic approach
5454
- You want to print a file type other than PDF

0 commit comments

Comments
 (0)