Outline Box with title and image and other details
Hello guys,I am trying to create a journal which is exported into ppt later (adding just the snippet of code)obpic = OutlineBox("Page "|| char(pageno), OutlineBox("Title of Presenation",(PictureBox(tmpic))) );
obpic << journal;jjrn <<Save Presentation("$TEMP/saveppt.pptx", Outline Titles("BottomRight"), "PNG"); when i perform this i get title at top and page number at bottom which is perfect. But a...