N
N
Nick932015-12-26 15:31:18
Objective-C
Nick93, 2015-12-26 15:31:18

Is it possible to download only the first page of a pdf from the server?

Is it possible to download only the first page of a pdf from the server? If so, in which direction to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Peter, 2015-12-26
@petermzg

Here is the description of the PDF file.
The structure is complex, so downloading just a certain number of bytes will not work.
There is one solution, to leave pdf for your own data transfer format.
Sequence of actions:
1. Parsing the desired PDF to the server
2. Send the necessary pages in your format for display on request from the client

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question