├── AndroidManifest.template.xml ├── GeraPDF.dpr ├── GeraPDF.dproj ├── GeraPDF.res ├── GeradorPDF.fmx ├── GeradorPDF.pas └── README.md /AndroidManifest.template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/AndroidManifest.template.xml -------------------------------------------------------------------------------- /GeraPDF.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/GeraPDF.dpr -------------------------------------------------------------------------------- /GeraPDF.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/GeraPDF.dproj -------------------------------------------------------------------------------- /GeraPDF.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/GeraPDF.res -------------------------------------------------------------------------------- /GeradorPDF.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/GeradorPDF.fmx -------------------------------------------------------------------------------- /GeradorPDF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/GeradorPDF.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlessandroMartini/Delphi-Android-GeraPDF/HEAD/README.md --------------------------------------------------------------------------------