IOS-Acrobat-Reader

Hello

Currently I retrieve some PDF-File from a SQLite DB (BLOB) and write this to a XYZ.pdf File.

Then I load this in a HTML_Viewer (HTML_Viewer.LoadURL(File.URLPath) to view the PDF.

Is it possible to view the PDF with the IOS-Acrobat-Reader (and how) ?

Stefan Cyrus

[quote=162119:@Stefan Cyrus]Hello

Currently I retrieve some PDF-File from a SQLite DB (BLOB) and write this to a XYZ.pdf File.

Then I load this in a HTML_Viewer (HTML_Viewer.LoadURL(File.URLPath) to view the PDF.

Is it possible to view the PDF with the IOS-Acrobat-Reader (and how) ?
[/quote]

You can load the PDF inside the HTMLViewer.Here is an example with the file dragged into the project :

dim f as FolderItem = specialfolder.GetResource("xmetro.pdf") HTMLViewer1.LoadURL(f.URLPath)