Most likely these are limitations of the current implementation. I recommenced you to use XSLF (.pptx), it is much more mature than HSLF (.ppt).
On Thu, Jun 7, 2012 at 12:06 AM, rohit_sh1 <[email protected]> wrote: > I am trying to merge two powerpoint slides (.ppt format). I am able to merge > most of the slides except three items below: > > - FontName information not saved in the merged ppt (font size and Color > information works properly) > Does textRun.getFontName() read the correct name from the source presentation? > - Position and Size of a cropped image not working properly (I am bale to > crop the image as in the original slide but the size and position afterwards > do not work. I have tried to set the position using Shape Class moveTo and > setAnchor methods) > cropping of images is not supported in HSLF. Post sample code and I will see if there is a way to support it . > - There is a ellipse Shape on the original slide that is not moving to the > merged ppt. > post sample code. Ellipse is a plain shape that should be copied. Yegor --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
