Search found 3 matches

by eCandidus
Tue Oct 14, 2014 9:55 pm
Forum: Image Processing & Document Imaging
Topic: Deskew and Resize
Replies: 2
Views: 3398

Re: Deskew and Resize

Sami: Thank you for your response. After thinking about this, if I substitute three squares in place of the cornered lines, they form anchors. My (hopefully last) question is: In the CreateAnchorTemplace call, how much extra area around the anchors should I provide for the algorithm to work best. At...
by eCandidus
Mon Oct 13, 2014 12:58 am
Forum: Image Processing & Document Imaging
Topic: Deskew and Resize
Replies: 2
Views: 3398

Deskew and Resize

All: I do not know where exactly to post this question, but I think this is my best bet. What I am looking for is to be able to accept an image where the "corners" will be like the ones in the attached file. I would like to be able to tell the process the desired Y position of the top and ...
by eCandidus
Tue Apr 01, 2014 3:08 am
Forum: Document Printing
Topic: Google Cloud Print.
Replies: 1
Views: 11326

Google Cloud Print.

I am using the code similar to this (the smallest that I could make it for you) to print to the Google Print Cloud, specifically to the FedEx service: GdPicture9.GdPictureImaging cImg = new GdPicture9.GdPictureImaging(); cImg.LoadFromFile("sample.pdf", false); cImg.PrintSetDocumentName(&qu...