New to InDesign Server.
I am not been able to import image to document.
I tried to import image using the sample snippets "PlaceTextFileInFrame.java".
modified the line:
String placefilepath = "C:\\placeFile.txt";
to
String placefilepath = "C:\\Image.jpg";
myTextFrame.place(placefilepath);
Is this the correct way to import image or there is another solution.
1.The image gets imported but i am getting blur image(Zoomed image).
2.The image gets imported to its original image width & height.
3.I need to know how to set the image width & size.