问题标签 [leadtools-sdk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net-mvc-4 - Leadtools 控件是否支持 mvc 4 razor 视图?
leadtools
控件是否支持mvc4 razor views
?我遇到了很多关于在项目中集成leadtoolshtml5
控件的问题。mvc4
c# - 使用 Leadtools 使用 c#.net 将 pdf 转换为 xml
我正在做一个项目,使用 Leadtools 将 pdf 转换为 xml,我可以找到几乎所有的转换,除了 xml 文件。如果可能,请建议一个示例程序,这是一个紧急需求。
ios - LEADTOOLS 条码生成 iOS
我想使用 LEADTOOLS iOS SDK 为“GS1 Databar Expanded Stack”代码生成条形码图像,但我找不到合适的方法(或任何其他类型的代码)。他们的示例仅包含一个“阅读”演示,而不是“写作”演示。谁能建议一种使用 LEADTOOLS SDK 在 iOS 中生成条形码的方法?先感谢您!
c++ - Qr read and generation under QT creator using leadtools
I want to buy license for QR codes read and generating from Leadtools but first I want to try their demo tools. I'm using MSVC 2013 x64 compiler. I think I did everything as follows in documentation:
- Copied all dll's to my project directory (where build and release folder are located)
- Copied Include and Lib folders to my project directory and add this lines to .pro file.
LIBS += -L$$PWD/Lib/CDLLVC12/x64/ -lLtkrn_x
INCLUDEPATH += $$PWD/Include
PRE_TARGETDEPS += $$PWD/Bin/CDLLVC12/x64/Ltkrnx.dll
include and #define LTV19_CONFIG, here is my code:
/li>Ask leadtools support, but they don't have much experience with working with QT...
When I tries to build application I get following errors:
#xA;For following methods documentation says that I only need one dll/lib package (ltkrn). How to fix it? Still I don't get differences between static and dynamic linkage and this could be the problem.
c# - Leadtools PDF 查看器,具有连续滚动功能
我正在使用 Leadtools SDK 构建打开并显示 PDF 文件的 C# WPF 应用程序。
在mommet我只有两个要求:
- 连续滚动(如在 Adobe Reader 中)
- 放大/缩小
我很难弄清楚哪个是正确的控制。这些是 Leadtools 给我的主要控件:
- 图像查看器
- 图像列表
- 光栅图像查看器
因为我想滚动所有 PDF 页面,所以我使用 ImageList 控件。此控件能够显示多个页面,但它没有任何属性,如 ScaleFactor 来控制缩放。ImageViewer 和 RasterImageViewer 都有 ScaleFactor 但它们缺乏显示多个页面的能力,它们一次只显示一个。
哪种控件适合我的场景?以及如何接近它?
c# - Leadtools - OcrException - ocr 未启用
我正在使用 Leadtools OCR
我引用了以下 DLLS:
以下代码将Png文件转换为Pdf
以下行返回一个OcrException
使用代码:-1760
我无法弄清楚为什么会这样
任何帮助,将不胜感激
java - 任何基于 Java 的示例都可以使用 LEADTOOLS 来读取银行支票的详细信息?
寻找基于 Java 的示例以使用LEADTOOLS SDK 来读取银行支票的详细信息,如帐号、MICR 代码等。如果你们中的任何人使用过/看过,请分享。
谢谢。
pdf - 使用 LEADTOOLS 和 PDF-TOOLS 将 pdf 文档转换为 jpeg
我们有要转换为 jpeg 的 pdf 文档(来源:相机或扫描仪)。
我们使用 LEADTOOLS 和 PDF-TOOLS(在两个单独的程序中)将这些 pdf 文件转换为 jpeg 文件。
无论源 pdf 文件的 DPI 如何,这两个工具都使用 150 的默认 DPI。
我们宁愿从源 pdf 文件中获取这个值。
例如:Adobe Acrobat 软件识别源 pdf 文件 DPI 并使用它创建 jpeg 文件。
有没有什么方法可以通过确定源 pdf 文件的 DPI 来使用 LEADTOOLS 和 PDF-TOOLS 实现相同的效果?
c# - An unhandled exception of type 'Leadtools.RasterException' occurred in Leadtools.Codecs.dll
I am using Lead Tool with c#. And Got error in below code. I pass this string base64String value from JS when I cropped Image and then convert it in c# in to Image with Base64ToImage function. So this is all complete code which I did.
An unhandled exception of type 'Leadtools.RasterException' occurred in Leadtools.Codecs.dll
Anyone please give my some solution for this.
video-streaming - LeadTool 可以支持互联网上的实时视频广播(使用 Web 浏览器)
我想开发新的实时(如相机,任何其他视频源)视频广播应用程序。Leadtool 也有 Streaming Module,我可以使用 Leadtool 的 Streaming Module 进行开发吗?
请建议我 Leadtool 在 WebRTC 上的可行性和优缺点。