Search found 20 matches

by bpabmeyer
Fri Jun 06, 2014 8:22 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

This is what I finally went with. The PrintSetStdPaperSize() worked to some degree but cut off some of the document. I give them the PrintDialog() box and tell them what settings to set since I can't get anything to work correctly through code. Thanks for all your help. oGdPictureImaging.PrintSetAct...
by bpabmeyer
Thu Jun 05, 2014 5:19 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

Loic,

I have tried the PrintSetUserPaperSize(). I will try the other two and let you know. Thanks.

Bernie
by bpabmeyer
Thu Jun 05, 2014 4:38 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

Loic, When I get into the PrintDialog, I have to go into Preferences. I change the following settings... Color - From Color to Monochrome Orientation - From Portrait to Landscape Rotate Page 90 degrees - From off to on Page Size - From Letter (8.5 x 11) to various settings (ARCH C (18 x 24), ARCH D ...
by bpabmeyer
Tue Jun 03, 2014 6:54 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

Loic, I can't set the papersize, as there is only one size. The paper comes off a roll. The printer is a Canon iPF760. In looking at the settings after calling the PrintDialog, none of the settings are actually staying. Below is my code... Dim oPDF As GdPicturePDF = New GdPicturePDF oPDF.PrintSetAct...
by bpabmeyer
Mon Jun 02, 2014 5:18 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

Here is what the file actually looks like and what should actually be printed. Thanks.
by bpabmeyer
Mon Jun 02, 2014 5:01 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

I apologize for the delay in response. Here is a copy of what is printing out. As I stated, I don't want to shrink it to fit as that works fine. My problem is actually printing the full size of the image. Thanks.

Bernie
by bpabmeyer
Thu May 29, 2014 6:33 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Re: Printing Large PDF documents (in size)

Loic, Unfortunately, I need to go the other way. The document might be 24x36 and I need it to print that large but it is only printing out the 8.5x11 corner portion of the document itself. I am trying to figure out a way to just print the document by the actual size of the document itself. I can't s...
by bpabmeyer
Wed May 28, 2014 9:52 pm
Forum: Document Printing
Topic: Printing Large PDF documents (in size)
Replies: 12
Views: 19865

Printing Large PDF documents (in size)

I am trying to print PDF documents that are large in size. Anywhere up to 24 x 36. I am trying to figure out how to print the large documents, as I need them to print in their original size. When I print them I am only getting the corner portion of the document (8.5 by 11). Even when I try to print ...
by bpabmeyer
Mon Aug 12, 2013 6:26 pm
Forum: Image Processing & Document Imaging
Topic: Large Images Loading Slow
Replies: 1
Views: 3148

Large Images Loading Slow

I have a process that loads images to the GD Viewer. If I get larger images, it takes too long to load. I am sure it is something that I am doing. All the images are PDF files. Can anyone assist me please. I will show what I have for code. Thanks. Try GdViewer1.CloseDocument() GdViewer1.SilentMode =...
by bpabmeyer
Mon Sep 24, 2012 3:53 pm
Forum: Image Processing & Document Imaging
Topic: Save resize image
Replies: 1
Views: 6122

Save resize image

I am trying to save a scanned image to PDF. The scanned image is full size letter/legal. I need to save the image resizing it to leave a 2 inch margin on top or bottom. Is this possible? If so, how do I accomplish it. Attached is what I have for the current processing. Dim file As File = Nothing Dim...
by bpabmeyer
Tue Sep 18, 2012 11:00 pm
Forum: Image Processing & Document Imaging
Topic: Image overlay and seal addition
Replies: 1
Views: 10815

Image overlay and seal addition

I am trying to figure out if GDPicture v8.3 will handle what I am trying to accomplish and what steps I need to go through to solve it, if possible. I need to take a PDF file (I do have access to the GDViewer image) and merge it with a Word document that has a seal (similar to a seal of approval) wi...
by bpabmeyer
Thu Nov 03, 2011 11:33 pm
Forum: Image Processing & Document Imaging
Topic: Print a selected portion of an image
Replies: 3
Views: 3844

Print a selected portion of an image

I need to know how to print a section of an image. I currently use this method ImageArea = oGdPictureImaging.CreateClonedGdPictureImageArea(m_ImageID, GdViewer1.GetRectLeftOnDocument, GdViewer1.GetRectTopOnDocument, GdViewer1.GetRectWidthOnDocument, GdViewer1.GetRectHeightOnDocument) the problem wit...
by bpabmeyer
Wed Dec 01, 2010 11:22 pm
Forum: TWAIN & WIA Acquisition
Topic: WIA Error
Replies: 4
Views: 5790

Re: WIA Error

I can also tell you that this method call is returning 0, GdPictureImaging.WiaAcquireToGdPictureImage(). Thanks.
by bpabmeyer
Tue Nov 30, 2010 4:36 pm
Forum: TWAIN & WIA Acquisition
Topic: WIA Error
Replies: 4
Views: 5790

Re: WIA Error

I used the command12 button (Demo 5). Scanner is a Kyocera KM-1820. I acquired the document from the feeder. When i tried to open the document, it said that there were not any pages in the document, even though the scanned file was 1MB in size. The only other information I could probably give you wo...
by bpabmeyer
Wed Nov 24, 2010 5:31 pm
Forum: TWAIN & WIA Acquisition
Topic: WIA Error
Replies: 4
Views: 5790

WIA Error

I am running version 7.2.1 with Windows 7. I am trying to scan via a WIA driver. I can "scan" the first time, even though the scanned document shows as empty. After that, I continually get the WIA_OPERATION_CANCELLED for the WIAstatus. This even occurs in the wia_sample project for wia_sca...