Textibility
Textibility provides a simple, REST API for extracting information from images and documents in a number of formats and generating images and documents from structured data. With a simple, clean HTTP interface and some clever processing we can quickly and easily unlock information captured in photographs and file uploads. A couple of examples supported by the API: Decode a barcode from a…
Textibility endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Join PDF Files /pdf/join |
Joins 2 or more PDF files into a single PDF file. |
| POST |
Extract Text from PDF /pdf/text |
Returns the text in the selected PDF file, separated by page and display line. |
| POST |
Filter PDF Pages /pdf/filterpages |
Removes one or more pages from the specified PDF file. |
| POST |
Unlock PDF File /pdf/unlock |
Removes all password encryption and access permissions from a PDF file. Currently only supports RC4 encryption. |
| POST |
Compress a PDF file /pdf/compress |
Reduce the size of scanned PDFs by shrinking image resolutions. |
| POST |
Lock PDF File /pdf/lock |
Adds password encryption and access permissions to a specific file. Currently only supports RC4 encryption. |
| POST |
Get Thumbnails /pdf/thumbnails |
Obtain one or more thumbnail images representing the pages of a PDF file. If a single page is requested it will be returned as a PNG image. If multiple pages are requested then a… |
| SVG | ||
| POST |
Convert SVG /svg/generate |
Converts an SVG document into a bitmap (PNG/JPEG/GIF) or a PDF file. |
| Barcode | ||
| POST |
Generate Barcode Labels /barcode/generate/labels |
Generates printable labels and returns the labels as a PDF file. |
| POST |
Generate Barcode /barcode/generate |
Generates a barcode from specified content and returns it as a PNG/GIF/JPEG image or a PDF file. |
| POST |
Decode Barcode /barcode/decode/{page} |
Decodes the supplied barcode (from an PNG/GIF/JPEG image or a PDF file) and returns the barcode data. If decoding a PDF file an optional starting page number can be added to the… |
| Chart | ||
| POST |
Render Bar Chart /chart/bar |
Draws a simple bar chart based on the g.raphael library and return a PNG or PDF version of the chart. |
| POST |
Render Gauge /chart/gauge |
Creates a gauge chart and returns a PNG or PDF version of the chart. |
| POST |
Render Line Chart /chart/line |
Draws a simple line chart based on the g.raphael library and and return a PNG or PDF version of the chart. |
| EBook | ||
| POST |
Create Electronic Book /book/create |
Creates an electronic book in either EPub or Kindle (.mobi) format. |
Textibility pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $30 / month | — |
|
| ULTRA | $90 / month | — |
|
| MEGA | $270 / month | — |
|