This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, July 27, 2007 1:45:09 PM(UTC)
Groups: Registered
Posts: 2
Hi,
Current I am evaluation Leadtool producr for:
Document Imaging. the requirement would be:
Combine Images, Split Images, Anotate Images (most of the time it would be text), print document s to tiff or PDF, ocr (tif and pdf) and other Image manupulations.
Can I get a sample code to do following with LEADTOOL .net lib.
- Load a Multipage tif file
- Apply annotation on each page
- burn annotation on Image
- save tiff file
I appreciate your help in advance.
Hitesh
#2
Posted
:
Tuesday, July 31, 2007 6:24:24 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Here's a simple C# 2005 example that uses the LEADTOOLS 15 .NET libraries loads a multipage file, adds and burns a text annotation on each page, then saves the multipage tiff file.
#3
Posted
:
Wednesday, August 1, 2007 7:30:59 AM(UTC)
Groups: Registered
Posts: 2
Thank you,
It worked perfectly file.
I have one more question, Is there a way to apply annotation without the use of viewer control, if it improves the speed of the process?
Thank you.
#4
Posted
:
Friday, August 3, 2007 11:45:23 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Unfortunately, it is impossible to leave out a viewer because it is needed in the AnnContainer object (which is in the AnnAutomationManger if you're using automated annotations). However, it will still work if you either make it invisible or just declare one in your code and never add it to the form.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.