Pages zoom out when using convert to merge multiple PDFs to 1 PDF
Posted: 2016-05-17T08:11:41-07:00
Hello,
I am pretty new to ImageMagick and I am having an issue I can't seem to figure out. I have about 75 single page PDF files and need to merge those into a single PDF file. My code is below:
sudo -i convert 'find /home/cloud-user/EOB_Proofing_Process/ImageProcess/Process/Compare/EOB/ -iname 'SPFile6_05162016_??*.pdf'| sort -t_ -k3` /home/cloud-user/EOB_Proofing_Process/ImageProcess/Output/EOB/merged/SPFile6_05162016_Diff_Files.pdf
This code creates the single PDF file but when i open the file to view the pages the verbiage is so zoomed out it is unreadable.
Has anybody else had this problem?
Any Help would be greatly appreciated.
I am pretty new to ImageMagick and I am having an issue I can't seem to figure out. I have about 75 single page PDF files and need to merge those into a single PDF file. My code is below:
sudo -i convert 'find /home/cloud-user/EOB_Proofing_Process/ImageProcess/Process/Compare/EOB/ -iname 'SPFile6_05162016_??*.pdf'| sort -t_ -k3` /home/cloud-user/EOB_Proofing_Process/ImageProcess/Output/EOB/merged/SPFile6_05162016_Diff_Files.pdf
This code creates the single PDF file but when i open the file to view the pages the verbiage is so zoomed out it is unreadable.
Has anybody else had this problem?
Any Help would be greatly appreciated.