Could you give me a link to the documentation that you were referring to?
Ilya
Axel Rassart wrote:
[Quoted Text] > This correct an error (the one for the parameter, before i was trying "0" as > the api documentation suggest), > > After i got a second error, file not found error (code 2006), i had to > specify the path for the output file (pdf) to correct the second one. > > Thank you very much Ilya. > > AR > > "Ilya Koulchin" wrote: > >> Axel Rassart wrote: >>> VBNET: >>> >>> onApp.Publish("{98087255-B711-4BDC-9C53-F070E038D443}{1}{B0}", >>> "TEST998.pdf", PublishFormat.pfPDF) >>> >>> I copy then ID from omspy, the onApp object is ok (i build a page). >>> >>> The error message is: Chaîne de classe incorrecte (Exception de HRESULT : >>> 0x800401F3 (CO_E_CLASSSTRING)) >> Try explicitly passing null or the empty string as the fourth arument to >> publish. Does that work? >> >> Ilya >>
|