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++;
}
}
Further reading
Read more in the tech topic.
Jun 16, 2016
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++;
}
}
Read more in the tech topic.