Results 1 to 7 of 7

Thread: Creating MANY PDF's with ASP.Net

Threaded View

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Creating MANY PDF's with ASP.Net

    I am going to have many users running requests for an ASP.Net web service to create reports in PDF format.

    I need to make sure that each user is getting a specifically named PDF file - to handle the obvious problems of concurrency...

    I've played with settings in CutePDF, DocuCom(ScanSoft) and Adobe PDF drivers - none of them seem to have the type of low-level control I need. I've even fooled with mapped drives to different folders...

    Basically when the web service request comes into ASP.Net I want to somehow assign a "name" or "folder" for the production of that PDF file. The PDF will be created by an old VB6 app running in a BAT file (started with PROCESS.START).

    Process.Start DOES start a process that won't hang IIS - right???

    I've asked a related question in the .Net forum - under this thread

    http://www.vbforums.com/showthread.php?t=671573
    Last edited by szlamany; Feb 4th, 2012 at 01:52 PM.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width