Area with the text - side by side

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Albireo
Posts: 68
Joined: 2010-01-12T03:32:23-07:00
Authentication code: 8675309

Area with the text - side by side

Post by Albireo »

Hello!
(I hope i can explain my wishes, with my bad english :D )

I need an overview of a directory tree. (about 100 directories)
The problem is that directory names can be changed day by day

it's easy to get the names of all directories.
but to control the print layout (font, size, color and so on) from a program......
I have looked at "PdfLaTeX" - a nice program.
But it is more focused on writing books and manuals.

Now I wonder if I am thinking wrong :)

There are 5 pcs of head directories and these is the heading
to 5 pcs of columns (landscape a4). the rest is sub directories.

I intend to do a small transparent image of the same size for all other directories
then I thought to add text (directory name) on each small image.

Now I have a lot of small images with directory name.
then it is just to put these small images side by side column for column
or on a transparent A4-paper, place out all the small images in right x,y position

then print out the final image?

Would it be difficult?


//Jan
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Area with the text - side by side

Post by fmw42 »

Post Reply