Search found 59 matches

by steves
Mon Apr 12, 2010 12:27 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

Hi Loic,

Thanks for the First Class support and prompt resolution.
All is working great now :D

Many thanks
Steve
by steves
Mon Apr 12, 2010 12:11 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

Email sent loic :)

Cheers
Steve
by steves
Mon Apr 12, 2010 12:06 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

Hi Loic,

Im using an upgrade version

Thank you for your purchase of:

(1) - Upgrade to GdPicture.NET - GdPicture Pro Imaging SDK to GdPicture.NET Document Imaging SDK

I believe its the right one.

The image displays ok just get the unlock message.

Cheers
Steve
by steves
Mon Apr 12, 2010 11:30 am
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

Hi Loic, Ive just downloaded the new version 6.7 and i am struggling to get the pdf into the image. im using the following code npdfID = Me.image.PdfReaderLoadFromFile(imagename) Me.Viewer.DisplayFromGdPictureImage(Me.image.PdfReaderRenderPageToGdPictureImage(npdfID, 300, False)) I get the following...
by steves
Fri Apr 02, 2010 3:49 pm
Forum: Other discussions
Topic: Emails from esupport
Replies: 2
Views: 13543

Re: Emails from esupport

Hi Loic,

Its ok,I just thought someone was trying to spoof emails to get my license key.

No harm done :)

Cheers
Steve
by steves
Fri Apr 02, 2010 3:27 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

Thanks Brill :D :D

Thanks Loic.
by steves
Fri Apr 02, 2010 1:34 pm
Forum: Other discussions
Topic: Emails from esupport
Replies: 2
Views: 13543

Emails from esupport

Hi Loic, I keep getting emails from esupport Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure tha...
by steves
Fri Apr 02, 2010 12:58 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

OK ! Well the GdPictureImaging class is not able to handle PDFs. However, this feature will be introduced soon ;) Currently you have to use the GdViewer class. With best regards, Loïc Will this feature be available in version 6.7 ?. When i purchased V6 back in July last year it was going to be intr...
by steves
Mon Mar 15, 2010 2:26 pm
Forum: Image Processing & Document Imaging
Topic: render pdf file
Replies: 15
Views: 8050

Re: render pdf file

Loïc wrote:OK !

Well the GdPictureImaging class is not able to handle PDFs. However, this feature will be introduced soon ;)
Currently you have to use the GdViewer class.

With best regards,

Loïc
im also eager to use this feature :P

Cheers
Steve
by steves
Fri Dec 11, 2009 3:47 pm
Forum: Image Processing & Document Imaging
Topic: Multiple images in memory
Replies: 2
Views: 2072

Re: Multiple images in memory

Thanks Loic thats just what i was after.
I was assuming that i would need to save the multipage tiff beofre being able to view it and didnt realise i could do it in memory.

Many thanks for the swift response.

Cheers
steve
by steves
Fri Dec 11, 2009 3:20 pm
Forum: Image Processing & Document Imaging
Topic: Multiple images in memory
Replies: 2
Views: 2072

Multiple images in memory

Hi is it possible to extract multiple pages from a pdf into a multiple page image in memory without saving it to a file first. For example For i As Integer = 1 To Me.Viewer.PageCount ' 4 pages nImageid = Me.Viewer.PdfRenderPageToGdPictureImage(200, i) image.ConvertTo1Bpp(nImageid) -->> need some thi...
by steves
Wed Nov 04, 2009 4:20 pm
Forum: Example requests & Code samples
Topic: How to show a image from a Blob field in GDViewer?
Replies: 1
Views: 2342

Re: How to show a image from a Blob field in GDViewer?

Hi This is what i do with SQL 2005 but i store images in the image data type rather than varbinary(max) Dim Bits As Byte() Dim Connection As New SqlConnection("data source=*servername\instance;initial catalog=*Database Name;Integrated Security=SSPI") Dim DataAdaptor as New SqlDataAdapter D...
by steves
Mon Oct 26, 2009 10:12 am
Forum: Image Processing & Document Imaging
Topic: Multipage Tiff and AutoDeskew
Replies: 2
Views: 2401

Re: Multipage Tiff and AutoDeskew

Hi I think first you may need to open the file for write mode first oGdPictureImaging.TiffOpenMultiPageForWrite(True) Then i think you need to go through each page in the tiff and deskew that way For iPages As Integer = 1 To image.TiffGetPageCount(intImageID) oGdPictureImaging.TiffSelectPage(intImag...
by steves
Fri Oct 23, 2009 10:55 am
Forum: Licensing
Topic: GdPicture.NET Document Imaging SDK Free upgrades
Replies: 8
Views: 18083

Re: GdPicture.NET Document Imaging SDK Free upgrades

Hi, GdPicture.NET 7.0 should be released between 8 & 12 months. We do not offer yearly base but upgrades from GdPicture V6 to GdPicture V7 will be free for recent customers. For others, a small charge will be required for update. Kind regards, Loïc I only bought V6 in July! How would you define...
by steves
Thu Oct 22, 2009 4:55 pm
Forum: Image Processing & Document Imaging
Topic: multipage tiff with image rotation problem
Replies: 5
Views: 2953

Re: multipage tiff with image rotation problem

How Embarrasing :oops:

Thats solved it.Thanks Loic

Cheers
steve