Downloading pdf while creating in a loop
-
Hi, I am creating one pdf at a time in a loop . How can i download the PDF each time the pdf is created while loop is still going on Thankss
-
I have no idea what your questions means/is asking.
Thank god for that! I thought it was just me. :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Hi, I am creating one pdf at a time in a loop . How can i download the PDF each time the pdf is created while loop is still going on Thankss
whatever code it takes to download a PDF, put it also in the loop, just after the code that creates it. not sure to what you want to download, and whether download is the right word. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
whatever code it takes to download a PDF, put it also in the loop, just after the code that creates it. not sure to what you want to download, and whether download is the right word. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
If he is creating a pdf, surely he doesn't mean download as he is writing it to a location on his HD (wouldn't streamwriter or any other writer throw some sort of security exception for writing to a network share or anything else)? Maybe he means open?
System.Diagnostics.Process.Start()
? -
If he is creating a pdf, surely he doesn't mean download as he is writing it to a location on his HD (wouldn't streamwriter or any other writer throw some sort of security exception for writing to a network share or anything else)? Maybe he means open?
System.Diagnostics.Process.Start()
?Some people use "download" to indicate a transfer to some smaller device (embedded, mobile, whatever), just like you and I "upload" things to a larger device (server, web site, ...). In that view download/upload are unrelated to import/export, and you could create and download something. That is how (I think) I understood his post. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
Hi, I am creating one pdf at a time in a loop . How can i download the PDF each time the pdf is created while loop is still going on Thankss