TWAIN Working Group

Newsletter Signup
Donate
Help keep TWAIN free
  • About TWAIN
    • What’s New?
    • News
    • Events
    • Membership
    • Consider a Donation
    • Contact Us
  • Why TWAIN?
  • Developers
    • Driver Developer
    • Application Developer
    • TWAIN Features
    • Specification & Tools
    • Self Certification Process
  • Support Forums
  • Scanner End-User
  • Find Certified Drivers
    • Facebook
    • LinkedIn
    • Vimeo

Adam

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 43 total)
1 2 3 →
  • Author
    Posts
  • November 26, 2012 at 5:37 am in reply to: Send to TWAIN #25720
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi Jim,

    I don’t quite understand your requirements. Do you mean you already have some images located on your server, ftp site and/or local folders? And you want to load these images to your application, do some editing work and then upload them to somewhere in the multi-page PDF or TIFF format. Besides loading existing images, you also want your app to capture images from TWAIN compliant devices. Am I correct? If this is the case, you can check out Dynamic Web TWAIN to see if it is what you are looking for.

    October 29, 2012 at 8:13 am in reply to: Web Twain not workinh with IE 9 #25705
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi Luís,

    I’m from Dynamsoft. Not sure whether you’ve got the problem solved. If the problem persists, you can contact us via Live Help or through email at twainsupport at dynamsoft.com

    Thanks,

    June 28, 2012 at 5:38 am in reply to: Non twain compliant scanner #25629
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi,

    TWAIN and UVC are two different specifications. If the device is UVC compatible, you need to make sure that the software (gimp) also supports UVC.

    I checked online and found that gimp supports TWAIN compatible devices. Not quite sure if it also supports UVC. Maybe you can contact them to verify the information.

    __________________________
    Adam
    Dynamsoft: The leading provider of version control software and TWAIN SDK

    May 23, 2012 at 10:12 am in reply to: Strane error in C# application. #25617
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi,

    Is the driver occupied by other applications? Or is the source closed properly after every scanning session? You can try to call close source after scanning to see if it solves the problem.

    _____________________
    Adam
    Dynamsoft: The leading provider of version control software and TWAIN SDK

    May 8, 2012 at 5:32 am in reply to: Question- how to extract barcode data from twain Application #25570
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi,

    You can use ICAP_BARCODEDETECTIONENABLED, ICAP_SUPPORTEDBARCODETYPES and etc. to deal with the barcode information. Detailed information can be found in the TWAIN specification.

    If you don’t want to learn all those capabilities, you can also find some third-party tool online, Dynamic .NET TWAIN (Barcode Add-on), to do the job for you.

    May 2, 2012 at 5:24 am in reply to: Twain Error : There has been an error opening session #25569
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi Antew,

    Would you please be more specific about the problem? When did you get the error message? Do you have a screenshot of the error message?

    _____________________
    Adam
    Dynamsoft: The leading provider of version control software and TWAIN SDK

    April 18, 2012 at 8:40 am in reply to: SeqError opening-closing-opening different sources. #25566
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi Fabio,

    Did you try to close the source before your second step?

    1) Control/Parent/OpenDSM to open the source manager
    2) Close source.
    3) Control/Identity/OpenDs to open the selected source
    4) Control/UserInterface/EnableDsUiOnly to show twain configuration panel
    5) Control/CustomDSData/Get to retrieve parameters
    6) Control/Identity/CloseDs to close the selected source
    7) Control/Parent/CloseDsm to close the source manager

    ____________________
    Adam
    Dynamsoft: The leading provider of version control software and TWAIN SDK

    March 21, 2012 at 6:15 am in reply to: Capabilitie Trouble when 16 Bit Grayscale Tiff Scanning #25540
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    What error message did you get when setting through capabilities? Also, are you using a third-party tool to do the scanning or program from scratch based on the twain specification? If the latter, you can use DG_CONTROL / DAT_IDENTITY / MSG_USERSELEC to get the select source dialog box. ICAP_SUPPORTEDSIZE can be used for page size. For detailed information, you can refer to the specification:
    https://www.twain.org/docs/TWAIN_2_1_Spec.pdf

    ___________________
    Adam
    Dynamsoft: The leading developer of version control software and TWAIN SDK

    March 15, 2012 at 9:27 am in reply to: Crash TWAIN 2 DS with SP3 of Office 2k3 (MSO Doc Scanning) #25553
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Would you please tell us more about the crash issue?

    – Do you get the crash when scanning, or does it happen when you open the app?
    – Did you try with another scanner?
    – Besides Microsoft Office Document Scanning, did you try another tool, such as Twack (desktop) and Dynamic Web TWAIN (web)? If yes, how does it work?

    March 7, 2012 at 10:13 am in reply to: Connection to switched off scanner #25223
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi Jaroslaw.M,

    I’m wondering whether the application hang issue is caused by the improper source close. You can try to close the source after every scanning session and see if it helps.

    Adam
    Dynamsoft: Version Control | TWAIN SDK

    February 22, 2012 at 8:13 am in reply to: TWAIN with Mac OS X 10.7 #25535
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi Mohammad,

    Would you please be more specific about “this is not working for HP LaserJer M1536dnf scanner”? If you’ve installed the driver (for HP) properly on Mac, what about the TWAIN application? Which application are you using or is it a self-designed one? Has the plug-in installed properly?

    You can also try the following demo for testing purpose and see if you can scan images successfully.
    http://www.dynamsoft.com/demo/DWT/online_demo_scan.aspx

    February 21, 2012 at 10:14 am in reply to: Twain under citrix #25533
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi jmerhej,

    I wanna make clear of the following two things:

    1. With Dynamic TWAIN, you can access the driver installed on both the citrix server and the client PC.
    2. With the TWAIN visual studio sample, you can only get the driver installed on the citrix server.

    If I’m correct, please tell me whether you are testing the same drivers on the citrix server and the client PC. Also, please make sure you have the permission to access the driver.

    ___________________
    Adam
    Dynamsoft: The leading developer of version control software and TWAIN SDK

    January 20, 2012 at 10:18 pm in reply to: can data source provide list of scanners #24559
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi,

    You can use DG_CONTROL / DAT_IDENTITY / MSG_USERSELECT to display the select source dialog box. The dialog displays a list of all Sources that are installed on the system that can provide data of the type specified by the application. You can check out the the specification for detailed information.
    https://www.twain.org/docs/TWAIN_2_1_Spec.pdf

    ___________________
    Adam
    Dynamsoft: version control software and TWAIN SDK

    December 20, 2011 at 12:00 am in reply to: Kodak i620 Scanner Not keeping values #25505
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Hi PGlynn,

    How do you set the compression? And do you 100% get the problem when scanning for the second time?

    If you are working on your own application, you can use CAP_DUPLEX and CAP_DUPLEXENALBED to enable duplex scanning. If you want to filter out the blank page, you can try ICAP_AUTODISCARDBLANKPAGES.
    https://www.twain.org/docs/TWAIN_2_1_Spec.pdf

    Adam
    Dynamsoft: TWAIN SDK | Version Control Software

    December 7, 2011 at 10:37 pm in reply to: List of twain compliant(Supported) scanner #25502
    Adam
    Participant
    • Topics - 0
    • Replies - 43
    • Total Posts - 43

    Yes, this is a much better list. 🙂

    _____________________
    Adam
    Dynamsoft: version control | TWAIN SDK

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 43 total)
1 2 3 →

Quick Links

Service Providers
TWAIN Support Forums
Membership
Contact Us
Privacy Policy

Newsletter Signup

TWAIN Working Group Family

TWAIN Working Group
TWAIN Direct®
TWAIN Resources
TWAIN Certified Drivers
PDF/raster

  • Facebook
  • GitHub
  • LinkedIn
  • Vimeo

Recent Topics

  • EPSON V600 TWAIN and WIA on Windows 10
  • When and how to use WaitForEvents command ?
  • Problem enumerating list of installed scanners in windows server 2012
  • Failed to create TWAIN progress! Error code is 1260.
  • To get the list of scanners from javascript client side (browser)
  • Quarterly Newsletter
  • TWAIN Working Group Membership
  • Logo Usage
  • TWAIN License
  • Contact Us
Privacy Policy • Privacy Tools • Copyright © 2021 TWAIN Working Group • by iHwy, LLC • Log in