mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
@@ -460,7 +460,7 @@ let addtext
|
|||||||
Pdf.Dictionary
|
Pdf.Dictionary
|
||||||
[("/Subtype", Pdf.Name "/Link");
|
[("/Subtype", Pdf.Name "/Link");
|
||||||
("/Rect", Pdf.Array [Pdf.Real minx; Pdf.Real miny; Pdf.Real maxx; Pdf.Real maxy]);
|
("/Rect", Pdf.Array [Pdf.Real minx; Pdf.Real miny; Pdf.Real maxx; Pdf.Real maxy]);
|
||||||
("/BS", Pdf.Dictionary [("/W", Pdf.Integer 1)]);
|
("/BS", Pdf.Dictionary [("/W", Pdf.Integer 0)]);
|
||||||
("/A", Pdf.Dictionary [("/URI", Pdf.String url);
|
("/A", Pdf.Dictionary [("/URI", Pdf.String url);
|
||||||
("/Type", Pdf.Name "/Action");
|
("/Type", Pdf.Name "/Action");
|
||||||
("/S", Pdf.Name "/URI")])]
|
("/S", Pdf.Name "/URI")])]
|
||||||
|
Reference in New Issue
Block a user