- Posts: 35
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
PDF loading Time in IOS
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
IP: 192.168.0.71
8 years 7 months ago #13443
by patricpreite
Replied by patricpreite on topic PDF loading Time in IOS
HI
Its really appreciating for a fast response.
Thank you
Its really appreciating for a fast response.
Thank you
IP: 192.168.0.71
8 years 7 months ago - 8 years 7 months ago #13445
by emanuele
Replied by emanuele on topic PDF loading Time in IOS
Hi,
we opened your pdf file with demo project, and it is seems ok.
You can check this video to see the loading time: own.mobiles.it/index.php/s/LBAawKyMxz5gWvs
Which method are you using to open the pdf file? Is it in a device folder?
Which model are you using for development? (iPad, iPad Air, iPad Air2, iPhone 5, iPhone 6...)
we opened your pdf file with demo project, and it is seems ok.
You can check this video to see the loading time: own.mobiles.it/index.php/s/LBAawKyMxz5gWvs
Which method are you using to open the pdf file? Is it in a device folder?
Which model are you using for development? (iPad, iPad Air, iPad Air2, iPhone 5, iPhone 6...)
Last edit: 8 years 7 months ago by emanuele.
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
IP: 192.168.0.71
8 years 7 months ago #13454
by patricpreite
Replied by patricpreite on topic PDF loading Time in IOS
Helo
Thanks for fast reply.
To open pdf file use open() method and its not in a device folder.
We use iPad models
Thanks for advance
Thanks for fast reply.
To open pdf file use open() method and its not in a device folder.
We use iPad models
Thanks for advance
IP: 192.168.0.71
8 years 7 months ago #13455
by emanuele
Replied by emanuele on topic PDF loading Time in IOS
Hi,
if you are opening your pdf using a web url, you should take a look at this Knowledge Base Article that will help you with the server configuration: www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=18
You should also check if your pdf file is optimized for web.
if you are opening your pdf using a web url, you should take a look at this Knowledge Base Article that will help you with the server configuration: www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=18
You should also check if your pdf file is optimized for web.
- patricpreite
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
IP: 192.168.0.71
8 years 7 months ago #13466
by patricpreite
Replied by patricpreite on topic PDF loading Time in IOS
Hi,
Thanks for the feedback. The PDF is optimised already and server response is given here
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Feb 2018 06:21:25 GMT
Content-Type: application/pdf
Content-Length: 48089344
Connection: keep-alive
Last-Modified: Tue, 09 Jan 2018 04:19:35 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2592000
Expires: Mon, 12 Mar 2018 06:21:25 GMT
X-Content-Type-Options: nosniff
Please check and suggest us what we have to do additionally.
Thanks for the advise.
Thanks for the feedback. The PDF is optimised already and server response is given here
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 10 Feb 2018 06:21:25 GMT
Content-Type: application/pdf
Content-Length: 48089344
Connection: keep-alive
Last-Modified: Tue, 09 Jan 2018 04:19:35 GMT
Accept-Ranges: bytes
Cache-Control: max-age=2592000
Expires: Mon, 12 Mar 2018 06:21:25 GMT
X-Content-Type-Options: nosniff
Please check and suggest us what we have to do additionally.
Thanks for the advise.
IP: 192.168.0.71
8 years 7 months ago #13473
by emanuele
Replied by emanuele on topic PDF loading Time in IOS
Hi,
we checked your pdf file and it seems that it's not optimized for web.
You can check it opening your file with Adobe reader (on your PC/Mac) then click "File" and select "Properties", at the bottom you can see if "Fast Web View" is "Yes" or "No". If it's "No", your pdf file needs to be optimized.
we checked your pdf file and it seems that it's not optimized for web.
You can check it opening your file with Adobe reader (on your PC/Mac) then click "File" and select "Properties", at the bottom you can see if "Fast Web View" is "Yes" or "No". If it's "No", your pdf file needs to be optimized.
Time to create page: 0.386 seconds