ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Hi noob here, some quick pointers?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
cosworth Posted - Oct 18 2017 : 11:36:26
Hi I'm just starting out with ImageEn. My project is scanning from an ADF scanner, Epson DS570W. I will be providing the file name and path and hopefully scanning straight to a folder. single pages and multi-page documents (invoices)

Can anyone give some pointers to demos that would be most useful for this. I have been looking through them, but there's a lot of them.

Also is the book worth buying, does it cover more than the demos.
7   L A T E S T    R E P L I E S    (Newest First)
w2m Posted - Oct 20 2017 : 10:52:34
Add this filter string to the SavePictureDialog.Filter in the IDE:
All (*.pdf;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.jpg;*.jpeg;*.gif;*.png;*.ico;*.emf;*.wmf;*.tif;*.tiff)|*.pdf;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.ico;*.tif;*.tiff|Adobe PDF (*.pdf)|*.pdf|GIF Image (*.gif)|*.gif|Portable Network Graphics (*.png)|*.png|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jpeg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|TIFF Images (*.tif)|*.tif|TIFF Images (*.tiff)|*.tiff

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
cosworth Posted - Oct 20 2017 : 10:28:11
ok, forget all that, I'm too dumb to be allowed near technology, well at least these last few days I am. My D: drive is a cd, it should be E:
cosworth Posted - Oct 20 2017 : 07:27:38
ok, got a bit further. Bill sent me an example over that used a save to picture dialogue. this works if I save the file as a tiff, what do I need to save it as a pdf?
cosworth Posted - Oct 20 2017 : 05:27:45
Hi Nigel
I tried that first, first I put it at the end of the Acquire button event, then I put it on it's own button event. I get an error "Cannot create file"D:\test.pdf", The Device is not ready"
I missing something...
Regards
Chris
xequte Posted - Oct 19 2017 : 14:40:45
Hi Chris

If all the images are in a TImageEnMView you can use:

ImageEnMView.MIO.SaveToFilePDF('D:\output.pdf');

https://www.imageen.com/help/TImageEnMIO.SaveToFilePDF.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
cosworth Posted - Oct 19 2017 : 08:22:56
Hi Nigel
I've been looking at those, All Acquire scans all the documents and shows them, but how do I save them as a single pdf file? I found some save examples for ImageENView but not ImageENMView

Thanks
Chris
xequte Posted - Oct 19 2017 : 00:36:21
Hi

For acquisition demos, either look at
Demos\ImageAcquisition\Twain\TwainDemo.dpr for a pure Twain scanning
or
Demos\ImageAcquisition\AllAcquire\AllAcquire.dpr if you want to support both Twain and WIA scanners.

The book is very detailed and written by Bill Miller, a long time ImageEn user who you will see a lot of on this forum. It also includes many more demos.




Nigel
Xequte Software
www.xequte.com
nigel@xequte.com