How to Merging PDF Files?
This article below purposed for those who still doesn’t know how to combining & merge multiple Postscript files into single PDF file from old-fashioned way ~ Distiller product from Adobe. If you in high-needed situation to create PDF from many source of document but there is no 3rd party software except an existing Adobe Distiller, you may need this trick.First of all, the very required thing is all the Postscript files you need to combine & Adobe Distiller installed properly in your machine. Locate all the .ps files into a specified folder (ex: file1.ps & file2.ps). Then, create a file contain the source below & named with any kind of name you want with .ps extension (ex: merge.ps). Store it in the same folder where the multiple source existed:
/prun { /mysave save def
dup = flush
RunFile
clear cleardictstack
mysave restore
} def
% Change the path/to/filex depend on OS platform you used by
(path/to/file1.ps) prun
(path/to/file2.ps) prun
Use the pathname syntax appropriate for the platform running Adobe Distiller just like example below:
Macintosh pathname syntax: (Macintosh HD:path:to:filex.ps) prun+
Windows pathname syntax: (x:/path/to/filex.ps) prun
UNIX pathname syntax: (./path/to/filex.ps) prun

Note that it will more easier when there is no space character in your current path & Postscript files name. The last thing to do is, distill the file on the machine running Acrobat Distiller by double-clicking the merge.ps file. If nothing goes wrong, there should be created a file named merge.pdf automatically in a moment. Have a try & good luck.
Labels: Tips Trik
Recently, I got a loan from my friend a Macbook laptop with Windows XP installed already. Just a day chance to investigate what is beneath under a pure of Macintosh PowerPC architecture machine inside & no doubt… I was impressed. The shiny-white Macbook case has elegance looks, even with it’s 13” wide screen display. It has an Intel Core 2 Duo processor with 512MB of RAM & 60GB storage – it’s a standard tech spec of value notebook of the day. Anyway, I’d like to test the behaviors of the VirtualBox environment under Windows XP since it’s interesting me too much. The VirtualBox under Mac OSX article you can also find 








Couple months ago, I’d write an article about how to create 



For a months, I’ve been included to join a latest research on a team about an application written from PowerBuilder & MySQL. After struggling hard with it, so many incompatibility found through out PowerBuilder 7 within MySQL 5 backend connection. I don’t have any idea why it’s happened since I though they both is a robust already application. I’d choose MySQL 5 since it has sub query features enabled whether than previous version which it so helping us a big hand to make a high-level query. I’ll describe some of the problems we had face:



For some reasons, I was too attracted with this such of gadget: a hand phone with analog TV technology equipped. At first, I don’t even had a dream to buy a new cell phone again since I already has. But, I though it’s too worthless for me to have an iPod or something else similar multimedia gadgets with it’s near same price because they offering just the same old features: MP3 or MP4 with FM radio functionality. So, I decided to try pick this one TV with phone kit replacing 








