Response.ContentType = "Application/pdf";
string FilePath = Server.MapPath("reliance.pdf");
Response.WriteFile(FilePath);
Response.End();
How can we resize the pdf file before it gets open in browser....can you tell me? thanks
Response.ContentType = "Application/pdf";
string FilePath = Server.MapPath("reliance.pdf");
Response.WriteFile(FilePath);
Response.End();
How can we resize the pdf file before it gets open in browser....can you tell me? thanks
take a look at this, you can customise a lot with some parameters:
http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf