Scale and geometry
The scale, the units and the curves come across with it
The DXF is written at paper size, 1:1 — an A3 sheet arrives as an A3 sheet — in millimetres or inches, whichever you pick before converting. The choice is recorded in the file header, so your CAD program does not have to guess at the units and you do not have to rescale anything by hand.
Most line work in a PDF is Bézier curves. The cheap conversion chops each one into short straight segments: the drawing still looks right, and then you cannot snap to a centre, change a radius or offset an edge. This converter fits real curves instead — a full circle comes out as CIRCLE, an arc as ARC, anything genuinely not circular as a SPLINE.
In the drawing above: ARC 10 · CIRCLE 10 · 0 curves flattened into segments · ink-length ratio 1.0000
The file is DXF R2007 (AC1021), ASCII — the version most CAD programs accept without a converter.