VOOZH about

URL: https://apify.com/flamboyant_inn/epub-to-pdf

⇱ Epub To Pdf Β· Apify


πŸ‘ Epub To Pdf avatar

Epub To Pdf

Under maintenance

Pricing

from $500.00 / 1,000 results

Go to Apify Store

Epub To Pdf

Under maintenance

Simple actor that takes a public url to a epub file, and converts it to pdf format. Once the run finishes, go to the Storage tab, select Key-value store, and you will see the OUTPUT.pdf file ready for download.

Pricing

from $500.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Eric

Eric

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Share

Use this simple tool to convert an epub file to a pdf file.

Retrieving the url to PDF

Console

The url for the converted output.pdf is available for download from the Console. The url is in key-value "Storage" tab and also available from the "Output" tab.

API endpoints

As per the documentation, the link to the "files" can be retrieved from GET Run API endpoints.

Here's an example request and response in the shell from hitting the GET Last Run endpoint:

Note: we're using xh for sending the HTTP requests

Request

xh https://api.apify.com/v2/acts/flamboyant_inn~epub-to-pdf/runs/last?token=<your_token>

Response

{
"data":{
...
"output":{
"files":"https://api.apify.com/v2/key-value-stores/<key_value_store_id>/keys"
}
}
}

We then need to query the url above to get the list of public urls for the items in the key value store:

Request

xh "https://api.apify.com/v2/key-value-stores/<key-value-store-id>/keys"

Response

{
"data":{
"items":[
{
"key":"INPUT",
"size":65,
"recordPublicUrl":"https://api.apify.com/v2/key-value-stores/<key_value_store_id>/records/INPUT"
},
{
"key":"output.pdf",
"size":626547,
"recordPublicUrl":"https://api.apify.com/v2/key-value-stores/<key_value_store_id>/records/output.pdf"
}
],
"count":2,
"limit":1000,
"exclusiveStartKey":null,
"isTruncated":false,
"nextExclusiveStartKey":null
}
}

The path ["data"]["items"][1]["recordPublicUrl"] will contain the url to the converted output.pdf.

You might also like

URL to PDF Converter

rainminer/url-to-pdf-converter

Converts any web page into a high-quality PDF document ready to download file hosted on Apify. Print any web page to PDF with this actor.

Text to Speech

theapicompany/text-to-speech

Transfers your Text input into a MP3 file.This is the Text to Speech API; The Input: { "text": "Your text that will be an audio" } The Output: To get the Output, which is a MP3 Data file, you have to go to Storage, in there you need to click on Key-Value-Storage and Download the file.

HTML to PDF Converter

jancurn/url-to-pdf

Loads a web page in headless Chrome using Puppeteer and prints it to PDF. The input is a JSON object and output is a PDF file.

459

PDF Scraper

onidivo/pdf-scraper

Scrape and extract text from PDF links.

πŸ‘ User avatar

Onidivo Technologies

512

Fast Pdf Processor

contemporary_fruit/pdf-processor-actor

This API is a PDF Processing Service allowing users to upload a PDF to: Extract Text: Reads all text from the PDF and returns it as structured JSON data per page. Merge Pages: Creates a new PDF containing only the specific pages selected by the user. (260 characters)

PDF to MP3 - Convert PDF, EPUB, DOCX & Text to Audiobook

marielise.dev/pdf-to-mp3

Convert PDF, EPUB, DOCX, Markdown, HTML, TXT, and RTF to MP3 audiobooks. Free Microsoft Edge TTS (no API key) with OCR for scanned PDFs, 70+ languages, and optional OpenAI or ElevenLabs voices. ~$0.04/min.

Pdf Scraper

webscrap18/pdf-scraper

A high-performance Apify Actor that inspects, classifies, and extracts structured data from PDF files. It intelligently detect whether a PDF is text-based or scanned and converts it into clean, formatted Markdown.

HTML to PDF Converter

rainminer/html-to-pdf-converter

Convert raw HTML or web page URLs into downloadable PDF files using a real browser. Render CSS, images, tables, invoices, reports, and dynamic layouts, then save the generated PDF to the Apify Key-Value Store with dataset metadata.

PDF Text Extractor

jirimoravcik/pdf-text-extractor

PDF Text Extractor allows you to extract text from PDF files. It also supports chunking of the text to prepare the data for usage with large language models.

πŸ‘ User avatar

JiΕ™Γ­ Moravčík

1.1K

Related articles

The definitive guide to text scraping
Read more
How to find content writers for link-building outreach
Read more
How to bulk download all images from a URL list
Read more