Skip to content

deepgorthi/html-to-pdf-aws-faq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert HTML content to PDF

This program is specifically for converting AWS FAQ pages to PDF for offline access and other note taking purposes.

Python webscraping program to convert html content to PDF.

Enter AWS Service name or the slug in https://aws.amazon.com/[SLUG]/faqs/ to download the corresponding FAQ as PDF.

Usage

>> pipenv shell
>> pipenv install
>> chmod +x convert-faq-to-pdf
>> ./convert-faq-to-pdf [SLUG]

Example

>> ./convert-faq-to-pdf dynamodb
or
>> ./convert-faq-to-pdf kinesis/data-streams

For educational purposes only.

About

Python code to convert AWS FAQ pages to PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages