Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ari docs won't load pdf wnen using ipad or iphone
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ari docs won't load pdf wnen using ipad or iphone
#42934
ari docs won't load pdf wnen using ipad or iphone 10 Years, 8 Months ago Karma: 0
My Safari browser hangs and won't load a pdf stored on my server. It happens with my ipad and my iphone. It loads fine on my pc. I am sure that it used to load ok on my ipad but something has changed - maybe an os upgrade or something else. Web site at: www.cheamandcuddingtonhortsoc.org.uk. pdfs are to be found on sevaral menu items. e.g. Join Us, Newsletters etc.

An idea what the problem is?

Thanks
Derek
The administrator has disabled public write access.
 
#42950
Re:ari docs won't load pdf wnen using ipad or iphone 10 Years, 8 Months ago Karma: 746
Hello,

It seems this is Safari issue. The similar problem is described here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42967
Re:ari docs won't load pdf wnen using ipad or iphone 10 Years, 8 Months ago Karma: 0
That's not strictly true. The pdf document loads perfectly well on my pc with Safari browser.

The problem seems to be with ipads and iphones: both fail to load the pdf.

So if its a Safari issue it only happens on these devices.

This is a major problem as there are a lot of users of ipads and iphones out there.

If all ari doc viewers suffer this in general than its a major drawback of this software and it should be addressed.

I think the ball is in your court to do this as I'm sure Apple will not be at all concerned if ari doc viewer doesn't work on their hardware.
The administrator has disabled public write access.
 
#42970
Re:ari docs won't load pdf wnen using ipad or iphone 10 Years, 8 Months ago Karma: 746
The plugin loads PDF document via Google Docs Viewer service, it doesn't parse documents. It is done by Google service and if you open the page where the similar problem is described, this is not "ARI Docs Viewer" issue. This problem with Safari browser on mobile devices. It doesn't load documents from Google services properly. The same problem will occur if create a simple HTML page with HTML code for loading a document via Google Docs Viewer.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#42982
Re:ari docs won't load pdf wnen using ipad or iphone 10 Years, 8 Months ago Karma: 0
Looks like there is no solution in site which is a pity. I quite like your viewer but the ipad problem is a deal breaker. I'll have to remove ari doc viewer and replace it with simple links to all the pdf files.

Thanks for the support, it has been very good, despite no solution being available at this time.
The administrator has disabled public write access.
 
#44505
Re:ari docs won't load pdf wnen using ipad or iphone 10 Years, 6 Months ago Karma: 0
Hello
Here is the code which is using to load pdf files in my pc:

public static string FolderName = "c:/";
private void button1_Click(object sender, EventArgs e)
{
string fileName = FolderName + "Sample.pdf";

REDocument doc = REFile.OpenDocumentFile(fileName, new PDFDecoder());//use PDFDecoder open a pdf file
BasePage aPage = doc.GetPage(0);//get page from REDocument

REImage img = (REImage)aPage.ToImage();//translate page to image
}
You can refer to this one.Best wishes
The administrator has disabled public write access.
 
Go to topPage: 12