BizTalk Server General - Pdf creation in Biztalk 2004 - is this possible?

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > November 2004 > Pdf creation in Biztalk 2004 - is this possible?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Pdf creation in Biztalk 2004 - is this possible?
Mark

2004-11-11, 5:49 pm

Our company is considering using Biztalk. However, we require that XML
documents to be sent to other entitities may also have to be sent in a pdf
format. Is this possible and how would you go about doing this?
Matt Meleski

2004-11-11, 5:49 pm

In the Orchestration, the XML could be passed to a Helper .Net component
that would convert the XML to pdf. If the pdf is now in a binary format :

http://weblogs.asp.net/christof_cla.../08/177551.aspx
http://objectsharp.com/Blogs/matt/a.../10/21/952.aspx

Matt.

"Mark" wrote:

> Our company is considering using Biztalk. However, we require that XML
> documents to be sent to other entitities may also have to be sent in a pdf
> format. Is this possible and how would you go about doing this?

Matt Milner

2004-11-11, 8:46 pm

You can also write a encoder component or assembler in that would go in your
send pipeline and be responsible for calling out to some .net library that
does the translation from xml to pdf. This way you can continue to work
with XML up to the point of actually transmitting and you can use PDF only
for those recipients that need it.

Matt Milner


"Mark" <Mark@discussions.microsoft.com> wrote in message
news:9A741D8E-8423-43C9-AF03-D004794D4AA9@microsoft.com...
> Our company is considering using Biztalk. However, we require that XML
> documents to be sent to other entitities may also have to be sent in a pdf
> format. Is this possible and how would you go about doing this?



BizTalk Architect

2004-11-12, 7:48 am


"Mark" <Mark@discussions.microsoft.com> wrote in message
news:9A741D8E-8423-43C9-AF03-D004794D4AA9@microsoft.com...
> Our company is considering using Biztalk. However, we require that XML
> documents to be sent to other entitities may also have to be sent in a pdf
> format. Is this possible and how would you go about doing this?



Mark,

I have done this before. I build a com+ component with a *.* to PDF dll we
purchased (cant remember the name).

Time and budget were short so we sent the file via SMTP inside the component
(within BTS transaction), I dont know how to send the PDF back into the sked
to be delivered but as a base line, what you want to do is certainly
feasable

Isaac Ferreira
Certified BizTalk Developer
Application Architect



Greg Forsythe

2004-11-12, 5:48 pm

You can download an example PDF encoder pipeline component from GotDotNet
http://www.gotdotnet.com/Community/...23-fe72f317891a

You will need to purchase an XSL-FO-> PDF formatter software, the example
uses one from IBEX, but there are a number of others that you could use.


Greg


"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:u7xL19FyEHA.3096@tk2msftngp13.phx.gbl...
> You can also write a encoder component or assembler in that would go in

your
> send pipeline and be responsible for calling out to some .net library that
> does the translation from xml to pdf. This way you can continue to work
> with XML up to the point of actually transmitting and you can use PDF only
> for those recipients that need it.
>
> Matt Milner
>
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:9A741D8E-8423-43C9-AF03-D004794D4AA9@microsoft.com...
pdf[vbcol=seagreen]
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com