Click here to Skip to main content
15,889,992 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncreating Menus horizontal Pin
deeptul27-Jun-12 9:51
deeptul27-Jun-12 9:51 
AnswerRe: creating Menus horizontal Pin
R. Giskard Reventlov27-Jun-12 9:55
R. Giskard Reventlov27-Jun-12 9:55 
QuestionSplitting Large file in to Chunks Pin
indian14327-Jun-12 7:59
indian14327-Jun-12 7:59 
AnswerRe: Splitting Large file in to Chunks Pin
jkirkerx27-Jun-12 8:34
professionaljkirkerx27-Jun-12 8:34 
GeneralRe: Splitting Large file in to Chunks Pin
indian14327-Jun-12 10:12
indian14327-Jun-12 10:12 
GeneralRe: Splitting Large file in to Chunks Pin
jkirkerx27-Jun-12 10:46
professionaljkirkerx27-Jun-12 10:46 
GeneralRe: Splitting Large file in to Chunks Pin
indian14327-Jun-12 11:05
indian14327-Jun-12 11:05 
GeneralRe: Splitting Large file in to Chunks Pin
R. Giskard Reventlov27-Jun-12 10:30
R. Giskard Reventlov27-Jun-12 10:30 
You're going to have to parse each document to determine the page boundaries and create Tiffs accordingly. There's no simple way to do this: you'll need a parser for each distinct document type and a simple way to add more if users might be inclined to add further document types.

The easiest way would be to find third party controls that will do this for you rather than having to write your own for each document type. Some will even handle the Tiff creation for you (if I recall ABCPDF will do this for the pdf document types).

Another issue you will face is that of storage. Are you keeping these in the database or in a file system? How will you avoid name collisions? How will you keep track of all the separate parts of a document and so-on and so-forth...
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum

me, me, me

GeneralRe: Splitting Large file in to Chunks Pin
indian14327-Jun-12 11:10
indian14327-Jun-12 11:10 
QuestionCalculations in vb.net Pin
Fiona Tan27-Jun-12 7:05
Fiona Tan27-Jun-12 7:05 
GeneralRe: Calculations in vb.net Pin
jkirkerx27-Jun-12 7:23
professionaljkirkerx27-Jun-12 7:23 
QuestionMultiple bookings using arraylist Pin
Fiona Tan27-Jun-12 7:03
Fiona Tan27-Jun-12 7:03 
AnswerRe: Multiple bookings using arraylist Pin
Sandeep Mewara27-Jun-12 8:13
mveSandeep Mewara27-Jun-12 8:13 
QuestionCustom pageing Pin
kuldeep vatsal27-Jun-12 2:39
kuldeep vatsal27-Jun-12 2:39 
AnswerRe: Custom pageing Pin
Sandeep Mewara27-Jun-12 4:47
mveSandeep Mewara27-Jun-12 4:47 
Generalhow to save Ajax CalendarExtender value in a textbox.text Pin
sheringkapoting27-Jun-12 2:13
sheringkapoting27-Jun-12 2:13 
Questioncast String to objet of class Pin
Sneha Bisht26-Jun-12 22:41
Sneha Bisht26-Jun-12 22:41 
AnswerRe: cast String to objet of class Pin
Rahul Rajat Singh27-Jun-12 1:14
professionalRahul Rajat Singh27-Jun-12 1:14 
Questionusing local iis Pin
sc steinhayse26-Jun-12 18:12
sc steinhayse26-Jun-12 18:12 
QuestionRe: using local iis Pin
Sandeep Mewara26-Jun-12 20:11
mveSandeep Mewara26-Jun-12 20:11 
Generalresponse.redirect problem Pin
sc steinhayse26-Jun-12 18:11
sc steinhayse26-Jun-12 18:11 
GeneralRe: response.redirect problem Pin
Sandeep Mewara26-Jun-12 20:24
mveSandeep Mewara26-Jun-12 20:24 
GeneralRe: response.redirect problem Pin
sc steinhayse27-Jun-12 4:10
sc steinhayse27-Jun-12 4:10 
GeneralRe: response.redirect problem Pin
Sandeep Mewara27-Jun-12 4:44
mveSandeep Mewara27-Jun-12 4:44 
QuestionForce a postback from asp code behind Pin
Steve Holdorf26-Jun-12 11:48
Steve Holdorf26-Jun-12 11:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.