reading pdf with multi pages multiple columns multple paragraphs and generate reports
now you understand that what this DETA7 API does and SAAGIRID DXF API does... i dont use anything other than the SAAGIRID DXF API to generate the dxf files... so you also know that if we dont use the fully qualified names for the classes and function calls then there are ambiguities between the DETA7 classes and the windows classes... we always need to write c sharp codes with fully qualified names for all classes either it is for System.Windows.Geometry ... or for DETA7 Kernel Geometry like things ... so for whatever the cases we always write fully qualified names for all classes everytime... no shortcuts allowed while coding... we also use single namespace to encapsulate the functionalities with all classes there... ... write a c sharp program with puredeta7 api and saagirid dxf api ... if necessary ... to read multi column pdf text multi paragraph pdf text with location extraction strategies... we need the sentence delimiters with common conventions... we need the c sharp cod...