L'unica API per trasformare contenuti HTML in PDF che renderizza anche il codice JavaScript
Converti pagine web HTML o URL in file PDF di alta qualità in modo veloce, accurato ed affidabile
Tutte le informazioni di cui hai bisogno
Qui trovi qualche consiglio da prendere in considerazione per approcciare a questa API. Se preferisci forniamo esempi di codice, documentazione in OAS3, la possibilità di provare l'API dal vivo con la Swagger UI oppure importare l'intera collezione in Postman. Offriamo inoltre un ambiente di Sandbox dove puoi sperimentare tutte le API gratuitamente.
Prendi il token nell'apposita sezione prima di cominciare.
- Oas file url https://console.openapi.com/oas/it/pdf.openapi.json
- Fork or import with Postman
- Production domain pdf.openapi.it
- Sandbox domain test.pdf.openapi.it
- Production Scopes 1
-
Sandbox Scopes 1
- POST test.pdf.openapi.it/base
HTML to PDF (1.0.0)
Generare un documento PDF da una pagina web o da una stringa HTML
Creare un semplice file PDF
Questo metodo consente di creare PDF da un URL o da una stringa HTML.
Authorizations:
Request Body schema: application/json
html | string Una stringa formattata in HTML da rendere come file PDF. Si noti che se sono impostati sia 'html' che 'url', l'opzione 'html' avrà sempre la priorità e la seconda sarà ignorata. |
url | string La pagina di origine del file PDF |
number or object (margin) Un margine bianco che verrà applicato al file PDF |
Responses
Request samples
- Payload
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
Response samples
- 400
- 402
- "message": "No input provided",
- "success": false,
- "error": null