Search found 28 matches

by nschafer
Thu Jul 03, 2014 6:48 pm
Forum: Document Printing
Topic: Scale Large Pages, but not small pages when printing
Replies: 4
Views: 14053

Re: Scale Large Pages, but not small pages when printing

I found another way around my issue. Rather than trying to print the original long image I am now splitting that image into pages before printing. This way I don't have to resize or play with resolution so I'm not losing any quality from my original image. In case anyone is interested I'll post my c...
by nschafer
Wed Jul 02, 2014 6:22 pm
Forum: Document Printing
Topic: Scale Large Pages, but not small pages when printing
Replies: 4
Views: 14053

Re: Scale Large Pages, but not small pages when printing

I've worked out a way to do this, but it has a problem. My process is simply to check to see if the image is more than 8.5" wide and if so resize it to 8.5" wide then set the horizontal and vertical resolution back to what they originally were. This resized my test image that was originall...
by nschafer
Fri May 23, 2014 4:29 pm
Forum: Document Printing
Topic: Scale Large Pages, but not small pages when printing
Replies: 4
Views: 14053

Scale Large Pages, but not small pages when printing

Hello, I am trying to give my users an option that will shrink large pages but leave small pages alone. We have many types of documents that we scan or capture from web pages. The documents are saved as multi-page Tiff files. The user has an option to select several documents to be printed, exported...
by nschafer
Thu Sep 09, 2010 8:06 pm
Forum: Licensing
Topic: Option has not been unlocked
Replies: 2
Views: 14035

Re: Option has not been unlocked

Thanks for the quick response. Unfortunately I could not determine which method was causing the message, but moving the license info to the top of the form_load method resolved the issue.

So problem solved. Thanks again,

Neal.
by nschafer
Thu Sep 09, 2010 5:38 pm
Forum: Licensing
Topic: Option has not been unlocked
Replies: 2
Views: 14035

Option has not been unlocked

Hi Loic, Something strange is happening today. I've been working on an app for a few weeks using GDViewer and GdPictureImaging. I've had no problems up until now. When running the application I now receive the following messages: Image processing: This option has not been unlocked ! Please, unlock i...
by nschafer
Fri Mar 19, 2010 8:29 pm
Forum: TWAIN & WIA Acquisition
Topic: Grey background on scanned documents
Replies: 1
Views: 3753

Grey background on scanned documents

Hello Loic, I'm having a problem with documents I scan having a grey background instead of white. When I scan the same document with the same scanner using other software the background is white. In both cases I am scanning greyscale. My version is 6.4001 (I'll update to the latest). The code I'm us...
by nschafer
Mon Oct 05, 2009 10:50 pm
Forum: Image Processing & Document Imaging
Topic: HTML to Image
Replies: 1
Views: 1999

HTML to Image

Is there any function to convert HTML to an image. I don't want to convert a web page as can be done with the CreateGdPictureImageFromHTTP method. I want to supply the HTML as a string and create an image as that HTML would appear in a web browser. That being said, the HTML I intend to convert is ve...
by nschafer
Mon Oct 05, 2009 10:43 pm
Forum: General discussions
Topic: Can I run GDPicture as a Windows Service?
Replies: 3
Views: 5466

Re: Can I run GDPicture as a Windows Service?

Just a quick note. I use GdPicture in a Windows Service without any issues. I am not however attempting to control a scanner. The App I created to run as a service simply watches a folder and coverts any TIFF files it finds into PDF becuase the particular client's multi-function-device will only sav...
by nschafer
Thu Aug 27, 2009 9:18 pm
Forum: Document Printing
Topic: Slow Printing
Replies: 1
Views: 6586

Re: Slow Printing

I modified my code to use MutiPage Tiff instead of PDF and it prints MUCH faster. I'm ok with this format, but I would still like to know why the PDF files have the stated problem. There will undoubtedly be times when I need to print PDFs

Neal.
by nschafer
Thu Aug 27, 2009 6:15 pm
Forum: Document Printing
Topic: Slow Printing
Replies: 1
Views: 6586

Slow Printing

I am printing a PDF document that was created with GdPicture. The document is a 2 page PDF and is 303KB on the hard drive. When I print it from GdViewer it takes a very long time to print and send 8.62 MB to the printer. I've tries playing with the quality setting but this has not changed anything. ...
by nschafer
Wed Aug 26, 2009 5:05 pm
Forum: PDF
Topic: Add image to pdf
Replies: 2
Views: 7383

Re: Add image to pdf

I decided to keep adding my corrections to this post so that if anyone else ran into similar issues this would be here to help. My previous post worked great for a single image, but for multiple images, only the first was included properly. It turns out I was still having the same trouble as noted a...
by nschafer
Wed Aug 26, 2009 4:14 pm
Forum: PDF
Topic: Add image to pdf
Replies: 2
Views: 7383

Re: Add image to pdf

Working now. Just goes to show you that RTFM (Read the fine manual) is always the best first step. I had missed the following line in the documentation: All the used images must be added into the pdf before using the PdfNewPage() function, otherwise this function will return 0. ! Moving the PdfAddIm...
by nschafer
Wed Aug 26, 2009 3:53 pm
Forum: PDF
Topic: Add image to pdf
Replies: 2
Views: 7383

Add image to pdf

Hello Loic, I'm trying what should be a fairly simple task. To create a pdf with a series of images in it from my database. I retrieve the images without any trouble, and can display them in a GdViewer control with no problem. SaveToPDF also works fine. But creating a PDF and adding the image, so th...
by nschafer
Fri Jul 24, 2009 7:06 pm
Forum: Feature Requests
Topic: Dicom Image Support
Replies: 3
Views: 11690

Re: Dicom Image Support

As a addition to this feature, being able to view DICOM images with the viewer control would also be very helpful.

Neal.
by nschafer
Thu Jul 23, 2009 9:02 pm
Forum: Feature Requests
Topic: Dicom Image Support
Replies: 3
Views: 11690

Dicom Image Support

Here's a feature i would find useful. The ability to save as a DICOM image. In case you are not aware DICOM is the standard format used in Medical Imaging. Here's a link to information on DICOM: http://medical.nema.org/

Thanks,

Neal.