Hello all, In an ISAPI applicaton written in VC++, is it possible to have the output in a PDF format instead of in HTML format? Any workarounds? thanks a lot Srishti
On Oct 17, 11:43 am, Sonu <s...@online.nospam> wrote: > Hello all, > In an ISAPI applicaton written in VC++, is it possible to have the output in > a PDF format instead of in HTML format? > Any workarounds? > thanks a lot > Srishti This has no relation to ISAPI. You will need to find/purchase a module which takes HTML input and transforms it into PDF output. I have seen various websites use such server-side components to generate PDFs. //David http://w3-4u.blogspot.com http://blogs.msdn.com/David.Wang //
On Oct 17, 11:43 am, Sonu <s...@online.nospam> wrote: > Hello all, > In an ISAPI applicaton written in VC++, is it possible to have the output in > a PDF format instead of in HTML format? > Any workarounds? > thanks a lot > Srishti Yes. Can you purchase or obtain the 3rd party component which converts between HTML and PDF? ISAPI supports such component libraries. However, since there is nothing within ISAPI to generate output in any particular format, there is really nothing wrong and no "workarounds". If you want a format translation, you either write the code to do it or purchase the code to do it. //David http://w3-4u.blogspot.com http://blogs.msdn.com/David.Wang //
Srishti, There are no existent libraries from Microsoft to generate PDF. You can take a look at some third-party implements like: http://www.activepdf.com/ Thanks. Sincerely, WenJun Zhang Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to: http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at: http://msdn.microsoft.com/subscriptions/support/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.
Thanks a lot David & WenJun, I will look into these components. ""WenJun Zhang[msft]"" wrote: > Srishti, > > There are no existent libraries from Microsoft to generate PDF. You can > take a look at some third-party implements like: > > http://www.activepdf.com/ > > Thanks. > > Sincerely, > > WenJun Zhang > > Microsoft Online Community Support > > ================================================== > > Get notification to my posts through email? Please refer to: > http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif > ications. > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues > where an initial response from the community or a Microsoft Support > Engineer within 1 business day is acceptable. Please note that each follow > up response may take approximately 2 business days as the support > professional working with you may need further investigation to reach the > most efficient resolution. The offering is not appropriate for situations > that require urgent, real-time or phone-based interactions or complex > project analysis and dump analysis issues. Issues of this nature are best > handled working with a dedicated Microsoft Support Engineer by contacting > Microsoft Customer Support Services (CSS) at: > > http://msdn.microsoft.com/subscriptions/support/default.aspx. > > ================================================== > > This posting is provided "AS IS" with no warranties, and confers no rights. > >
You are welcome. Have a great weekend. Sincerely, WenJun Zhang Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to: http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at: http://msdn.microsoft.com/subscriptions/support/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.