- Posts: 20
- 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
can't load network PDF file
- NovaRadaeePdf
- Topic Author
- Offline
- Junior Member
-
Less
More
11 years 3 weeks ago #9508
by NovaRadaeePdf
Replied by NovaRadaeePdf on topic can't load network PDF file
YES. i write it.
this is my code:
COMPAppDelegate *app = [[UIApplication sharedApplication] delegate];
NSString *sandboxPath = NSTemporaryDirectory();
NSString *tmpPath = [sandboxPath stringByAppendingPathComponent:[NSString stringWithFormat:@"%@%@",app.userId,documentName]];
the tmpPath is localPath
can you send me of load network PDF file demo(only load network PDF file), my email address : [email protected]. Thank you very well!
this is my code:
COMPAppDelegate *app = [[UIApplication sharedApplication] delegate];
NSString *sandboxPath = NSTemporaryDirectory();
NSString *tmpPath = [sandboxPath stringByAppendingPathComponent:[NSString stringWithFormat:@"%@%@",app.userId,documentName]];
the tmpPath is localPath
can you send me of load network PDF file demo(only load network PDF file), my email address : [email protected]. Thank you very well!
11 years 3 weeks ago #9509
by Davide
Replied by Davide on topic can't load network PDF file
- NovaRadaeePdf
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 20
- Thank you received: 0
11 years 3 weeks ago #9514
by NovaRadaeePdf
Replied by NovaRadaeePdf on topic can't load network PDF file
No, don't have any change
11 years 3 weeks ago #9515
by support
Replied by support on topic can't load network PDF file
On our side it was 7 seconds on your network and become 2 seconds on our server.
How are you connecting to the server?
Are you in local network or is a remote server?
Are you experiencing the issue on a real device or in the simulator?
How are you connecting to the server?
Are you in local network or is a remote server?
Are you experiencing the issue on a real device or in the simulator?
- NovaRadaeePdf
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 20
- Thank you received: 0
11 years 3 weeks ago #9516
by NovaRadaeePdf
Replied by NovaRadaeePdf on topic can't load network PDF file
I connecting to the server with WIFI, and I tried to use local network and remote server, but they are not OK. I'm running my program in real device. Can you give me your demo of load network PDF file? or Can we have another chat type, because communicate is too slow with this way.
11 years 3 weeks ago #9517
by emanuele
Replied by emanuele on topic can't load network PDF file
Hi,
The forum is the only type of free support, but it's possible to purchase the direct support here
However we check your issue and here is a project with a PDFOpenStream demo (it is a dropbox link and it will be available for a few days).
You can find the testUrlPath macro with your pdf loaded on our server and you can open it with the "+" button on the right corner (it calls the selectRightAction method).
The forum is the only type of free support, but it's possible to purchase the direct support here
However we check your issue and here is a project with a PDFOpenStream demo (it is a dropbox link and it will be available for a few days).
You can find the testUrlPath macro with your pdf loaded on our server and you can open it with the "+" button on the right corner (it calls the selectRightAction method).
Time to create page: 0.394 seconds