Previous | Next | (P-PDF) Developers
Topic: PDFMark -
Conf: (P-PDF) Developers, Msg: 32799
From: ASM
Date: 1/15/2002 07:26 AM
Hi,
Does anyone know what the pdfmark page destination statement is for creating fields. When creating links I use the following:
[ /Rect [ 276.0480 46.8936 273.3624 68.2416 ]
/Color [ 1 0 0 ]
/Border [ 0 0 1 ]
/H /n
/SrcPg 10
/Action << /Subtype /JavaScript
/JS (var ckid = "0"
lup()
)
>>
/Subtype /Link
/ANN pdfmark
The /ScrPg is used for specifying the page for the link to appear on. This does not work for creating fields as in:
/ANN pdfmark
[ /Rect [31.1064 58.5216 41.1072 61.5960] /T (5208108) /Subtype /Widget
/FT /Btn /F 4 /Ff 65540 /BS << /S /S /W 1 >>
/MK << /BC [ 0 0 0 ] /BG [ 0 0 0 ] >>
/ScrPg 10
/Action << /Subtype /JavaScript
/JS (var ckid = "5208108"
lup()
)
>>
The /ScrPg is ignored and all links are placed on an additional page. I have a 420 page document that is being distilled. The code for the fileds(90,000 of them) is being distilled as a separate file. The fields come out fine but on a single additional page (page 421)all on top of each other.
Any ideas?
Thanks,
Bobj