0

I have a PDF file with 5 pages. I have created an imposed (nup'ped) PDF file with all those pages on one long paper sheet. I used pdfpages LaTeX package for that and the following code:

\includepdf[pages={1-5},nup=1x5]{original.pdf}

The original PDF file had recognized and selectable text on all pages. But in the resulting file (result.pdf) only the first two pages allow text selection. The imposition was done correctly and looks as expected.

vstepaniuk
  • 667
  • 6
  • 14
  • 1
    Why the Ghostscript tag ? I don't see where Ghostscript is involved here. Likewise I don't see any PostScript either.... – KenS Jul 26 '19 at 19:26

1 Answers1

0

It turned out to be the poppler's 50`000 characters limit per page.

vstepaniuk
  • 667
  • 6
  • 14