Open ParametersのcommentIDとは何ですか?

Adobe Acrobat 7.0.9 Standard
Windows 2000
PDFのOpen Parametersを調査しているのですが、「comment=commentID」の「commentID」とは何を設定すればいいのかわかりません。
ご存知の方がいらっしゃれば、ご教示ください。
サンプルでは
http://example.org/doc.pdf#page=1&comment=452fde0e-fd22-457c-84aa-2cf5bed5a349
と、書かれているのでノートツールのアドレスのようなもの?を設定するのかと思うのですが、ノートのプロパティを見てみたのですがそのようなものは見つけられず・・。
そもそも「comment=ノートツール」という考えがあっているのかもわからないので間違っていれば訂正ください。

brazilさま
参考サイトのご教示ありがとうございました。
サンプルを参考に注釈名(commentID)を抽出してみました。
■テスト用にPDFを作成し、注釈(ノートツール)を1ページ目に3つ、3ページ目に1つ、8ページ目に1つ配置。
 以下のJavaScriptを「ページ開閉時の設定」に記述。
// すべての注釈を抽出
this.syncAnnotScan();
// 抽出内容をページ番号で並替
annots = this.getAnnots({
nSortBy: ANSB_Page
// 結果をコンソールに表示
console.println(annots);
■結果:([Markup ページ番号(0ベース) 注釈名])
 [Markup 0 2900384]
 [Markup 0 2900387]
 [Markup 0 290039a]
 [Markup 2 19002ef]
 [Markup 7 2900396]
これを基に
http://example.org/doc.pdf#page=3&comment=19002ef
とすると、ノートツールを配置した部分が表示されました。
ありがとうございました。
※ 検証に使っていた Adobe Acrobat 7.0.9 Standard が都合で
  使用できなかったため、PDFの作成は、Acrobat 5.0.5(Windows2000)で行い
  動作は、Adobe Reader 8.1(Windows2000)にて確認しております。
  (2つは別のパソコンです)
あと、ペンディング案件はこれですね。
sun さんが投稿したメッセージ「印刷時にサイズごとにプリンタを変更したい」 (投稿日時 : 2006年1月25日 10:07)
この投稿直後から半年ほど入院しておりました。
その間に客先から出ていたこの要望もお流れになってしまい、気になりながらも放置しておりました。
ともあれ、それはこちらの勝手な都合ですし、せっかく頂いたアドバイスを活かすためにも
近いうちに時間を見つけて結果を出して報告致します。

Similar Messages

  • Minor issue with open parameters upon initial PDF load

    Hello, everyone.
    I am experiencing an odd issue with using open parameters to view a PDF in a browser window.
    We are using ColdFusion Server 9.0.1 (soon to upgrade to 10) and the Solr Collection Server that is bundled with it.  The server is updating the collections on a daily basis via Scheduled Tasks.
    When a user (okay.. it's me.. still in testing mode) uses the form to search the collection of PDFs for a specific keyword (let's use "petroleum"), the collections indicate that there are about 31 PDF files that contain the word "petroleum".  Most of them (when opened via "http://domain.com/pdf_file_a.pdf#search="petroleum"&zoom=100") will highlight the word "petroleum" in the document, every time.
    However, there are some PDFs that when opened will indicate that there are ZERO instances of "petroleum" in the document.  But if you refresh the browser, it suddenly finds three instances that it didn't see the first time.
    Is this a bug?  Has anyone else experienced this issue?  Is there a fix or work-around for it?
    Thank you,
    ^_^

    Anyone?

  • Opening a PDF and passing open parameters...

    I currently can open a pdf file using JSF 1.2 but I cannot figure out how to send in the adobe open parameters. I tried to append the open parameters #search=blah to the end of the File but am having no luck. Is it possible? Any ideas or can anyone point me in the right direction? I followed this example
    File file = new File("C:\\blah.pdf");
    response.setContentType("application/pdf");
    response.setContentLength(file.length());
    response.setHeader("Content-disposition", "inline; filename=\"" + file.getName() + "\"");
    BufferedInputStream input = null;
    BufferedOutputStream output = null;
    view plaincopy to clipboardprint?
    try
    input = new BufferedInputStream(new FileInputStream(file), DEFAULT_BUFFER_SIZE);
    output = new BufferedOutputStream(response.getOutputStream(), DEFAULT_BUFFER_SIZE);
    byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
    int length;
    while ((length = input.read(buffer)) > 0)
    output.write(buffer, 0, length);
    finally
    close(output);
    close(input);
    Appreciate any comments! Thanks!

    Re: Opening a PDF and I get a blank dialog box with a ? in it.
    As an update the work around is to have Adobe open in the background and you wont get the error.
    The software in question calls the registry to launch adobe calling  HKEY_CLASSES_ROOT > .pdf > AcroExch.Document

  • About  'PDF Open Parameters'  in Android environment.

    Hello;
    I'm writing an application for GalaxyTab.
    I need to show a specified page of the pdf file.
    So, I wrote the following code.
        Intent intent = new Intent(Intent.ACTION_VIEW);
        intent.setDataAndType(Uri.parse("file:///mnt/sdcard/download/mypdf_doc.pdf#page=3"), "application/pdf");
        this.startActivity(intent);
    In the 2nd line, I specified pag3 as described in 'PDF Open Parameters for Adobe Acrobat 7.0'.
    But the Acrobat Reader X always shows the top page.
    Could anyone help me?
    'PDF Open Parameter' says.
    URL Examples
    http://example.org/doc.pdf#nameddest=Chapter6
    http://example.org/doc.pdf#page=3
    http://example.org/doc.pdf#page=3&zoom=200,250,100
    Thank you.

    Thank you for your kind reply, Padlikar san.
    I'm happy that I can save my time to worry about this.
    Would you let me know when the feature will be implemented if you know.
    Regards,
    Kiharu

  • PDF Open parameters not working on windows

    Hi,
    I have been trying to use the PDF open parameters but have run into some issues:
    1.  http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf#search=collab& navpanes=0
    The above URL should hide the left navigation pane, but it does not.
    2.  http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf#search=collab
    The above URL shows the search results on the left nav pane, but it says 2 documents found and repeats all the results.
    I am using Windows 7 with Adobe Reader 9.3.3 and the issue is present in both Firefox and IE.   Both of the links above work as expected on Firefix on Ubuntu Linux with Adobe Reader 9.3.3
    Did anybody else run into the same issue or knows what's going on?
    Thanks,
    Nikhil

    nikhilchh,
    From your second post, try changing the URLs syntax to:
    http://www.csc.noaa.gov/publications/need-for-adaptation.pdf#navpanes=0&search=services
    Be well...

  • PDF Open Parameters

    Hello,
    Well, with the PDF open parameters I am now able to open a pdf  document via HTML on a specific page number.
    (http://example.org/doc.pdf#page=10)
    However  page numbers are changing so I want do define a special Article using  the following command:
    http://example.org/doc.pdf#nameddest=Article16
    but  the pdf opens always at the first page. Is there something to do in the  pdf document with Article 16 first ?
    By the way the Masterfile is in InDesign, if there ist something to do first can I do this already in InDesign befor I create the pdf ?
    Regards Krokah
    Sorry for posting it twice but it is very urgend

    For the moment I did nothing in the pdf document but I think I have to do something like marking the word "Article 16" or another specific word as a destination for the url command.
    (I use the Acrobat 9 Pro version)

  • PDF Open Parameters reported as broken links

    I use the PDF Open Parameters in order to link to specific
    pages/locations in PDF documents:
    e.g. <a href="
    http://www.site.com/pdffile.pdf#nameddest=signup">pdffile</a>
    However these always get reported as broken link within
    Dreamweaver (CS3) and as broken anchors when I run other link or
    page quality scans against the site.
    Has anyone else experienced this and if so is it normal
    behaviour? If this is an agreed standard then I would have expected
    it to be recognised as a valid link/anchor.

    It's expected behavior in DW. Since you're referencing a full
    URL, DW can't
    see that when testing for broken links within a locally
    defined site. Due to
    Adobe's and MS unwillingness to communicate...you're stuck
    with this
    approach until the path issues get resolved.
    Ryan
    "garankuwa" <[email protected]> wrote in
    message
    news:f7l12d$77f$[email protected]..
    >I use the PDF Open Parameters in order to link to
    specific pages/locations
    >in
    > PDF documents:
    >
    > e.g. <a
    > href="
    http://www.site.com/pdffile.pdf#nameddest=signup">pdffile</a>
    >
    > However these always get reported as broken link within
    Dreamweaver (CS3)
    > and
    > as broken anchors when I run other link or page quality
    scans against the
    > site.
    >
    > Has anyone else experienced this and if so is it normal
    behaviour? If this
    > is
    > an agreed standard then I would have expected it to be
    recognised as a
    > valid
    > link/anchor.
    >

  • PDF Open Parameters (HAND)

    In my application I open pdf in new window using PDF open parameters. In this when PDF document open in new window I want to set hand as default cursor. I have gone through all PDF open parameters but I haven't got any parameters for default cursor.
    So can any body tell me is there any pdf open parameter or any way to set hand as default cursor?
    Thanks,
    Dhananjay

    It's expected behavior in DW. Since you're referencing a full
    URL, DW can't
    see that when testing for broken links within a locally
    defined site. Due to
    Adobe's and MS unwillingness to communicate...you're stuck
    with this
    approach until the path issues get resolved.
    Ryan
    "garankuwa" <[email protected]> wrote in
    message
    news:f7l12d$77f$[email protected]..
    >I use the PDF Open Parameters in order to link to
    specific pages/locations
    >in
    > PDF documents:
    >
    > e.g. <a
    > href="
    http://www.site.com/pdffile.pdf#nameddest=signup">pdffile</a>
    >
    > However these always get reported as broken link within
    Dreamweaver (CS3)
    > and
    > as broken anchors when I run other link or page quality
    scans against the
    > site.
    >
    > Has anyone else experienced this and if so is it normal
    behaviour? If this
    > is
    > an agreed standard then I would have expected it to be
    recognised as a
    > valid
    > link/anchor.
    >

  • Open parameters for linux version

    Do acroreader's open parameters work for the linux version?
    I know in Windows they are written as 'acroread /A page=xxx ...' and for linux firefox as 'file://...#page=xxx'.
    But how about the arguments in command line?

    Good morning
    Thank you for your reply, I’m trying to find out from our IT if we are using Adobe plugin or not.  In the meantime I created a new document, created a link and tried to open in the browser and received an error message webpage cannot be found.
    When copying the url the last four characters have been changed see below
    http://wyp-infoshare/sites/forcepolicy/Corporate%20Support/Equality,%20Diversity%20and%20H uman%20Rights%20strategy.pdf%20-%20page=5
    Would this be because we’re not using adobe plugin?
    Susan
    Ext 22011

  • Open Parameters not work

    I have a javascript file, which allow users to browse a pdf file located at the local hard drive.  How to open the pdf file to a bookmarked page?
    I have tried to create bookmarks, named destinations and open the file as:
    "c:\mypdf.pdf#nameddest=mydest-1"
    It opens the file, but it doesn't jump to the bookmarked page.
    The same result as:
    http://mypage/mypdf.pdf#nameddest=mydest-1
    only "AcroRd32.exe /a nameddest=mydest-1 "C:\mypdf.pdf" could works.....
    How to link to the destinated page in the javascript file?  I am using Acrobat 8.1.3 with Adobe Reader 8.1.4.  Thanks a lot!

    Pull in the PDF Open Parameters document.
    http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf
    Provided usage is specifically as described they function well.
    Be well...

  • PDF Open Parameters Inconsistent

    Hi,
    I am trying to use the PDF Open Paramaters to provide access to different sections of a PDF using URLs in a browser (as both HTML and XML links). For some reason, once the pdf has been accessed once, it no longer consistently opens to the specified parameters if attempting to access it from different links using different paramaters.
    Help?

    It's expected behavior in DW. Since you're referencing a full
    URL, DW can't
    see that when testing for broken links within a locally
    defined site. Due to
    Adobe's and MS unwillingness to communicate...you're stuck
    with this
    approach until the path issues get resolved.
    Ryan
    "garankuwa" <[email protected]> wrote in
    message
    news:f7l12d$77f$[email protected]..
    >I use the PDF Open Parameters in order to link to
    specific pages/locations
    >in
    > PDF documents:
    >
    > e.g. <a
    > href="
    http://www.site.com/pdffile.pdf#nameddest=signup">pdffile</a>
    >
    > However these always get reported as broken link within
    Dreamweaver (CS3)
    > and
    > as broken anchors when I run other link or page quality
    scans against the
    > site.
    >
    > Has anyone else experienced this and if so is it normal
    behaviour? If this
    > is
    > an agreed standard then I would have expected it to be
    recognised as a
    > valid
    > link/anchor.
    >

  • Adobe 11.0.03 does not conform to standard open parameters. Have they been updated

    Adobe 11.0.03 does not conform to standard open parameters. Have they been updated?

    Copied from what I posted in many other topics; three possibilities
    Using Windows Explorer navigate to C:\Program Files (x86)\Adobe\Reader 11.0\Reader, then double-click on Eula.exe and accept the license agreement
    Can you open Adobe Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].
    It could even be a malware issue; see http://helpx.adobe.com/acrobat/kb/reader-core-dll-error.html

  • Specifying PDF Open Parameters in Word Import Scenario

    I have created a number of URLs in a Word document that open on a specific page no. in PDF files e.g. http://www.adhc.nsw.gov.au/__data/assets/file/0008/228194/HomeModificationGuidelines.pdf#p age=4
    The parameters function as expected when opened directly in the Word document, however after importing and publishing in RH v9,   the parameterised URLs are ignored completely in the Browser (Internet Explorer).
    If I add the URL's via RH directly, they are OK, however I've got to keep the source in Word format.  Does anyone know if this is a limitation in the context of Word imports to RH or am I missing the point somewhere along the way? I've searched high and low for an answer and praying that there might be a solution or workaround!
    Many thanks in advance...
    Wilana 

    Thanks for this Wilana. This behaviour appears to be across the board in IE, FF and Chrome I'm afraid. It also only does this is the PDF is located externally - i.e. outside the project. If the PDF is included as a baggage file, the #page=x parameter works OK.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Open parameters for pdf in XI

    I am working on Acrobat XI Pro and Word 2013, previously when using Pro 9 and Word 2007 I could create a url link and add the open parameter #page=3 and then the link would open the pdf document on the specified page.  See example
    http://wyp-infoshare/sites/forcepolicy/Crime%20Division/Safeguarding%20vulnerable%20adults .pdf#page=3
    It still opens the pdf but always at page 1, have the parameters changed for XI or am I doing something wrong.
    Thanking you in anticipation
    Susan 

    Good morning
    Thank you for your reply, I’m trying to find out from our IT if we are using Adobe plugin or not.  In the meantime I created a new document, created a link and tried to open in the browser and received an error message webpage cannot be found.
    When copying the url the last four characters have been changed see below
    http://wyp-infoshare/sites/forcepolicy/Corporate%20Support/Equality,%20Diversity%20and%20H uman%20Rights%20strategy.pdf%20-%20page=5
    Would this be because we’re not using adobe plugin?
    Susan
    Ext 22011

  • Acrobat Reader Open Parameters

    Hi,
    I would like to know if there are any parameters to open a browser embedded PDF document annotation-ready, meaning when the document is opened, the user should see the Comments tab expanded and within it, the Annotations tab also expanded. Our clients want this, as it would save a couple of mouse clicks. Appreciate any help on this.
    Thanks,
    Basheer Shaik.

    Here are the available parameters http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    I don't think there is what you want.

Maybe you are looking for

  • Unable to open iMovie project?

    I made a simple iMovie 09 project and burned it to a DVD via iDVD.   Then, to save space on my HD, I moved the project to an external HD. Now I want to go back to the project to make some edits.   But when took it out of the external HD and placed it

  • MacBook Pro/External Hard Drive/Windows PC

    I have a MacBook Pro and a Windows desktop...and an external hard drive.  I want to load some music on the external hard drive using the MacBook and then copy from the external hard drive to the Windows desktop.  Is this possible?

  • How to make sub-categories in iTunes playlists

    I have many playlists for separating certain types of music, like most people do.  I was wondering if there is a way to place sub-categories in playlists already made.  For example:      iTunes>Playlists>Recently Added>10 Most Recently Added>5 Most R

  • Software Component for customizing of Biller Direct or Internet Sales Shop

    Hello, We want to modify the Standard Biller Direct/ B2C Shop application and as far as I know the best way to handle customer modification is by an own Software Compoent. This Software Component (SC) should partially overwrite the "Standard" SC. Has

  • Edit Locally

    Please tell me What is the difference between Edit Locally and Edit Online ? Thanks, Kavya