<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Lucas<br>
<br>
I've just taken a look at your solution. It's brilliant! This is exactly what I needed. Not ugly in my eyes, since it should also help to align sections with their page numbers in a structured way.<br>
<br>
Alex is working on his new [link] / [openfile] object, so if you have any suggestions regarding anchors, maybe you could work with him?<br>
<br>
Thank you,<br>
<br>
Liam<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Lucas Cordiviola <lucarda27@hotmail.com><br>
<b>Sent:</b> 07 May 2018 03:44<br>
<b>To:</b> Liam Goodacre; pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] open a pdf file from within PD to a specific location</font>
<div> </div>
</div>
<meta content="text/html; charset=Windows-1252">
<div style="background-color:#FFFFFF">
<p>It will be nicer if someone updates [pddplink] to allow "anchor" names in local urls but you can get what you want with something like this:<br>
<br>
context/main.html<br>
<br>
context/dummylinks/section1.html<br>
context/dummylinks/section2.html<br>
...<br>
...<br>
<br>
<br>
-------------------section1.html----code:<br>
<br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><br>
<html><head><br>
  <br>
<br>
  <br>
  <br>
  <b><meta http-equiv="REFRESH" content="0;url=../main.html#some-anchor"></b><br>
<br>
</head><body><br>
<br>
</body></html><br>
<br>
---------------------<br>
<br>
<br>
Your [pddplink dummylinks/section1.html] redirects to main.html at your anchor.<br>
<br>
<br>
Is rather ugly but will do what you need.<br>
<br>
It will also work for pdf --> <b><meta http-equiv="REFRESH" content="0;url=../main.pdf#page=4"></b></p>
<p><b><br>
</b></p>
<p><b><br>
</b></p>
<p><b><br>
</b></p>
<p><b></b><br>
</p>
<pre class="x_moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="x_moz-cite-prefix">On 5/6/2018 12:51 AM, Liam Goodacre wrote:<br>
</div>
<blockquote type="cite"><style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi all<br>
<br>
You can use [pddplink] from the pddp library to open a file from the hard disk (or the as-yet unreleased [link] from ELSE). What I would like to do is open a pdf file to a specific location. According to
<span class="x__5yl5"><span><a href="https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf" title="https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf">Adobe</a>, you should be able to
 use "/path/to/file.pd#page=20". This works if I'm opening a web URL, but I can't get it to work opening a local file from the hard drive.
</span></span><br>
<br>
I said in the subject-line that it was a pdf file, but if I could get it to work with an odt or a local html document I would be just as happy. I've tried many things but I can't seem to get it to work.<br>
<br>
Any suggestions?<br>
</div>
<br>
<fieldset class="x_mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
<a class="x_moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="x_moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
</blockquote>
<br>
</div>
</body>
</html>