Search found 50 matches

by PQSIK
Fri Jan 18, 2013 2:28 pm
Forum: Document Viewing
Topic: asp.net web page with master page file
Replies: 3
Views: 3776

Re: asp.net web page with master page file

I have it working now

post closed

pqsik
by PQSIK
Wed Jan 16, 2013 10:12 pm
Forum: Document Viewing
Topic: asp.net web page with master page file
Replies: 3
Views: 3776

Re: asp.net web page with master page file

Hi, I have been trying to get this working for a few days now and still no luck. I have now used a hidden field code below. var oGdViewer = document.getElementById("GdViewer1"); alert(document.getElementById('<%= HiddenField1.ClientID %>').value); var img = document.getElementById('<%= Hid...
by PQSIK
Tue Jan 15, 2013 12:42 am
Forum: Document Viewing
Topic: asp.net web page with master page file
Replies: 3
Views: 3776

Re: asp.net web page with master page file

Hi, I now have the viewer showing tiffs but I cannot get it to work with this function displayDoc() { //unlockGdPicture(); var oGdViewer = document.getElementById("GdViewer1"); oGdViewer.DisplayFromFile('<%=FilePath %>'); } but this does work function displayDoc() { //unlockGdPicture(); va...
by PQSIK
Fri Jan 11, 2013 7:40 pm
Forum: Document Viewing
Topic: asp.net web page with master page file
Replies: 3
Views: 3776

asp.net web page with master page file

Hi there, I have two question and both would be solved with the same idea and code. 1: I have tried to set the License Number with a this js and I get the license not set message. function unlockGdPicture() { m_GdPictureImaging.SetLicenseNumberUpgrade('<%=OldVal %>','<%=NewVal %>'); } and in the cod...
by PQSIK
Wed Oct 31, 2012 10:06 pm
Forum: Example requests & Code samples
Topic: Using GdPicture.NET in web page !
Replies: 6
Views: 8877

Re: Using GdPicture.NET in web page !

Hi

Can file be printed from the viewer in asp.net web?

Thanks
by PQSIK
Wed Mar 07, 2012 10:09 pm
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

Re: pdf files

Thanks for you help, The pdf files are printing but not with GDPictures. I gave up and used the code below Dim par As String = String.Format(" /print:printer=""{0}"" ""{1}", Me.m_PrinterName, filePath) Dim p As New ProcessStartInfo("C:\Program Files\Track...
by PQSIK
Tue Mar 06, 2012 6:52 pm
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

Re: pdf files

Hi there,

I got a error using your code

Status: PdfRenderingPageError

Can I send you the pdf but not here?

Thanks

PQSIK
by PQSIK
Tue Mar 06, 2012 5:40 pm
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

Re: pdf files

Sorry, I thought the support center was not part of this forum.
by PQSIK
Tue Mar 06, 2012 2:12 am
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

Re: pdf files

Hi, The error did not show in a standalone project. Now I'm getting blank print outs using the code below. The code to print the files is in a back ground worker, also I'm installing Its in a citrix environment, The printer has been tested and does print. Is the code correct for printing a list of P...
by PQSIK
Sat Mar 03, 2012 3:06 am
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

Re: pdf files

The problem is with the PrintDialog() comment it out and it works. Dim gdppdf As New GdPicture.GdPicturePDF gdppdf.PrintSetActivePrinter(Me.m_PrinterName) For intCount As Integer = 0 To m_DocData.Count - 1 If Not Me.CancellationPending Then Try gdppdf.LoadFromFile(m_DocData.Item(intCount).DocPath, T...
by PQSIK
Sat Mar 03, 2012 2:53 am
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

Re: pdf files

Hi there, This is the error message I'm getting, does that help? at System.Windows.Forms.UnsafeNativeMethods.PrintDlgEx(PRINTDLGEX lppdex) at System.Windows.Forms.PrintDialog.ShowPrintDialog(IntPtr hwndOwner, PRINTDLGEX data) at System.Windows.Forms.PrintDialog.RunDialog(IntPtr hwndOwner) at System....
by PQSIK
Fri Mar 02, 2012 7:48 pm
Forum: Document Printing
Topic: pdf files
Replies: 11
Views: 15711

pdf files

Hi, I'm having a problem printed PDF's in windows 7 and 8. Installed the latest version of gdpictures. I don't have the gdpicture pdf plugin. I have a WPF project framework 4.0 and can print and see files in the viewer on a XP computer. But when I install the program on windows 7 or 8 nothing happen...
by PQSIK
Sun Nov 20, 2011 11:59 pm
Forum: TWAIN & WIA Acquisition
Topic: System.StackOverflowException
Replies: 9
Views: 8573

Re: System.StackOverflowException

Hi,

I followed the instructions and create a new support case.

Thanks

PQSIK
by PQSIK
Sun Nov 20, 2011 6:10 pm
Forum: TWAIN & WIA Acquisition
Topic: System.StackOverflowException
Replies: 9
Views: 8573

Re: System.StackOverflowException

Hi again, The test is showing you the steps that gave me the error. I know the text box has on event in the code, I used the text box because it was also giving me the error as a combo box when clicked ComboBox1.Items.Add(oGdPictureImaging.TwainGetDefaultSourceName(IntPtr.Zero)) TextBox1.Text = oGdP...
by PQSIK
Sat Nov 19, 2011 5:32 pm
Forum: TWAIN & WIA Acquisition
Topic: System.StackOverflowException
Replies: 9
Views: 8573

Re: System.StackOverflowException

Hi, I have attached the project with the modified code. Test steps 1. 1. Click the load the default scanner button 2. Click the text box that has the default scanner name. "you should get the error then" stop and run again then Test step 2. 1. Click the load the default scanner button 2. C...