Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, July 27, 2007 1:45:09 PM(UTC)

hitesh  
hitesh

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

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, July 31, 2007 6:24:24 AM(UTC)

GregR  
GregR

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.
File Attachment(s):
 
#3 Posted : Wednesday, August 1, 2007 7:30:59 AM(UTC)

hitesh  
hitesh

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)

GregR  
GregR

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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.110 seconds.