On 15/06/2011 9:53, pepgrifell wrote:
> I just wanted to know if my
> question had a solution.
My point is that you don't have a question.
For us to be able to answer questions, we need information.
Also: the question has to make sense.
We have no idea what is meant when your customer says:
"in their application, they saw PDF attached to a kind of portlet."
versus "another window is opened to show the PDF."
Are they talking about a web application?
What do they mean by portlet? Is it another word for browser plugin?
If so, it the browser plugin using the "window" of the browser,
or is the PDF shown in an <object> or <embed> tag?
What browser/viewer are they talking about?
And also: PDF 1.3? That version is 12 years old!!!
Is their business seriously depending on such an old version?
I can only guess that you're referring to the difference between
response.setHeader("Content-Disposition", " inline;
filename=\"my.pdf\""); and
response.setHeader("Content-Disposition", " attachment;
filename=\"my.pdf\"");
The former header will cause the browser to open the PDF in a viewer plugin;
the latter will cause the browser to open the PDF in an external, standalone
viewer window, REGARDLESS of the PDF version.
If you're not a PDF expert, how come your customer is hiring you?
If your customer was our customer, we'd investigate by asking the
correct questions, allowing us to find the correct diagnose.
Now I have the feeling that you're holding back information that
is essential to solve the problem. As Dr. House would say:
"I don't ask why patients lie, I just assume they all do."
See http://lowagie.com/HouseMD
Before you send us another question: please consult with your customer!
Go and visit him, test, test, test, and document the problem!
Then if you have a diagnosis, return to us for the cure.
Have A Nice Day
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php