Linq Reporting engine insert OleObject

Hello,

is it possible to add a new oleObject using linq .net reporting engine ? I want to insert a pdf or an email or other file into the generated word file.

Programmatically i found the following link : Document Builder Overview in C#|Aspose.Words for .NET

thanks for your help
sebastien

@minisebdev,

Thanks for your inquiry. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, we have logged this feature request as WORDSNET-17245 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

Hello

Is it possible to see your issue tracker so we can see what is coming ?

sebastien

@miniseb31,

Thanks for your inquiry. There is no public access to our issue tracking system. We will inform you via this forum thread once there is any update available on this feature.

@miniseb31,

Thanks for your patience. There are two options for rendering of an OLE object (either embedded or linked) while inserting:

  • As an icon (see attached OleAsIcon.docx)
  • As a snapshot of the first page of an inserted document (see attached OleWithRendition.docx)
    OleDocs.zip (182.6 KB)

Please note that Aspose.Words does not (and will not) support rendering of documents of non-Word formats. If you want to go with option #2, then you will need to provide a rendition of the first page of an inserted document on your own.

We can proceed with option #1 without problems. Could you please share your expected output? We will then proceed on this feature accordingly.