Search found 2 matches

by JMNahon
2017-05-21T09:28:10-07:00
Forum: Windows COM+ & Visual Basic
Topic: PDF Multi Page information
Replies: 3
Views: 53683

Re: PDF Multi Page information

Your remark is excelent, result is variant (not type in vbscript). I try to change to array, but I have a error in exécution
Finaly, I don't understrand why .bat solution, give a good result ;-)
Do you have An idea to array ?
by JMNahon
2017-05-21T07:08:53-07:00
Forum: Windows COM+ & Visual Basic
Topic: PDF Multi Page information
Replies: 3
Views: 53683

PDF Multi Page information

hi, I got pdf files, with multi page. I develop a .bat file with this line @for /R %%a in (*.jpg *.tif *.PDF) do magick identify -ping -format "%%d\\%%f;%%n;%%p; %%[fx:(w/resolution.x)*2.54];%%[fx:(h/resolution.y)*2.54];%%w;%%h;%%[depth];%%x\n" "%%a" >> %2 Whene this line execute...