Atozed Forums

Full Version: pdf shows only 1 page on ipad iwurlwindow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have several PDF files I want to show in an IWUrlWindow. The PDF's are loaded from database using code below

        PdfName:=IncludeTrailingPathDelimiter(WebApplication.UserCacheDir)+'LTR_'+LtrNbr+'.PDF';
        TblobField(UserSession.LtrDataQry.FieldByName('MERGED_TEXT')).SaveToFile(PdfName);
        url:=WebApplication.SessionUrlBase + 'reports/LTR_'+LtrNbr+'.PDF';


It works great in every browser except when trying to view the PDF's on an Ipad. Only  the first page of the PDF file is shown. If I view the pdf directly in Safari or Chrome on the Ipad it works properly.

I am using Intraweb 15.2.48. Delphi 10.4.2
Its an Apple problem. Here is some info, but sadly the link with the details is now dead... even thought it was at Adobe itself.

https://discussions.apple.com/thread/251374187