Hi All
Can anyone please provide me the java piece of code for converting .indd(Adobe Indesign documents) to .jpg format.
Thanx in Advance
Vipin Arora
Printable View
Hi All
Can anyone please provide me the java piece of code for converting .indd(Adobe Indesign documents) to .jpg format.
Thanx in Advance
Vipin Arora
Hello Vipin.
Java classes can be used for converting image which are in jpeg,tiff,png,bmp.
if your want to solve your problem,
First grab the pixels of .indd file and construct as ur wish..
Thanks for replying
Can you please explore that what you exactly mean from grabing the Pixcels and how can i do that using Java API.
Vipin Arora
You need Adobe's API, since .indd files are not supported by teh core java API.
http://www.adobe.com/devnet/indesign...w-ids-java.pdf
Yes you are right Mr. toadaly