I'm aware of that but it's a feature to facilitate editing not of much use
when creating documents. If you really need it:

PdfWriter wr = ...;
PdfDictionary dic = new PdfDictionary();
dic.put(new PdfName("Base"), new PdfString("my base uri"));
PdfDictionary cat = new PdfDictionary();
cat.put(PdfName.URI, dic);
wr.setExtraCatalog(cat);

Best Regards,
Paulo Soares

----- Original Message -----
From: "Mihnea Galeteanu" <[EMAIL PROTECTED]>
To: "Paulo Soares" <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 14:34
Subject: RE: [iText-questions] BASE URL


actually, if u go in adobe acrobat in FILE->DOCUMENT PROPERTIES->BASE URL
you can actually set it....there is no iText API for it though

-----Original Message-----
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Monday, July 21, 2003 6:07 PM
To: Mihnea Galeteanu; [EMAIL PROTECTED]
Subject: Re: [iText-questions] BASE URL


No. In PDF all must have the full path.

Best Regards,
Paulo Soares

----- Original Message -----
From: "Mihnea Galeteanu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 21, 2003 21:14
Subject: [iText-questions] BASE URL


> I was wondering if anyone knows if in PDF there is a way to specify what
> the BASE URL is (i.e. the URL that all the relative URL's in the pdf are
> relative to)...much like the BASE tag in html.
> Thanks,
> Mihnea Galeteanu
>
> Software developer co-op, Research and Development
>
> FreeBalance Inc.
>
>
> <file:///C:/Documents%20and%20Settings/mgaleteanu.HQ/Application%20Data/
> Microsoft/Signatures/www.FreeBalance.com> www.FreeBalance.com
>
> T (613) 236-5150 ext.375
>
> F (613) 236-8405
>
> mgaleteanu @FreeBalance.com <mailto:[EMAIL PROTECTED]>
>
> This email message is for the sole use of the intended recipient(s) and
> may contain confidential and privileged information. Any unauthorized
> review, use, disclosure, or distribution is prohibited. If you are not
> the intended recipient(s) please contact the sender by reply email and
> destroy all copies of the original message and any attachments.
>
>
>




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to