Hi All
when i am trying to load rendition i am getting below error and rendition is not getting loaded.
THREAD: main; MSG: [DM_SYSOBJECT_E_RENDITION_FMT_SAMEAS]error: "Rendition format text must be different than the original format text for EHS-02-033-00 sysobject unless the page modifier is specified."; ERRORCODE: 100; NEXT: null
Code snapshot:
IDfSysObject renditionToBeAddedto = (IDfSysObject) session2.getObject(documentID);
renditionToBeAddedto.addRendition("E:\\Export_rendition_test\\"+objectId+".pdf", "pdf");
this is because my native content and the rendition is in same format PDF.
Can some one help me how to overcome this issues ?
Thanks in Advance.