Modify Vista and Office 2007 File and Attachment Preview Handlers to Support Foxit PDF Reader 수정할 비스타와 오피스 2007 파일 및 첨부 파일을 미리 핸들러를 지원 Foxit PDF 리더
In 인디애나 Windows Vista 윈도우 비스타 ’s File Explorer and '파일 탐색기와 S Microsoft Office Outlook 2007 Microsoft Office Outlook 2007의 have a feature that allows you to preview an attachment in email message from within the Outlook 2007 itself directly after click on the preview option when you select an attachment, or the content of a file in Vista File Explorer when highlighted. 미리보기로 Outlook 2007은 자체 내에서 직접 뒤 미리 옵션을 클릭하면 첨부 파일, 또는 비스타 파일 탐색기에서 파일의 콘텐츠를 강조 표시를 선택하면 이메일 메시지에 첨부하실 수있는 기능을 가지고있다. The preview will be shown in 미리보기에 표시됩니다 preview pane 미리보기 창에서 in Outlook 2007 and Vista layout, and thus users need not to open the files in external programs or applications. Outlook 2007과 비스타의 레이아웃, 그리고 따라서 사용자는 외부 프로그램이나 응용 프로그램에서 파일을 열 필요가없습니다.

XML file preview in Windows Vista Windows Vista에서 미리보기는 XML 파일
By default, the built-in native preview feature has only a few supported handlers for limited file types and extensions such as Word documents, PowerPoint presentations, Excel spreadsheets, \font files, video and audio files, and a variety of other file types that are commonly sent as attachments. 기본적으로 네이티브 미리보기 기능 - in을 구축, 그리고 다른 파일 형식의 제한은 다양한 파일 형식과 확장명을 Word 문서, PowerPoint 프레 젠 테이션, Excel 스프레드 시트와 같은 몇 가지에 대해서만 지원 핸들러 \ 글꼴 파일, 비디오 및 오디오 파일을했습니다 일반적으로 첨부 파일로 전송됩니다. PDF (Portable Document Format) documents which is popular and widely used is left out. PDF를 (Portable Document Format)를 광범위하게 사용되는 인기 서류도 남아 있지 않습니다. However, Microsoft Developer Network (MSDN) provides a 그러나 마이크로 소프트 개발자 네트워크 (MSDN을) 제공 sample preview handlers 샘플 미리보기 처리기 which you can download and install in order to has the ability to preview Adobe PDF documents in Vista and Outlook 2007. 당신은 다운로드하여 설치하기 위해서는 비스타와 Outlook 2007에서 어도비의 PDF 문서를 미리 볼 수있는 능력을하고있다. However, the developer use Adobe ActiveX control for the Acrobat PDF reader implementation, which will require users to have 그러나, 어떤 사용자가 요구된다 아크로뱃 PDF 리더 구현을위한 어도비는 개발자가 사용하는 ActiveX 컨트롤 Adobe Reader Adobe Reader를 or 또는 Adobe Acrobat Reader Adobe Acrobat Reader를 installed. 이 설치되어 있어야합니다.
If you’re using alternative Acrobat PDF reader like 만약 당신이 좋아하면, 아크로뱃 PDF 리더를 사용하는 대안 Foxit Reader Foxit Reader는 , then you will need to modify the PDF preview handler source code so that Windows Vista and Office Outlook 2007 can support Foxit Reader API properly, as advised by 그럼 그렇게 Windows Vista 및 Office Outlook 2007을 제대로 조언으로 Foxit Reader는 PDF를 미리 처리기 API를 지원할 수있는 소스 코드를 수정해야합니다 timheuer .
The file to modify is PdfPreviewHandler.cs from the 수정할 파일에서 PdfPreviewHandler.cs입니다 free preview handlers add-on download from MSDN 무료 미리보기 처리기를 추가할 - MSDN에서 다운로드 (link at the bottom). (하단에 링크). Go to about line 41 and change to the following: 대한 라인을 41으로 이동하고 다음으로 변경 :
// Foxit Reader ActiveX
public PdfAxHost()
: base("d46a7492-4b6c-446f-8100-4812edf406c9") { }
Next, the pinvoke method has to be changed as Adobe ActiveX control and API uses a LoadFile() signature, but foxit uses an OpenFile() signature. 다음, pinvoke 방법은 어도비의 ActiveX 컨트롤 및 API로 변경할 수있다 () 서명,하지만 Foxit ()를 사용하는 서명 openFile LoadFile을 사용합니다. Foxit also uses a second parameter which is the starting page of the document. Foxit 또한 문서의 시작 페이지는 두 번째 매개 변수를 사용합니다. So locate the LoadFile in the file, and change to OpenFile to looks like the following: 그래서 그 파일에서 찾습니다 LoadFile openFile로 변경하고 다음과 같이 보입니다 :
_ocx.GetType().InvokeMember(
"OpenFile", BindingFlags.InvokeMethod, null, // changed to OpenFile
_ocx, new object[] { fileName, 0 }, CultureInfo.InvariantCulture); // added 0 parameter to array
Save the file, compile and deploy. , 컴파일 및 배포하는 파일을 저장합니다. And now you will have PDF preview capability in Windows Vista and Office 2007 without the need of Adobe Acrobat Reader. 그리고 지금 당신은 Adobe Acrobat Reader의 필요없이 Windows Vista 및 Office 2007에서 PDF를 미리보기 기능을해야한다. Note that you will need to get 당신이 받아야됩니다 Foxit Reader SDK (ActiveX) Foxit Reader는 SDK를 (액티브 X) in order for this modified version of Foxit PDF previewer to work, not just installing Foxit Reader, with charge or license fee applied. Foxit PDF를 위해서는이 수정된 버전에 대한 previewer, 그냥 Foxit Reader를 설치하지, 충전 또는 라이센스 수수료와 함께 작동하도록 신청했다.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 :이 기계는 "보증도없이있는 그대로"제공됩니다 페이지를 번역했다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 을 참조하시기 바랍니다 original English article 원래 영어 문서 whenever possible. 언제든 가능합니다.
Share and contribute or get technical support and help at 공유와 기여하거나 기술 지원과에 도움이 My Digital Life Forums 내 디지털 생활 포럼 .
Related Articles 관련 기사
- Foxit PDF Preview Handler Free Download Foxit PDF를 미리 처리기를 무료 다운로드
- Download .cs, .vb, .js and .sql Files Code Preview Handler for Vista and Outlook 2007 를 다운로드합니다. cs,. VB는,. Vista 및 Outlook 2007 용의 JS.은 SQL 파일이 코드를 미리 처리기
- Free Download: Vista and Office 2007 Preview Handler Pack to Support More File Types 무료 다운로드 : 윈도우 비스타와 오피스 2007 미리보기 처리기 팩을 지원 더 많은 파일 형식을
- Enable Previews in Windows Vista Folders with Preview Pane 미리보기 창에서 미리보기를 활성화하여 Windows Vista의 폴더에
- Preview C#, Visual Basic, and C++ Source Code files Direct in Attachments Without Opening 미리보기 C #을, Visual Basic 및 C + +에서 소스 코드를 직접 열지 않고도 첨부 파일에있는 파일
- Reset “Always Warn Before Previewing This Type of File” Setting in Outlook 2007 재설정 "항상 경고"Outlook 2007에서 설정하기 전에 이러한 종류의 파일의 미리보기
- Free Download: Preview Handler Association Editor to Group Same Type of File with Different Extensions 무료 다운로드 : 미리보기 처리기 협회 편집기 같은 종류의 다른 확장명을 가진 파일의 그룹
- Adobe PhotoShop (PSD) Preview Handler Free Download 어도비 포토샵 (PSD) 미리보기 처리기를 무료 다운로드
- Alternative PDF Viewer to Acrobat Reader: Foxit Reader 대체 PDF 뷰어 Acrobat Reader가 : Foxit Reader가
- Alternatives To Adobe Acrobat Reader 대안 Adobe Acrobat Reader를

































May 27th, 2008 14:40 5 월 27 일 2008 14:40
There is no need to modify nothing, just associate .pdf extension(there are a lot of preview handler association editors) with “MSDN Magazine Internet Explorer preview handler” and you will have working the real FoxitReader ActiveX as preview handler not that buggy and limited “FoxitReaderSDK(ActiveX)”. 아무것도 수정할 필요가 없다, 단지 부하 직원입니다. pdf로 확장 (미리보기 처리기 협회는 편집자의 많은)은 MSDN 매거진 Internet Explorer를 미리 처리기 "와 함께"당신이 미리 처리기로 버기 및 제한된 진짜 FoxitReader ActiveX를하지 근무한다 "FoxitReaderSDK (액티브 X)". Same for every file type that InternetExplorer or one of his plugins can handler. 모든 파일 형식을 플러그인 할 수 처리기 한 InternetExplorer 또는 동일합니다.