1
I have an A4 PDF file.
I would like to have on one A4 page there are two A5 pages.
How is possible to make PDF like that?
I know how to do it in print options, but I want to make file already like that, because I will not print it myself.
1
I have an A4 PDF file.
I would like to have on one A4 page there are two A5 pages.
How is possible to make PDF like that?
I know how to do it in print options, but I want to make file already like that, because I will not print it myself.
0
It will have to be a feature of the software/driver you use to generate the PDF. there are many, and yours may or may not be able to.
If you use your 'Print' command and have a virtual printer installed, the printer driver may have the option, similar to the option in paper printer drivers. If not, try another one, there are a hundred free ones out there.
If you use 'Save-As PDF' in MS Office, it doesn't have it. Nothing you can do about that.
You could use Adobe Acrobat, which probably allows to convert PDFs to that format (I can't check, I don't have it)
why downvoted? do you care to explain? – Aganju – 2016-01-24T01:08:48.023
As described, this is a feature that depends on the software you're using. Some printer drivers have it, others don't. – Hannu – 2016-01-24T11:23:47.820
Can you be more clear? I don't understand your question. :) – Xavierjazz – 2016-01-24T00:03:37.890
1I want two A5 pages on one A4 page. I can do it in print options (just with clicking two per page). But I need to save pdf file like that, because I will send file to someone else to print so he wont do any print options, he will just print normally.
That's why I have to somehow make that two a5 pages are on one a4 page and then save that pdf file. Do you understand what I mean? – Ninalol – 2016-01-24T00:08:56.777
One option is to convert the PDF to PostScript, use some tool to do this with PostScript such as psnup or psresize, then convert back to PDF. This is not guaranteed to work for all possible PDFs. – reinierpost – 2016-01-24T00:39:03.703
Another option is to print the PDF to file and use the 2 pages on 1 option in the printer driver. – reinierpost – 2016-01-24T00:40:29.083
Are you looking something like this?
– Qeeet – 2017-12-21T19:31:44.017