[Aspose Words] Merge quotation rules in a document
Question
aspose-words
Service icon
Forge component by Paulo Garrudo

Hi,


I am currently looking for a different solution for creating our quotations.
In addition, quotation lines are added as a table in the document.

To what extent is this possible with this solution?

currently using the old Word Merge method that uses Word 2010 in combination with an extension that adjusts the table in Word via the COM interface.

At this moment we are still using release 9.0 and will soon be making the leap to release 11.

Best Regards.

Hi Michiel,


With Aspose words you no longer need to rely on a COM interface, it was directly on top of .Net DLL. 

You should be able to create a template table and use it to generate your quotation lines. Please check the information from the Aspose help that can guide you throw out the entire process:

https://docs.aspose.com/display/wordsnet/About+Mail+Merge#AboutMailMerge-MailMergewithRegionsExplained

You need to consider this forge component like an intro to the integration with Aspose, it can be always extended with all new elements that you may require.


Paulo

Paulo Garrudo wrote:

Hi Michiel,


With Aspose words you no longer need to rely on a COM interface, it was directly on top of .Net DLL. 

You should be able to create a template table and use it to generate your quotation lines. Please check the information from the Aspose help that can guide you throw out the entire process:

https://docs.aspose.com/display/wordsnet/About+Mail+Merge#AboutMailMerge-MailMergewithRegionsExplained

You need to consider this forge component like an intro to the integration with Aspose, it can be always extended with all new elements that you may require.


Paulo


Thanks for the responce  i will take a look at the options.

 
MVP

Yes, it is possible with this extension.

I have done an implementation for a client where we extended the Aspose Words extension to add a table by using bookmarks in a template.

Unfortunately, I no longer have the code, but it is definitely doable.


Hanno wrote:

Yes, it is possible with this extension.

I have done an implementation for a client where we extended the Aspose Words extension to add a table by using bookmarks in a template.

Unfortunately, I no longer have the code, but it is definitely doable.


Thanks for you responce.


I think that this actual the solution we have at this moment dated from 2007 :)  where we use bookmarkfields.

It was part of the document generator from that time..

I think i'll have a go with this component.


Thanks

 
MVP

Michiel Runhardt wrote:

Hanno wrote:

Yes, it is possible with this extension.

I have done an implementation for a client where we extended the Aspose Words extension to add a table by using bookmarks in a template.

Unfortunately, I no longer have the code, but it is definitely doable.


Thanks for you responce.


I think that this actual the solution we have at this moment dated from 2007 :)  where we use bookmarkfields.

It was part of the document generator from that time..

I think i'll have a go with this component.


Thanks

No worries. Let me know if you need a hand with changing the extension.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.