Search found 49 matches

by MIKES
Wed Jun 03, 2009 6:27 pm
Forum: Image Processing & Document Imaging
Topic: How to save annotation
Replies: 22
Views: 8652

Re: How to save annotation

Hi arminder, if (oGdPictureImaging.DrawTextBox(CloneID, sText,StartY,StartX , EndY - StartY,EndX - StartX, Convert.ToInt16(iFontSize), TextAlign.TextAlignLeft, ObjFontStyle, System.Drawing.Color.Black, strFontName, true, true) == 0) { Are you sure you have your X, Y order correct? public GdPictureSt...
by MIKES
Tue May 19, 2009 1:57 pm
Forum: PDF
Topic: PDF Properties Observations
Replies: 2
Views: 3360

Re: PDF Properties Observations

Thanks Loic,

Yes, I was originally just setting the PDF keywords with a text string that included CRLF.

Found that that showed up as /r/n in the PDF keywords field.

That's when I started looking and found the 
 stuff.

Mike.
by MIKES
Mon May 18, 2009 8:38 pm
Forum: Image Processing & Document Imaging
Topic: How to save annotation
Replies: 22
Views: 8652

Re: How to save annotation

Should the ImageID in the following line be JImageID ?

int CloneID = oGdPictureImaging.CreateClonedGdPictureImageI(ImageID);
by MIKES
Mon May 18, 2009 6:42 pm
Forum: PDF
Topic: PDF Properties Observations
Replies: 2
Views: 3360

PDF Properties Observations

Hi Loic, As I am not sure I am doing this correctly I am posting my observations to see what thoughts you might have. Been working with PdfCreateFromMultipageTIFF. Specifically with the the Title, Author, Subject, Keywords. GdStatus = oGdPictureImaging.PdfCreateFromMultipageTIFF(MasterImageID, _ Unc...
by MIKES
Mon May 04, 2009 9:11 pm
Forum: Image Processing & Document Imaging
Topic: How to save annotation
Replies: 22
Views: 8652

Re: How to save annotation

Hi ARMinder, FYI, you mentioned the dot net tool kit in your first post, this is the Active X forum. Have you looked at the samples included with the SDK, specifically the textwritter sample. (Though I see that the sample does not actually save the new image, and it uses DrawText instead of DrawText...
by MIKES
Mon May 04, 2009 8:38 pm
Forum: Document Printing
Topic: Imaging.PrintFit Message Window
Replies: 1
Views: 3535

Imaging.PrintFit Message Window

Hi Loic,

The method oGdPictureImaging.PrintFit(imageID) appears to pop up a little message window while it is printing.
Any chance of getting an option to suppress the display of this message window.

Thanks,

Mike
by MIKES
Mon Mar 23, 2009 4:03 pm
Forum: General discussions
Topic: Documentation Shortcut incorrect
Replies: 3
Views: 3671

Re: Documentation Shortcut incorrect

Hi Loic,

Just an FYI.

Uninstalled existing version.
(Made sure existing shortcut was removed)
Installed v6.1.11

The Documentation shortcut is still pointing to the same incorrect location.
by MIKES
Thu Mar 19, 2009 2:04 pm
Forum: Image Processing & Document Imaging
Topic: Known page limit on number of pages in multipage Tiff file ?
Replies: 4
Views: 3461

Known page limit on number of pages in multipage Tiff file ?

Hi Loic, Before I attempt this... I will be making some multipage tiffs from a collection of single page tiffs. Pages will be Letter size, 200dpi, black/white. CCITT group 4 I may end up with some multipage tiffs that are 200, 300, 400 or more pages. Are there any known or suspected limits on the nu...
by MIKES
Thu Mar 12, 2009 5:25 pm
Forum: Image Processing & Document Imaging
Topic: Win Server 2008 GDTwain error: DSM Library can not be loaded
Replies: 9
Views: 5733

Re: Win Server 2008 GDTwain error: DSM Library can not be loaded

Slava,

Please let us know how it works.

Further googling indicates that on W2K8 Servers the TWAIN_32.dll is installed in a "side-by-side" location.
I've never used those.


http://social.msdn.microsoft.com/Forums ... a84dd0e56/
by MIKES
Thu Mar 12, 2009 5:04 pm
Forum: Image Processing & Document Imaging
Topic: Win Server 2008 GDTwain error: DSM Library can not be loaded
Replies: 9
Views: 5733

Re: Win Server 2008 GDTwain error: DSM Library can not be loaded

What a coincidence, I just read in another forum that Windows 2008 does not install the TWAIN_32.DLL.
You will have to do it yourself.
Not sure where to get the right version from...
by MIKES
Fri Feb 27, 2009 8:45 pm
Forum: Document Viewing
Topic: distribute with applications
Replies: 1
Views: 2097

Re: distribute with applications

Hi, I program in Microsoft Visual Studio and just use it to create a setup project that installs my application and any necessary GdPicture files. This puts all the files into a single folder on client PC's. What did you program your application in? Aside from the GdPicture DLL's, how are you instal...
by MIKES
Tue Feb 10, 2009 9:20 pm
Forum: General discussions
Topic: Documentation Shortcut incorrect
Replies: 3
Views: 3671

Documentation Shortcut incorrect

Loic, The Target and Startin paths for the documentation shortcut put into the "All Programs" by the .NET installation program is incorrect. Target "C:\Program Files\GdPicture.NET\documentation\html\content\index.html" should be... "C:\Program Files\GdPicture.NET\Documentati...
by MIKES
Fri Feb 06, 2009 10:15 pm
Forum: PDF
Topic: Created PDF is blurry
Replies: 2
Views: 3633

Created PDF is blurry

Just mentioning to see what insights there might be. I have the Tiff to PDF conversion working. So far the original Tiff have been 200 DPI - Black/white tiffs. 8.5 x 11 After converting, program closes image in the viewer and then does a Viewer.Displayfromfile to view the PDF The PDF image, at the s...
by MIKES
Fri Feb 06, 2009 5:02 pm
Forum: PDF
Topic: [PdfCreateFromMultipageTIFF ] Documentation Clarification?
Replies: 2
Views: 3572

[PdfCreateFromMultipageTIFF ] Documentation Clarification?

Normally when I open a TIFF I have no idea, before hand if it is a single page or multipage tiff. So I am looking for a process that will handle either. I realize the documention is referring specifically to handling a MultiPageTIFF. The Documention Example for PdfCreateFromMultipageTIFF show this D...