|
|
Browse by Tags
All Tags » AtalaImage
Showing page 1 of 2 (20 total posts)
-
Hi,
I'm using DotImage 8.0 for displaying image and creating different types of annotations.
I'm creating a rubberstamp annotation.
Now I want to set image to rubberstamp and make size of rubberstamp fixed.
Can any one help me out?
-
Hi SidTrey,First of all thanks for your reply. As you can see I got succeeded in burning a single page document(image). But my problem is I didn't find any solution to loop through all images of a multipage document(image). Can you provide me code to loop through all images of a multipage document(image)? So that I can easily integrate it into my ...
-
I'm using the Atalosoft DotImage 5.0 product. We have images stored in a SQL Server DB. We have a .net 2003 app that pulls these images, loads them into a byte array and then into a memory stream. We then attempt to open this stream in order to display the pdf using the Workspaceviewer control, but when the ...
-
Hi,
I'm using DotImage 7.0. I'm using WebAnnotationViewer to show images like JPEG/BMP etc.
Now I want to keep my viewer size fixed and I want to resize image as per viewer.
Can anyone help to solve this problem?
Please reply urgently.
Thanks in advance,
Rajesh.
-
Hi,
I am getting thi exception ''An unhandled exception of type 'System.StackOverflowException' occurred in Atalasoft.dotImage.Lib.dll '' while running the demo provided by Atalasoft DocumentAnnotationViewer.
Here are the steps for this:
1.Add a tiff file which contains 3 pages and one with annotation 2.Select any one thumbnail of them ...
-
Hi,
I am scanning a set of documents and displaying those as thumbnails through WPF Image Control. To do this, I am Converting the Bitmap coming from Acquisition ImageAcquired event as follows.
Bitmap -> AtalaImage -> ByteArray -> BitmapImage. I am binding a list of BitmapImage to the WPF DataTemplate with Image control. I dont want ...
-
I've been looking through the forums and the documentation and haven't been able to find anything specific on actually coping a specific pdf page into a new pdf. Does this sort of functionality exist?
-
I using this code to read a page of the multipage tiff:
using (FileStream fs = File.OpenRead(''multipage.tif'')){ TiffDecoder tiffReader = new TiffDecoder(); using (AtalaImage page = tiffReader.Read(fs, pageNumber, null)) { ...
-
Due to there being a bug in the Save method of the DocumentViewer which results in only the loaded image is saved, I need to retrieve all the images and add them to a ImageList so I can then save using the PDFEncoder.Save() method. My question is how can I get the full images returned as an AtalasoftImage.
Anyone got any ...
-
My application pulls individual Tiff files out of a SQL Server DB and builds either a multipage Tiff or PDF file depending on the user's selection. The user views the files using Acrobat Reader or the MS Document Imaging Tool. Some of these files can end up being a 1000+ pages. The problem that I'm having is that the Tiff file will build and ...
1
|
|
|