PDFShift · Schema

MarginForm

PDFHTML to PDFDocument ConversionScreenshotChromiumREST API

Properties

Name Type Description
top string
right string
bottom string
left string
View JSON Schema on GitHub

JSON Schema

marginform.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pdfshift/refs/heads/main/json-schema/marginform.json",
  "title": "MarginForm",
  "type": "object",
  "properties": {
    "top": {
      "type": "string",
      "default": "48"
    },
    "right": {
      "type": "string",
      "default": "48"
    },
    "bottom": {
      "type": "string",
      "default": "48"
    },
    "left": {
      "type": "string",
      "default": "48"
    }
  }
}