Search found 8 matches

by boyan
Mon Feb 01, 2010 8:04 am
Forum: Document Printing
Topic: PDF printing issue
Replies: 3
Views: 14025

Re: PDF printing issue

There are more issues when printing the attached A3-1.pdf: 1. Masked out information are printed out using GdPicture library in previous uploaded test solution. When compared with the PDF viewed using Acrobat reader, lots of extra information appears on the bottom of printed hard copy. 2. The dotted...
by boyan
Sun Jan 31, 2010 11:50 pm
Forum: Document Printing
Topic: PDF printing issue
Replies: 3
Views: 14025

Re: PDF printing issue

Hi Loic, Thank you very much for your quick fixing. I have uploaded a .Net solution (requires VS2008 and .net 3.5SP1). Please copy the required 3 GdPicture.Net dll files to the project folder to run, as they are too big to upload. I am using the latest GdPicture.Net version 6.6. When using this solu...
by boyan
Thu Jan 28, 2010 12:50 am
Forum: Document Printing
Topic: PDF printing issue
Replies: 3
Views: 14025

PDF printing issue

Hi, I came across two issues when printing pdf file, using GdPicture.Net SDK. Using version 6.5 to print the attached pdf file on A3 printer, the content was moved towards right and bottom and the right border and the bottom border was cut off. There is no problem printing the attached pdf file usin...
by boyan
Wed Jan 27, 2010 8:17 am
Forum: Document Printing
Topic: Turn off scale to fit when printing
Replies: 7
Views: 18446

Re: Turn off scale to fit when printing

Hi Loic, My printings have similar 'physical margin' problem which I sent a request to esupport on 25 Jan. I understand that Acrobat Reader ignores the physical margin by default. We need export PDF in our application and print PDF using GdPicture SDK. To make perfect exported PDF file, we cannot ad...
by boyan
Wed Jan 13, 2010 11:51 pm
Forum: Licensing
Topic: invalid license
Replies: 5
Views: 13715

Re: invalid license

Thank you very much for your information, Loic. I will try to change our license.
Bo
by boyan
Tue Jan 12, 2010 11:53 pm
Forum: Licensing
Topic: invalid license
Replies: 5
Views: 13715

Re: invalid license

The following is all my code using GdPicture Imaging SDK. Could you please tell me which edition I need? using (var pdfView = new GdPicture.GdViewer()) { bool result = pdfView.SetLicenseNumber("XXXX"); // Please replace XXXX by a valid demo or commercial license KEY pdfView.EnableMenu = fa...
by boyan
Tue Jan 12, 2010 6:25 am
Forum: Licensing
Topic: invalid license
Replies: 5
Views: 13715

Re: invalid license

Hi Loic, Thank you very much for answering my question. But I am still confused about which edition I need. Actually, what I really need is the function of printing PDF, not displaying. That is the reason of my purchasing Image SDK. Unfortunately, the 30 days demo license does not differ the Image S...
by boyan
Mon Jan 11, 2010 7:20 am
Forum: Licensing
Topic: invalid license
Replies: 5
Views: 13715

invalid license

We just purchased GdPicture.NET Image SDK (335790) developer license on 11 Jan 2010, and we received the response and license code from Plimus. However, the received license code does not work. I put in the license code into the sample "Document Viewer" from the latest downloaded GdPicture...