Namespace: com.sap.vocabularies.PDF.v1
Terms for PDF response format
The PDF vocabulary provides information about the PDF format of a response
| Term | Type | Description |
|---|---|---|
| Features | FeaturesType | Features for the PDF |
| Property | Type | Description |
|---|---|---|
| DocumentDescriptionReference | URL | Reference of the Service for the DocumentDescription |
| DocumentDescriptionCollection | String | Name of entity set containing the DocumentDescription |
| ArchiveFormat | Boolean | PDF/A conformant format supported |
| Signature | Boolean | Signing the document supported |
| CoverPage | Boolean | Cover Page supported |
| FontName | Boolean | Font name supported |
| FontSize | Boolean | Font size supported |
| Margin | Boolean | Margin size supported |
| Border | Boolean | Border size of the table supported |
| FitToPage | Boolean | Fit to page supported If this option is selected, the font size is automatically selected in such a way that all columns of a table fit on one page. Other layout options like margin, border and composite cell spacing are adapted accordingly, with respect to the chose scaling factor. |
| Padding | Boolean | Padding of document supported Is padding (left, right, bottom, top) supported? |
| HeaderFooter (Experimental) | Boolean | Page header and footer supported Headers and footers are areas in the top and the bottom page margins, where you can add page number and date information |
| ResultSizeDefault | Int32? | Default result size Default result size for PDF documents. Used if $top has not been provided. |
| ResultSizeMaximum | Int32? | Maximum result size Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum |
| IANATimezoneFormat | Boolean | If this is true, the PDF format supports formatting columns of type Edm.DateTimeOffset in a IANA time zone given in the document description |
| Treeview (Experimental) | Boolean | Treeview output supported If this is true, treeview output is supported for hierarchical data |
| TextDirectionLayout | Boolean | Setting the text direction-layout is supported PDF supports setting the text direction-layout (e.g. left-to-right or right-to-left) in the document description |
| UploadToFileShare (Experimental) | Boolean | Support of PDF document upload A file share connection needs to be configured on the server. The response of a corresponding request is then 301 Moved Permanently with a Location header containing the link to the document on the file share server. |