Welcome![Sign In][Sign Up]
Location:
Search - pdfreader

Search list

[WEB CodePDFReader

Description: 一个阅读器的简单功能的实现。可以阅读文件,放大,缩小等-Function of a simple reader implementation. Can read files, zoom, etc.
Platform: | Size: 1553408 | Author: chy | Hits:

[EditorPDFReader

Description: PDF阅读器源代码,适合编写电子书系统用-pdf reader code
Platform: | Size: 1551360 | Author: 朱江 | Hits:

[VC/MFCpdfreader

Description: These are the source code to crack the pdf
Platform: | Size: 1024 | Author: singh1234 | Hits:

[EditorPDFReader

Description: asp.net编写的pdf文件阅读器,可以正确浏览pdf文件-written in asp.net pdf file reader, you can view pdf files properly
Platform: | Size: 1552384 | Author: heal | Hits:

[Delphi VCLPDFReader

Description: 功能如下: 1.打開,保存,打印 2.放大縮小頁面,旋轉頁面,適合頁面,適合寬度 3.手型工具,選擇文字工具,快照工具,放大縮小工具,查找文本工具。 使用Delphi6開發,其他Delphi版本應該都可以,出了OCX控件沒有第三方控件。查看修改源碼需要註冊FOXITREADER_AX_PRO.OCX控件,方法如下: 1. 將FOXITREADER_AX_PRO.OCX複製到c:\windows\system322.regsvr32 FOXITREADER_AX_PRO.OCX 3.打開Delphi, Component->Import ActiveX Control->FoxitReaderOCX ActiveX Control module (Version 1.0) 還有很多工具未加入,查看所有工具可以使用以下方法: 1.在FormCreate中添加以下代碼,將所有工具代碼加入ComboBox1中 var nToolCounts:Integer i:Integer begin bShowNav := True nToolCounts := FoxitReaderSDK1.CountTools() for i := 0 to nToolCounts-1 do begin ComboBox1.Items.Add(FoxitReaderSDK1.GetToolByIndex(i)) ComboBox1.Text := FoxitReaderSDK1.CurrentTool end end -功能如下: 1.打開,保存,打印 2.放大縮小頁面,旋轉頁面,適合頁面,適合寬度 3.手型工具,選擇文字工具,快照工具,放大縮小工具,查找文本工具。 使用Delphi6開發,其他Delphi版本應該都可以,出了OCX控件沒有第三方控件。查看修改源碼需要註冊FOXITREADER_AX_PRO.OCX控件,方法如下: 1. 將FOXITREADER_AX_PRO.OCX複製到c:\windows\system322.regsvr32 FOXITREADER_AX_PRO.OCX 3.打開Delphi, Component->Import ActiveX Control->FoxitReaderOCX ActiveX Control module (Version 1.0) 還有很多工具未加入,查看所有工具可以使用以下方法: 1.在FormCreate中添加以下代碼,將所有工具代碼加入ComboBox1中 var nToolCounts:Integer i:Integer begin bShowNav := True nToolCounts := FoxitReaderSDK1.CountTools() for i := 0 to nToolCounts-1 do begin ComboBox1.Items.Add(FoxitReaderSDK1.GetToolByIndex(i)) ComboBox1.Text := FoxitReaderSDK1.CurrentTool end end
Platform: | Size: 3202048 | Author: 沈兆福 | Hits:

[androidandroidpdfdemo0.1

Description: android 手机平台的PDF阅读器,完成PDF文档的处理等。-PDFReader on android platform
Platform: | Size: 96256 | Author: 焦山 | Hits:

[JSP/JavaPdfReader

Description: 读取pdf格式内容输入txt文件,功能很强大哟-Read PDF format content input TXT file, the function is strong yo
Platform: | Size: 1024 | Author: yongang | Hits:

[MacOS developPDFReader.zip

Description: 在mac os xcode下开发的pdf阅读器,功能齐全的PDF阅读器实现代码。可以缩略图查看文档、加书签、打印等等,Mac os xcode development pdf reader, full-featured PDF reader implementation code. Thumbnail to view the documents, add bookmarks, printing, etc.
Platform: | Size: 269312 | Author: rain | Hits:

[.netPDFReader

Description: ASP.Net PDF 查看控件,不需要装pdf,完整asp.net例子 上传pdf文件,进行阅读,可以放大、缩小、旋转、拉伸、搜索等操作. -ASP.Net PDF view control, do not need to install PDF, complete asp.net example Upload the PDF file, read, can zoom, rotation, stretching, search and other operations.
Platform: | Size: 1549312 | Author: sdgfadsgqo | Hits:

[Windows DevelopPDFReader

Description: Delphi编写的PDF阅读器源码,程序实现的功能如下:   1.打開,保存,打印   2.放大縮小頁面,旋轉頁面,適合頁面,適合寬度 -PDF reader in Delphi source code, program the following functions: open, save, print, zoom pages, rotate pages, Fit to Page, Fit Width
Platform: | Size: 3178496 | Author: 张天 | Hits:

[androidPDFReader

Description: 直接阅读本地pdf文件,能够放大缩小pdf文件-Directly read local pdf file, to zoom in pdf file
Platform: | Size: 4037632 | Author: 沈海波 | Hits:

[ActiveX/DCOM/ATLpdfreader

Description: 利用Adobe公司制作的ActiveX插件,在MFC中制作的PDF文件浏览器-Adobe has made use of an ActiveX plug-in MFC crafted PDF file browser
Platform: | Size: 49152 | Author: 老萌 | Hits:

[Windows DevelopCOMjishuneimu

Description: com技术内幕,学习com技术的经典书籍。一个PDF文件,用PDFreader可以打开。-COM technology insider, learning com classic books. A PDF file, with PDFreader can open.
Platform: | Size: 8601600 | Author: 刘小宇 | Hits:

[Delphi VCLPDFReader

Description: Delphi开发的基于FoxitReader内核的PDF阅读器,使用Delphi6开发编写的,其他Delphi版本应该也可以打开源码,除了用有OCX控件外,没用其它的第三方控件。开发者若要查看修改源代码需要先注册FOXITREADER_AX_PRO.OCX控件,本人比較懶,加上目前的功能已满足需要,因此后续版本就需要他人完成了,大家期待吧!-The kernel of FoxitReader PDF reader based on Delphi development, use Delphi6 prepared, other Delphi versions should also be open source, in addition to the use of OCX controls, not with the other third party control. Developers to view the source code modifications need to register the FOXITREADER_AX_PRO.OCX control, I am lazy, coupled with the current function has to meet the need, so subsequent versions need others, we look forward to it!
Platform: | Size: 3178496 | Author: wpudn49 | Hits:

[CSharpPDFReader

Description: 读取pdf文件,基本上能正确获取pdf中文件部分。-Pdf file to read the source code, the basic can correctly extract the text part of the pdf.
Platform: | Size: 364544 | Author: 小哥啊 | Hits:

[File OperatePdfReader

Description: MFC下调用AdobeReader的例子-How to using adobe Reader COM in MFC。
Platform: | Size: 6787072 | Author: javictory | Hits:

[Other systemsPDFReader

Description: Read and Run PDF Oracle .-Read and Run PDF Oracle .
Platform: | Size: 23552 | Author: Tuan | Hits:

[Windows DevelopPDFReader

Description: 可以直接读取PDF上的内容并获取你想要的东西(You can read the content on the PDF directly)
Platform: | Size: 1571840 | Author: sinsin7 | Hits:
« 1 2 3»

CodeBus www.codebus.net