I am looking for a Windows software that displays vertical lines / rules on the screen, so I can browse through a PDF file and see if all elements are on the same vertical position. I don't know if this question is on topic here. I have tried "Screen Ruler Professional", which comes very close, but I'd like the rules to stay on top of the screen while I can use other software.
|
feedback
|
migrated from stackoverflow.com Nov 22 '11 at 10:40
This question came from our site for professional and enthusiast programmers.
Windows management issueThe windows manager in MS Windows brings the window with focus to the foreground. The only app I know that can stay on top whilst others have focus is task-manager (so maybe what you want is possible) - You could just use an edge of task-manager's window? PDF ViewerIt would probably be better to look for a PDF viewer that allows you to compare locations of elements (e.g. by displaying position of mouse pointer). See http://groups.google.com/group/prawn-ruby/browse_thread/thread/387a327568d9936b?pli=1 re Foxit and PDF Exchange. GSView (GhostScript) can open PDF files. Another idea would be something like Inkscape which can read PDF and has rulers. In some viewers, using a selection tool can give you a vertical or horizontal edge to use in checking alignment. PDF EditorYou could use a PDF editor to overlay a ruler. See PDFTK or similar. PDF ProductionIf these are PDF you or a colleague has generated, you may be able to do this checking earlier in the production process. My PDFs often start out as PS files where I specify element location in points and so know alignment intrinsically. Also it is easy to add dashed lines on the page at the draft stage and remove them later. Perhaps your production process has some point where something equivalent can be done. | ||||
feedback
|