Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help about C++ STL container Pin
Aescleal28-Jun-12 8:41
Aescleal28-Jun-12 8:41 
GeneralRe: help about C++ STL container Pin
Falconapollo28-Jun-12 15:08
Falconapollo28-Jun-12 15:08 
GeneralRe: help about C++ STL container Pin
Aescleal29-Jun-12 1:03
Aescleal29-Jun-12 1:03 
GeneralRe: help about C++ STL container Pin
Falconapollo29-Jun-12 16:18
Falconapollo29-Jun-12 16:18 
GeneralRe: help about C++ STL container Pin
Falconapollo29-Jun-12 16:25
Falconapollo29-Jun-12 16:25 
QuestionChange CBS_DROPDOWN on runtime ? Pin
_Flaviu28-Jun-12 4:31
_Flaviu28-Jun-12 4:31 
AnswerRe: Change CBS_DROPDOWN on runtime ? Pin
Albert Holguin28-Jun-12 5:32
professionalAlbert Holguin28-Jun-12 5:32 
GeneralRe: Change CBS_DROPDOWN on runtime ? Pin
_Flaviu28-Jun-12 6:01
_Flaviu28-Jun-12 6:01 
GeneralRe: Change CBS_DROPDOWN on runtime ? Pin
David Crow28-Jun-12 6:02
David Crow28-Jun-12 6:02 
AnswerRe: Change CBS_DROPDOWN on runtime ? Pin
Albert Holguin28-Jun-12 7:22
professionalAlbert Holguin28-Jun-12 7:22 
GeneralRe: Change CBS_DROPDOWN on runtime ? Pin
_Flaviu28-Jun-12 8:27
_Flaviu28-Jun-12 8:27 
GeneralRe: Change CBS_DROPDOWN on runtime ? Pin
Maximilien28-Jun-12 10:14
Maximilien28-Jun-12 10:14 
GeneralRe: Change CBS_DROPDOWN on runtime ? Pin
Albert Holguin28-Jun-12 11:12
professionalAlbert Holguin28-Jun-12 11:12 
QuestionCwinThread::INITINSTANCE Pin
ForNow28-Jun-12 2:54
ForNow28-Jun-12 2:54 
AnswerRe: CwinThread::INITINSTANCE Pin
Albert Holguin28-Jun-12 5:16
professionalAlbert Holguin28-Jun-12 5:16 
GeneralRe: CwinThread::INITINSTANCE Pin
ForNow28-Jun-12 7:37
ForNow28-Jun-12 7:37 
GeneralRe: CwinThread::INITINSTANCE Pin
Albert Holguin28-Jun-12 11:11
professionalAlbert Holguin28-Jun-12 11:11 
GeneralRe: CwinThread::INITINSTANCE Pin
ForNow28-Jun-12 13:03
ForNow28-Jun-12 13:03 
QuestionHow to recognize table from PDF files by PageObject Rectangles? Pin
Falconapollo27-Jun-12 19:41
Falconapollo27-Jun-12 19:41 
I want to recognize tables inside PDF, now I have rectangles of the PDF Text Objecthttp://i.stack.imgur.com/aHK3Q.png(the red rectangles in the picture).I'm confused about how to implement this rectangle algorithm. The programming language what I use is VC++.

What I want to get is:http://i.stack.imgur.com/aPxz1.png

The Result is a perfect table with header, rows, columns.Can anyone help me? How to rectangle table from these rectangles? These rectangles' orginal point (0, 0) is on the bottom-left point. x coordinate grow from left to right, and y coordinate grow from bottom to up.I don't want to use 3rd party. I want to implement this function through rectangle algorithm.

Any help would be greatly appreciated!
AnswerRe: How to recognize table from PDF files by PageObject Rectangles? Pin
Richard MacCutchan27-Jun-12 22:22
mveRichard MacCutchan27-Jun-12 22:22 
QuestionException handler newbie question Pin
ForNow27-Jun-12 14:14
ForNow27-Jun-12 14:14 
AnswerRe: Exception handler newbie question Pin
Philippe Mori27-Jun-12 17:54
Philippe Mori27-Jun-12 17:54 
AnswerRe: Exception handler newbie question Pin
Sivaraman Dhamodharan28-Jun-12 1:39
Sivaraman Dhamodharan28-Jun-12 1:39 
GeneralRe: Exception handler newbie question Pin
ForNow28-Jun-12 2:43
ForNow28-Jun-12 2:43 
GeneralRe: Exception handler newbie question Pin
David Crow28-Jun-12 3:48
David Crow28-Jun-12 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.