Re: [iText-questions] SOLVED How to Enable Save Attachment Dialog in Adobe

2007-07-15 Thread Harakiri
Hello Leonard,

you are refering to


PdfAction(String application, String parameters,
String operation, String defaultDir) 
  Launchs an application or a document.

However, how does this apply to embedded attachments ?

When i use pdfWriter.addAttachment(...) i have no
reference to the attachment in any dictionary.

Can you please elaborate your point with an example ?

Thanks alot for your help.

Regards

--- Leonard Rosenthol [EMAIL PROTECTED] wrote:

 Yes, you can use the Launch action to also open up
 attachments.
 
 Leonard
 
 
 On Jul 14, 2007, at 10:29 PM, Harakiri wrote:
 
  Im not sure i can follow you, if i use the
 attachment
  form i cant have a reference in my pdf without
 GOTOE..
 
  Or are you refering to something else ?
 
  Can i actually create a hotspot to an attachment
  without GOTOE ?
 
 
  --- Leonard Rosenthol [EMAIL PROTECTED]
 wrote:
 
 
  Whats the difference between the two ? I want a
  reference in my pdf and the save button should
  work in
  the attachment pane...
 
 Then use the attachment form instead of the
  annotation form.
 
 
  Leonard
 
 
 
 

--
 
  ---
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2
  express and take
  control of your XML. No limits. Just data. Click
 to
  get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  iText-questions mailing list
  iText-questions@lists.sourceforge.net
 
 

https://lists.sourceforge.net/lists/listinfo/itext-questions
  Buy the iText book:
  http://itext.ugent.be/itext-in-action/
 
 
 
 
 
 

__
 
  __
  Boardwalk for $500? In 2007? Ha! Play Monopoly
 Here and Now (it's  
  updated for today's economy) at Yahoo! Games.
 

http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow
 
 

--
 
  ---
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2
 express and take
  control of your XML. No limits. Just data. Click
 to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  iText-questions mailing list
  iText-questions@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/itext-questions
  Buy the iText book:
 http://itext.ugent.be/itext-in-action/
 
 
 

-
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2
 express and take
 control of your XML. No limits. Just data. Click to
 get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/itext-questions
 Buy the iText book:
 http://itext.ugent.be/itext-in-action/
 



   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/


Re: [iText-questions] tables text and margin

2007-07-15 Thread Corwin noname
Thank you Bruno.Now I know why sealing in the houses are so high :)But I still 
don’t know how to get the top border to touch the top of the text. Or I 
rephrase the question:How to get highest character to touch the top border of 
the cell? Is it possible to do that?ThanksDmitri  I need to insert text into 
a table so top and bottom of the text touches   the cells borders.At 
the moment I have managed the text touch the bottom border but I have   
failed to do this with the top of the text.  Suppose that you are an 
architect, and I ask you to build a house so that my feet touch the floor and 
my hands touch the ceiling in every room. The same should be true for my wife 
and kids. What would be the first thing you'd ask me?  Make the analogy with 
your question, and provide the answer the architect needs to meet the 
requirement.  br, Bruno  
- This 
SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE 
version of DB2 express and take control of your XML. No limits. Just data. 
Click to get it now. http://sourceforge.net/powerbar/db2/ 
___ iText-questions mailing list 
iText-questions@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText 
book: http://itext.ugent.be/itext-in-action/
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/


Re: [iText-questions] SOLVED How to Enable Save Attachment Dialog in Adobe

2007-07-15 Thread Leonard Rosenthol
Please consult the PDF Reference for how the relevant data structures  
need to be setup.

Leonard

On Jul 15, 2007, at 6:15 AM, Harakiri wrote:

 Hello Leonard,

 you are refering to


 PdfAction(String application, String parameters,
 String operation, String defaultDir)
   Launchs an application or a document.

 However, how does this apply to embedded attachments ?

 When i use pdfWriter.addAttachment(...) i have no
 reference to the attachment in any dictionary.

 Can you please elaborate your point with an example ?

 Thanks alot for your help.

 Regards

 --- Leonard Rosenthol [EMAIL PROTECTED] wrote:

 Yes, you can use the Launch action to also open up
 attachments.

 Leonard


 On Jul 14, 2007, at 10:29 PM, Harakiri wrote:

 Im not sure i can follow you, if i use the
 attachment
 form i cant have a reference in my pdf without
 GOTOE..

 Or are you refering to something else ?

 Can i actually create a hotspot to an attachment
 without GOTOE ?


 --- Leonard Rosenthol [EMAIL PROTECTED]
 wrote:


 Whats the difference between the two ? I want a
 reference in my pdf and the save button should
 work in
 the attachment pane...

Then use the attachment form instead of the
 annotation form.


 Leonard





 --

 ---
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2
 express and take
 control of your XML. No limits. Just data. Click
 to
 get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net



 https://lists.sourceforge.net/lists/listinfo/itext-questions
 Buy the iText book:
 http://itext.ugent.be/itext-in-action/







 __

 __
 Boardwalk for $500? In 2007? Ha! Play Monopoly
 Here and Now (it's
 updated for today's economy) at Yahoo! Games.


 http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow



 --

 ---
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2
 express and take
 control of your XML. No limits. Just data. Click
 to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net


 https://lists.sourceforge.net/lists/listinfo/itext-questions
 Buy the iText book:
 http://itext.ugent.be/itext-in-action/




 -- 
 ---
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2
 express and take
 control of your XML. No limits. Just data. Click to
 get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/itext-questions
 Buy the iText book:
 http://itext.ugent.be/itext-in-action/





 __ 
 __
 Looking for a deal? Find great prices on flights and hotels with  
 Yahoo! FareChase.
 http://farechase.yahoo.com/

 -- 
 ---
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 iText-questions mailing list
 iText-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/itext-questions
 Buy the iText book: http://itext.ugent.be/itext-in-action/



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/