Quote:
Originally Posted by ekesawi
The document contains various different length indents. When I aligned the text to the right, all indents disappeared.
|
But that sounds about what I'd expect: if the indents are from the left margin and you then right-align the text, aren't you going to end up with a ragged left margin determined solely by the length of each line?
Quote:
Originally Posted by ekesawi
I want to convert the PDF to an MS Word because then I can copy the code parts and paste them on my editor
|
If I wanted to copy/paste a code example from a .pdf into an editor I wouldn't use Word (or anything else) as an intermediate program. Might it not save time in the long run to copy/paste each code example as you need it, rather than try to process the whole book all at once? you can always save each code snippet in a reference file outside the code …