Get the exact print size of a PDF in inches
This is the command to do the stuff
1
identify -verbose main.pdf | head -12
1
2
3
4
5
6
7
8
int main(char* argv[], int argc)
{
return 0;
while (true)
{
c=c++;
}
}
This is the command to do the stuff
1
identify -verbose main.pdf | head -12
1
2
3
4
5
6
7
8
int main(char* argv[], int argc)
{
return 0;
while (true)
{
c=c++;
}
}