Results 1 to 2 of 2
Thread: Visualization of PDFs
- 06-25-2007, 04:55 AM #1
Member
- Join Date
- Jun 2007
- Posts
- 92
- Rep Power
- 0
Visualization of PDFs
I'm having problems with the visualization of PDFs in the pages of an application.
The idea is that when somebody does click in the Link of the pdf directly opens it in a window, the problem that I have is that when I want to record the open pdf (from the Acrobat) it puts as name the complete URL of the file.
The code that I am using for the writing of HttpServletResponse is:
what is wrong ?Java Code:response.setHeader("Content-Disposition", "inline; filename=".concat ("\"").concat("FILE_NAME.pdf").concat("\"")); response.setContentType("application/pdf");
Marcus :cool:
- 06-27-2007, 03:55 PM #2
Member
- Join Date
- Jun 2007
- Posts
- 91
- Rep Power
- 0
Similar Threads
-
Data Visualization
By jafaryj in forum New To JavaReplies: 0Last Post: 11-28-2007, 06:16 PM -
multiple pdfs
By mary in forum Advanced JavaReplies: 3Last Post: 08-01-2007, 04:31 PM -
UML Visualization (DNX file)
By Marcus in forum XMLReplies: 1Last Post: 07-06-2007, 07:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks