# PDF Creator Android

## PDF Creator Android

- [Introduction](https://notes.tejpratapsingh.com/pdf-creator-android/master.md): A simple library to create and view PDF with zero dependency Or native code.
- [Installation](https://notes.tejpratapsingh.com/pdf-creator-android/installation.md)
- [Getting Started](https://notes.tejpratapsingh.com/pdf-creator-android/getting-started.md): Implementation
- [Available Views](https://notes.tejpratapsingh.com/pdf-creator-android/available-views.md): Type of views available to generate pdf
- [PDFVerticalView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdfverticalview.md): Align items vertically
- [PDFHorizontalView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdfhorizontalview.md): Align items horizontally
- [PDFTextView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdftextview.md): Text, Header or paragraph
- [PDFImageView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdfimageview.md): Add Images to your pdf
- [PDFLineSeparatorView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdflineseparatorview.md): Separate Views OR Create Space
- [PDFPageBreakView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdfpagebreakview.md): Content added after PDFPageBreakView will be added in new page in PDF.
- [PDFTableView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdftableview.md): Align data as Table / Data Grid
- [PDFTableRowView](https://notes.tejpratapsingh.com/pdf-creator-android/available-views/pdftableview/pdftablerowview.md): Create one row in PDFTableView
- [Html To Pdf](https://notes.tejpratapsingh.com/pdf-creator-android/generate-pdf-from-html/html-to-pdf.md)
- [WebView To Pdf](https://notes.tejpratapsingh.com/pdf-creator-android/generate-pdf-from-html/webview-to-pdf.md)
