Search found 5 matches

by coeus
Sat Dec 15, 2007 9:56 pm
Forum: Document Viewing
Topic: GdViewer multi form white screen
Replies: 1
Views: 2068

After Installing VB and Gd app on anonther computer and trying many different things I've found out that if you use formViewer.show() instead of FormViewer.showdialog(me) it works as it should. However, you lose the modal feature. I have a work around so this issue is low priority now. Thanks for yo...
by coeus
Sat Dec 15, 2007 9:45 pm
Forum: Document Viewing
Topic: GdViewer multi form white screen
Replies: 1
Views: 2068

GdViewer multi form white screen

I am in the process of writting an application that uses multiple forms in VB.Net 2.0 and the viewer doesn't display the picture is you close the viewer form out and open it back up. It works perfect the first time you open the viewer but after that nothing helps. I've tried doing a viewer.closeimag...
by coeus
Wed Nov 21, 2007 12:45 am
Forum: Example requests & Code samples
Topic: Convert from PDF to multipage Tiff or JPEG
Replies: 12
Views: 35286

Convert from PDF to multipage Tiff or JPEG

Is there a way to convert from PDF to tiff? Here is some sample code that works fine for jpg but not PDF Me.OpenFileDialog1.ShowDialog() Me.Imaging1.CreateImageFromFile(Me.OpenFileDialog1.FileName) Me.Imaging1.TiffSaveAsNativeMultiPage(My.Application.Info.DirectoryPath & "\MyConvertFile.tif...
by coeus
Fri Oct 12, 2007 12:19 am
Forum: Document Viewing
Topic: GdViewerPro3 via ASP.NET 2.0
Replies: 3
Views: 3917

thanks for the reply

I had tried that over and over again in Visual Web Developer and no luck. I finally took it over to Visual Studios and it works perfect. Not sure what the difference is but I thought I'd post to save someone else some time.
by coeus
Tue Oct 09, 2007 7:58 pm
Forum: Document Viewing
Topic: GdViewerPro3 via ASP.NET 2.0
Replies: 3
Views: 3917

GdViewerPro3 via ASP.NET 2.0

how would I go displaying GdViewerPro from an ASP.NET page?

ps the language is VB