| 레지스트리에 아래와 같이 print shell command를 등록해줍니다. [HKEY_CLASSES_ROOT\ALPDF.AssocFile.FDF\shell\print] @="ALPDF 문서(Pdf) 인쇄(&P)" [HKEY_CLASSES_ROOT\ALPDF.AssocFile.FDF\shell\print\command] @="C:\\Program Files\\ESTsoft\\ALPDF\ALPDF.exe /print %1" 1. 현재 연결정보 확인 (cmd) > assoc .pdf .pdf=ALPDF.AssocFile.PDF 또는 .pdf=Acrobat.Document.DC 2. 현재 설정된 명령을 조회 (cmd) > ftype ALPDF.AssocFile.PDF ALPDF.AssocFile.PDF="C:\Program Files\ESTsoft\ALPDF\ALPDF.exe" "%1" 3. PDF를 ALPDF.AssocFile.PDF에 연결 > assoc .pdf=ALPDF.AssocFile.PDF 4. 해당 형식의 실행명령 설정 > ftype ALPDF.AssocFile.PDF="C:\Program Files\ESTsoft\ALPDF\ALPDF.exe" "%1" 5. ALPDF가 /print 옵션을 지원하는지 직접 테스트 >"C:\Program Files\ESTsoft\ALPDF\ALPDF.exe" /print "C:\Temp\Test.pdf" 5. 인쇄(Print)명령 확인 > reg query "HKCR\ALPDF.AssocFile.PDF\shell\print\command" /ve > reg query "HKCR\Acrobat.Document.DC\shell\print\command" /ve |
첨부파일첨부된 파일이 1개 있습니다.
다음검색