d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > How To Multiply A Pdf File ?
12Next
Add Reply New Topic
Member
Posts: 6,004
Joined: Oct 21 2018
Gold: 0.00
Oct 4 2024 09:33am
Hello everyone !

as i cant find this on Internet ... im trying my luck there with you guys :rolleyes:

i actualy have a PDF file with 1 page inside and i would like to multiply this page making a PDF with several times this same page (60).

for your reference, this page only has lines, this is to make a notebook ;)

cheers
Max
Member
Posts: 32,667
Joined: Jul 27 2006
Gold: 52,558.00
Oct 4 2024 09:56am
Google it, there are thousands of online tools to duplicate PDF pages
Member
Posts: 2,554
Joined: Nov 9 2021
Gold: 5,190.00
Oct 4 2024 10:21am
Duplicate the file and then merge the files.

Repeat until complete.
Member
Posts: 3,958
Joined: Apr 24 2013
Gold: 0.00
Oct 4 2024 11:12am
Ask gpt to write you a script to dupe and merge. Pretty simple
Member
Posts: 3,386
Joined: May 4 2013
Gold: 1,780.00
Oct 4 2024 11:56am
Code
pdftk file.pdf{,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,} cat output final.pdf
Member
Posts: 6,004
Joined: Oct 21 2018
Gold: 0.00
Oct 4 2024 12:00pm
Quote (Mehdi @ Oct 4 2024 05:56pm)
Google it, there are thousands of online tools to duplicate PDF pages


i didnt find this ... only merge but not duplicate, and i dont ant to merge, but i will re check, thanks

Quote (ChromeDreams @ Oct 4 2024 06:21pm)
Duplicate the file and then merge the files.

Repeat until complete.


i have to do it 14*60 ... so i would prefer an other solution ;)

Quote (Salym @ Oct 4 2024 07:12pm)
Ask gpt to write you a script to dupe and merge. Pretty simple


huh?

Quote (nuvo @ Oct 4 2024 07:56pm)
Code
pdftk file.pdf{,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,} cat output final.pdf


huh?

This post was edited by CHIWAWA on Oct 4 2024 12:03pm
Member
Posts: 3,386
Joined: May 4 2013
Gold: 1,780.00
Oct 4 2024 12:07pm
I literally gave you copy-paste command to use ...
Member
Posts: 6,004
Joined: Oct 21 2018
Gold: 0.00
Oct 4 2024 12:15pm
Quote (nuvo @ Oct 4 2024 08:07pm)
I literally gave you copy-paste command to use ...


thanks, but i literally dont know how use a command tbh :wacko:
Member
Posts: 27,180
Joined: Apr 16 2007
Gold: 161,690.00
Oct 4 2024 12:44pm
You can use pdf24. Just copy your file with strg + c - strg + f 60 times and then use merge to put all the pdfs together
bit weird but should work :)
Member
Posts: 2,554
Joined: Nov 9 2021
Gold: 5,190.00
Oct 4 2024 01:13pm
Quote

i have to do it 14*60 ... so i would prefer an other solution ;)



14 x 60 = 840


1+1=2

2+2=4

4+4=8

8+8=16

16+16=32

32+32=64

64+64=128

128+128=256

256+256=512

512+256=768

768+64=832

832+8=840

Done in 12 steps... cuz math...

If you don't want to learn commands, this is the way.
Go Back To General Help Topic List
12Next
Add Reply New Topic