Skip to content

Commit accb27c

Browse files
Update README.md
1 parent 53c037b commit accb27c

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
11
# PDF_Conversion_API
22
PDF Conversion API
3+
This demo illustrates how to converting various file formats like HTML file to PDF, Word file to PDF, Excel file to PDF, Presentation file to PDF and Image to PDf your Web application.
4+
5+
## Demo illustration
6+
7+
## Choose a File
8+
9+
1. Click the "Choose File" button to select the file you want to convert.
10+
11+
## Conversion Options
12+
### Convert to PDF
13+
- Select any file (e.g., xls, xlsx, docx, html, jpg).
14+
- Choose the "Convert to PDF" option.
15+
- This help to convert Any file format to PDF.
16+
17+
### Excel to PDF
18+
19+
- Select the Excel file (e.g., xls, xlsx).
20+
- Choose the "Convert Excel to PDF" option.
21+
22+
### Word to PDF
23+
24+
- Select the Word document.
25+
- Choose the "Convert Word to PDF" option.
26+
27+
### Presentation to PDF
28+
29+
- Select the presentation file (e.g., pptx).
30+
- Choose the "Convert Pptx to PDF" option.
31+
32+
### HTML to PDF
33+
34+
- Select the HTML file.
35+
- Choose the "Convert HtML to PDF" option.
36+
37+
### Image to PDF
38+
39+
- Select the image file (e.g., JPEG, PNG,JPG).
40+
- Choose the "Convert Image to PDF" option.
41+
42+
## Conclusion
43+
44+
By following these conversation-based options, you can easily convert various file formats to PDF. Remember to review and save the converted PDF files in your desired location.
45+

0 commit comments

Comments
 (0)