I have to replace hundreds of graphic links in a document and am exploring the best method for performing this task.
Experimenting, I found an unusual result in my first case.
Example:
Old graphic link
<graphic align="center" fileref="mydirectory\myfilename.jpg" scale=""/>
New graphic link
<graphic align="center" fileref="mydirectory\myNEWfilename.jpg" scale=""/>
After making the above change, my graphic being displayed is very large (travels off of page). I understand I can scale this image using the scale value, however, I prefer to not have to individually scale each image.
My first instinct as to this difference of size is the resolution of the images. This is the unusual part ... the original image is 3300x2463 and the replacement image is 768x733. The original image is significantly larger in size, but displays correctly whereas the smaller replacement image travels off of the page.
Is there an attribute (like autofit or something) that I am missing?
How does the original image display correctly?
Not sure if dpi makes a difference, but original image = 600dpi, replacement image = 72dpi.
I appreciate any help and thank you in advance.