# HTMLConversor
HTMLConversor is a Python class that automates the process of converting sales data from an intranet website to a PDF file. It utilizes the Robot Framework's RPA library for web automation.
## Features
- Log in to the intranet website.
- Download sales data stored in an Excel file.
- Fill in a sales form with data from the Excel file.
- Collect sales results and export them as a PDF file.
- Log out from the intranet website.
## Installation
1. Make sure you have Python installed on your system.
2. Install the required dependencies using pip
## Usage
```python
from HTMLConversor import HTMLConversor
# Initialize HTMLConversor
converter = HTMLConversor()
# Convert sales data to PDF
converter.to_pdf()
Raw data
{
"_id": null,
"home_page": null,
"name": "pdfconversorcall",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, rpa, robocorp, pdf, html, conversor",
"author": "Daniel Rubens",
"author_email": "danielrubensdaniel@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a9/41/3a84564059e784ad591988ea453e82a1f8c0e65e815f2aa33aa095b6b2f5/pdfconversorcall-0.0.2.tar.gz",
"platform": null,
"description": "\n# HTMLConversor\n\nHTMLConversor is a Python class that automates the process of converting sales data from an intranet website to a PDF file. It utilizes the Robot Framework's RPA library for web automation.\n\n## Features\n\n- Log in to the intranet website.\n- Download sales data stored in an Excel file.\n- Fill in a sales form with data from the Excel file.\n- Collect sales results and export them as a PDF file.\n- Log out from the intranet website.\n\n## Installation\n\n1. Make sure you have Python installed on your system.\n2. Install the required dependencies using pip\n\n\n## Usage\n\n```python\nfrom HTMLConversor import HTMLConversor\n\n# Initialize HTMLConversor\nconverter = HTMLConversor()\n\n# Convert sales data to PDF\nconverter.to_pdf()\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Convert WebElement into pdf",
"version": "0.0.2",
"project_urls": null,
"split_keywords": [
"python",
" rpa",
" robocorp",
" pdf",
" html",
" conversor"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3c002d41a74c61395524208df86106995e8fcf526ed752003cf77b3c66933852",
"md5": "79387ddc531fc25ad8ba1346b04cac70",
"sha256": "0e753e9d516a02715ec48cf91f3110f40b7ca584d73e36318ef510d32dae32e8"
},
"downloads": -1,
"filename": "pdfconversorcall-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "79387ddc531fc25ad8ba1346b04cac70",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4461,
"upload_time": "2024-04-07T20:50:58",
"upload_time_iso_8601": "2024-04-07T20:50:58.236806Z",
"url": "https://files.pythonhosted.org/packages/3c/00/2d41a74c61395524208df86106995e8fcf526ed752003cf77b3c66933852/pdfconversorcall-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a9413a84564059e784ad591988ea453e82a1f8c0e65e815f2aa33aa095b6b2f5",
"md5": "1fddce08f221d9103acad413a44c6ddb",
"sha256": "4aa308b8bf03fa6d535a3f7baed9a1d657e18e3e7d4f98c2f37a5fc431788c78"
},
"downloads": -1,
"filename": "pdfconversorcall-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "1fddce08f221d9103acad413a44c6ddb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3833,
"upload_time": "2024-04-07T20:51:00",
"upload_time_iso_8601": "2024-04-07T20:51:00.405113Z",
"url": "https://files.pythonhosted.org/packages/a9/41/3a84564059e784ad591988ea453e82a1f8c0e65e815f2aa33aa095b6b2f5/pdfconversorcall-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-07 20:51:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pdfconversorcall"
}