Search found 7 matches

by Lynette
Mon Jun 25, 2012 11:25 am
Forum: Image Processing & Document Imaging
Topic: TiffGetPageCount
Replies: 1
Views: 2740

TiffGetPageCount

I've a TIF file, when I call the method TiffGetPageCount(imageId), it returns me 0.

In what situation of a TIF file which will return 0 as page count even visually we have at least 1 page?
And how can I handle this situation?

Need advice. Thanks.
by Lynette
Thu Dec 22, 2011 4:34 am
Forum: PDF
Topic: GdPicture PDF print distorted page
Replies: 8
Views: 4411

Re: GdPicture PDF print distorted page

Hi SamiKharma,

Hope the minor release will be soon, so that I can implement in my project. :D

Thanks.
by Lynette
Wed Dec 21, 2011 5:42 am
Forum: PDF
Topic: GdPicture PDF print distorted page
Replies: 8
Views: 4411

Re: GdPicture PDF print distorted page

Hi Loic,

any advice on what should I do ? Thanks.
by Lynette
Tue Dec 20, 2011 7:12 am
Forum: PDF
Topic: GdPicture PDF print distorted page
Replies: 8
Views: 4411

Re: GdPicture PDF print distorted page

I've submitted a support ticket. #16499
Please advise. Thanks.
by Lynette
Fri Dec 16, 2011 6:42 am
Forum: PDF
Topic: GdPicture PDF print distorted page
Replies: 8
Views: 4411

Re: GdPicture PDF print distorted page

This is the code that I used to print.


gdPdf.PrintSetActivePrinter(sPrinter);
gdPdf.LoadFromFile(filename, false);
gdViewer.DisplayFromGdPicturePDF(gdPdf);
gdViewer.PrintSetFromToPage(0, gdViewer.PageCount);
gdViewer.PrintSetDocumentName(new FileInfo(filename).Name);
gdViewer.Print();
by Lynette
Thu Dec 15, 2011 2:18 am
Forum: PDF
Topic: GdPicture PDF print distorted page
Replies: 8
Views: 4411

GdPicture PDF print distorted page

PDF is okay, but when sent to printing, at least 1 page is distorted.
I tried using GdViewer to print, it's also the same.

This issue happened once a while.

Please advise.
by Lynette
Mon Sep 19, 2011 9:50 am
Forum: Document Printing
Topic: GdViewer PrintSetColorMode() not working
Replies: 1
Views: 11019

GdViewer PrintSetColorMode() not working

Hi all,

I am using ver 8.2. I am facing an issue on GdViewer such as if I want to send a printing job (print a color document in black and white) to a color printer, it doesn't print black and white,.I've set PrintSetColorMode to grayscale.

Please advise.