You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Alexandre (JIRA)" <ji...@apache.org> on 2018/05/09 16:20:00 UTC

[jira] [Updated] (PDFBOX-4215) Get pages from a HTTP stream of a large pdf file

     [ https://issues.apache.org/jira/browse/PDFBOX-4215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre updated PDFBOX-4215:
------------------------------
    Description: 
Hi Apache contributors,

Suppose I have a very big pdf file and I want to split this file into file chunks (e.g. one file for each page). I cannot load the entire file into memory and I cannot use the hard disk of the computer... too bad :(.

I read that it is not possible to get in-order pages from a stream, but it is feasible to load random pages if you read line by line and look for page breaks. 

Is this implemented in pdfbox?

Hagd, A.

  was:
Hi Apache contributors,

Suppose I have a very big pdf file and I want to split this file into file chunks. I cannot load the entire file into memory and I cannot use the hard disk of the computer... too bad :(.

I read that it is not possible to get in-order pages from a stream, but it is feasible to load random pages if you read line by line and look for page breaks. 

Is this implemented in pdfbox?

Hagd, A.


> Get pages from a HTTP stream of a large pdf file
> ------------------------------------------------
>
>                 Key: PDFBOX-4215
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4215
>             Project: PDFBox
>          Issue Type: Wish
>          Components: Parsing
>    Affects Versions: 2.0.9
>            Reporter: Alexandre
>            Priority: Minor
>
> Hi Apache contributors,
> Suppose I have a very big pdf file and I want to split this file into file chunks (e.g. one file for each page). I cannot load the entire file into memory and I cannot use the hard disk of the computer... too bad :(.
> I read that it is not possible to get in-order pages from a stream, but it is feasible to load random pages if you read line by line and look for page breaks. 
> Is this implemented in pdfbox?
> Hagd, A.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org