How to generate "named destinations" in PDF

When generating a PDF, how can I get "named destinations" in
my PDF so I can created hyptertext links to it?
1. question:
I produce several PDFs files, which have links to chapters in
the other PDF. To directly jump to such a chapter, one can use
named destinations in the PDF. How can I tell RoboHelp to produce
them?
2. question:
If there is an answer to q1, is that also possible in this
way: I need to generate a Word document first, because I need to do
some manual adjustments. Then I generate a PDF from this Word
document. Going this way, I finally also want to have named
destinations in the PDF. Is that possible?
Any help appreciated a lot, thank you.
Kind regrads
Joerg

Hi,
You can insert dynamic barcodes into your form using LC Designer. 
You should do a search here as dynamic barcodes has been covered by by Steve Walker in detail. For example:
BARCODE 128 - possibility of binding 2 data fields to the barcode
Paperforms barcodes
Using Barcode in Acroforms
However one thing to bear in mind is that dynamic barcodes will not work in Reader unless the form has been Reader enabled using LC Reader Extensions ES2, which is a server product. Option 4 in this summary:
Good luck,
Niall
Assure Dynamics

Similar Messages

  • How to add named destination while exporting ms word to pdf that will support in adobe reader 10 and 11

    Hi,
    I need to add named destination in pdf when ms word is exporting to pdf  that will support named destination in adobe reader 10 and 11.
    I tried with options create bookmarks as word bookmarks but that also not supporting in adobe reader 10/11.
    Please let me know how we can create bookmarks while exporting MS word to PDF.
    And when we are opening pdf in IE with search parameter,its always opening PDF with 2 document on left serach panel.
    Suneetika

    Might be better to post this in the Acrobat or Indesign forums.

  • How to generate a report in pdf from a stored proc

    Hi, i need guidance on how to generate a report in pdf from an oracle stored proc.
    The environment is oracle 10gas + 10gdb.
    On a specific event, a PL/SQL stored procedure is called to do some processing and at the end of the processing to generate report which has to be sent to the printer (and optionally previewed by the user).
    Can anyone assist me with this?

    Hi ,
    One 'simple' way is by using the DBMS_SCHEDULER db package and the procedure CREATE_JOB(....) using as job_type the value 'EXECUTABLE'...
    Read for further info in 'PL/SQL Packages and Types Reference'.
    If you have access to OEM ... you can configure this there using wizard.....
    Other way is to use the External Procedure call capabiblity of Oracle DB Server...:
    http://www.oracle.com/pls/db102/ranked?word=external+procedure+call&remark=federated_search
    My greetings,
    Sim

  • How to control Named Destinations in Bookmarks?

    Using Frame 8, Acrobat Pro X.
    In the generated pdf, properties of the bookmark show we will “Execute a menu item” and “Use Named Destination”, e.g. G1.1007744. If I choose Browse, a long list of destinations is provided but I have no idea
    - what they mean;
    - how I can adjust them;
    - if I can add any.
    Can you help?
    Where do I find out more about Named Destinations in a pdf?
    Thanks in advance for your help,
    Theresa

    See here:
    http://help.adobe.com/en_US/acrobat/pro/using/WS58a04a822e3e50102bd615109794195ff-7cb8.w.h tml

  • FM10/Acrobat X 10-use named destinations for PDF linking

    My company wants our documentation to be accessible from a web page. No problem there. But they want to provide users with links that open the PDF files to a specific section.
    My books are in FM10. I created hypertext named destinations (example hyperlink syntax: newlink alarm) at the points where they want to open the PDF. I then saved the book to PDF, with the Create Named Destinations for All Paragraphs check box selected.
    We are now trying to build a link from the web page to open the PDF at the named destination. Here is some info from the web developer on his syntax:
    These zoom but do not position you to the named destination:
         <a href="Documentation/IO.OS 2.1.3 Technical Overview.pdf#nameddest=alarm&zoom=40">Tech Doc</a>       
         <a href="Documentation/IO.OS 2.1.3 Technical Overview.pdf#alarm&zoom=40">Tech Doc</a>
    This positions to the indicated page and zooms:                   
         <a href="Documentation/IO.OS 2.1.3 Technical Overview.pdf#page=20&zoom=40">Tech Doc</a>
    What are we doing wrong? I've been searching the forums and community help and we've tried all the syntax examples we can find. Thanks so much for any help you can provide!

    Hi Kim,
    Our team recently found a way to put custom named destinations in our FrameMaker files that can be used for linking to specific places in the PDF output (with no strange alphanumeric codes added to the named destinations).
    The named destinations are anchored in FM so they stay with whatever heading/text/graphic/etc they are "attached" to, even as content is added to/removed from the FM files.
    Will the following work as part of the solution you're looking for? (We're also using FM10 and Acrobat X.)
    In FM, insert a new text frame object.
    Type the following code in the text frame: [/Dest /Help123/Dest pdfmark
    where “Help123” is the name that will appear in the PDF for this named destination. This is name you would use in your hyperlinks. Our programmers use this name for the context-sensitive help links in the user interface.
    Right-click on the text frame and select Object Properties. Click to select the PostScript Code check box, then click the Set button.
    NOTE: Once the PostScript Code check box is selected, the text in the text frame cannot be edited. To edit the text in the text frame, you have to first turn off the PostScript Code option, edit the text, and then turn the PostScript Code option back on.
    Select the text frame object, then cut and paste to create a new instance of it. This places the text frame inside an anchored frame.
    You can now “attach” the anchored frame to whatever heading/figure/text/etc the named destination should link to.
    Here's the catch. To get the named destination in the PDF output, you can’t use the “Save as PDF” command in FM – you must print to PDF instead:
    In the FM file, click File >> Print Setup.
    Select Adobe PDF in the Name drop-down list, then click the Properties button.
    Deselect the Rely on system fonts only; do not use document fonts check box, then click OK.
    Click OK.
    Click File >> Print.
    Select the Generate Acrobat Data check box.
    Click the PDF Setup button to define bookmark links, print quality, etc, then click the Set button when done.
    Click the Print button.
    The generated PDF file should contain all the bookmarks you’ve defined as well as all the named destinations you added (with the exact names you specified).
    Hope that helps. Thanks, and good luck,
    Jason

  • How to generate jasper report in pdf format using swing

    hi all,
    im new to swing and jasper.. can anybody provide me some example on how to generate the jasper report in pdf format? i will call the reportManager from sessionBean.. below is my code:
    1)delegate:
    public GenerateReportDto generateIntoPdfReport(String fileName, String outputFileName, Map parameters){
    GenerateReportDto generateReportDto = getAuditTrailServiceRemote().generateIntoPdfReport(fileName, outputFileName, parameters);
    return generateReportDto;
    2)sessionBean:
    public GenerateReportDto generateIntoPdfReport(String fileName, String outputFileName, Map parameters){
    //Map parameters = new HashMap();
    ReportManager reportManager = new ReportManager();
    3)ReportManager()
    public void generateIntoPdfReport(String fileName, String outputFileName, Map parameters) {
              Connection conn = null;
              try {
                   conn = dataSource.getConnection();
                   //Generate the report to bytes
                   File reportFile = new File(fileName);               
                   byte[] bytes =
                        JasperRunManager.runReportToPdf(
                             reportFile.getPath(),
                             parameters,
                             conn
              //conn.close();
              //Write the bytes to a file
              ByteBuffer buf = ByteBuffer.wrap(bytes);
              File file = new File(outputFileName);
              // (if the file exists)
              boolean append = false;
              // Create a writable file channel
              FileChannel wChannel = new FileOutputStream(file, append).getChannel();
              // Write the ByteBuffer contents; the bytes between the ByteBuffer's
              // position and the limit is written to the file
              wChannel.write(buf);
              // Close the file
              wChannel.close();
              } finally {
                   if (conn != null) {
    conn.close();
    Any help would be highly appreciated. Thanks in advance

    Hi ,
    One 'simple' way is by using the DBMS_SCHEDULER db package and the procedure CREATE_JOB(....) using as job_type the value 'EXECUTABLE'...
    Read for further info in 'PL/SQL Packages and Types Reference'.
    If you have access to OEM ... you can configure this there using wizard.....
    Other way is to use the External Procedure call capabiblity of Oracle DB Server...:
    http://www.oracle.com/pls/db102/ranked?word=external+procedure+call&remark=federated_search
    My greetings,
    Sim

  • How to create Named Destination using Acrobat SDK

    I have to bookmark a paragraph or section. I am using JSO and using textselect I am selecting a paragraph/section. Now I want to create a Named Destination so that it can be assigned to a bookmark. Kindly help me out.

    Read http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=Plugins_Introduction.31.1.html about the development of plug-ins and the PDF Reference about destinations.

  • How to generate multiple "gift certificate" pdfs with unique serial #s

    I am a new Acrobat user (have Adobe Acrobat 9 Pro) and poked around a bit to see if I could find out how to do this, but found nothing.
    I assume this has been done before and hope someone can point me in the right direction.
    Here's what I am trying to do:
    1. I currently have a pdf doc with a field for a unique serial # (let's call the doc a "Gift Certificate" for simplicity, though that's not quite what it is).
    2. I want to generate multiple pdf files, say 100 of them, based on this original Gift Certificate, but with each one having a unique serial # in the appropriate field, say starting at ser # 1001, and running through to ser # 1100.
    3. I want to be able to save each of these new files on a hard drive - not outputting them to a printer (though this might come in handy in the future too).
    Is this something I can do in Adobe Acrobat Pro 9?  I looked at the Batch Processing tool, but that didn't seem to have any ability to create new files.
    Or do I need a plug-in?  Or a separate software altogether?
    Any help for this novice would be greatly appreciated.
    Thanks
    keith

    Problem solved.
    Forum member try67 wrote me a script, complete with simple installation instructions.
    It works perfectly right out of the box.  Great stuff!!!
    Wish it always worked that way.
    Keith

  • How to generate a local file pdf  with reports 11g

    I want to generate a local pdf file to print it with client_host

    I think using report builder can't support pdf output,...All of our reports are PDF output so Reports 11g definately supports this format.
    I'm a little confused by your request, however. If your user has your PDF report displayed in a browser window - can't they just click the "Save" button in Acrobat Reader to save the report to their computer?
    Is your user wanting to bypass this step and have the report generated and saved automatically to their computer? If this is what you want to do, then Francois's suggestion is the way to proceed. You will be using the WebUtil library to transfer the file to the client computer. This means, you will need to complete the configuration of the WebUtil library on your application server before you can use any of the WebUtil methods.
    If you are new to WebUtil, I recommend you search the Forms Help on "Webutil" and review the following articles:
    Configuring WebUtil
    Runtime Setup Checklist
    These first two articles give you step-by-step instructions for completing the WebUtil configuration on your application server.
    Using WebUtil in Your Appilcations - This article will demonstrate how to implement WebUtil in a Form.
    Hope this helps,
    Craig...

  • How to generate a new predefined PDF from certain form data?

    Hi,
    I want to create a form (in either Word or PDF) with diffrerent sections for people to fill out. I then want them to easily turn some of the data from the form into a new predefined PDF template.
    For example, I have created a case study form for academics to complete. Then i'd like them to be able to generate an actual case study that they can distribute. The case study will be a predefined template that only needs to contain certain data from the form. Some of the sections on the form will be for internal purposes only.
    How can i do this? I have Abobe Pro, but not everyone does.
    Thanks
    Kellie

    This type if thing is fairly easy to do for people who have Acrobat since the form data can be readily exported from one PDF and imported into another, but this isn't an option with Reader. There are methods you can use to easily copy data from one form to another with Reader, but it relies on JavaScript programming in both of the forms. If this sounds like something you want to pursue, post again and I can provide some guidance.

  • How to generate an Letter in PDF format.. (APEX  4.0)

    Hi All,
    I want to generate a report in Letter format .. the output format is PDF.
    For example consider EMP table .. from this im going to query and show the columns of
    EMP_NAME , ADDRESS, SALARY,DESIGNATION
    And in this report i ll be have an check box for each row... if i check it for 5 particular employee from the report .. i have to generate an letters for those employees which i have checked in PDF format.
    OUtPUT should be like::
                                                                    Date:
    EMPNAME:: employee1
    ADDRESS::xyz
    dear sir ,
      content .. xyz
    thanking you
                                                                    Date:
    EMPNAME:: employee2
    ADDRESS::xyz
    dear sir ,
      content .. xyz
    thanking you
                                                                    Date:
    EMPNAME:: employee3
    ADDRESS::xyz
    dear sir ,
      content .. xyz
    thanking you.
                                                                    Date:
    EMPNAME:: employee5
    ADDRESS::xyz
    dear sir ,
      content .. xyz
    thanking youTHANKS IN ADVANCE FOR YOUR HELP
    regards,
    Arumugam

    Hi ALL
    Habib
    Tyson Jouglet
    Tony Miller
    Andy
    Thanks for yours replies...
    I have worked in JASPER REPORTS for generating reports .... just wanted too know that anyother way is there to generate pdf report in APEX.
    With your replies i came too know about other reporting tools .. once again thanks for your help ..
    So the conclusion is we cant get the PFD directly from Apex without integrating anyone those tools rite.......
    regards,
    Arumugam

  • How to generate custom report with PDF output?(Payables)

    Hi All,
    we are using some custom reports in payables modual production server the reports are working fine .
    my question is i need creat same reports in test server i have done following activities.
    1. copied rdf file from prod server and pasted into test server
    2.given excutable name in system administrator modual(concurrent-progrem-excutable)
    3.define report in system administrator modual(cocurrent-program-define) output selected PDF and given parameters.
    4. switch to payables moduale run the report ,following error showing in log file plese help how to resolve it we don,t have any custom reports in test server this is first time to creat the report.
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /APPS/dkvuatora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to: /APPS/dkvuatora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Spawned Process 2707514
    X connection to oraclefinof1:0.0 broken (explicit kill or server shutdown).
    Report Builder: Release 6.0.8.25.0 - Production on Wed Nov 18 16:06:17 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 339487.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-NOV-2009 16:24:52
    ---------------------------------------------------------------------------

    Hello.
    Have a look to Metalink Doc ID 252715.1
    You have to login to server and issue the 'xhost +' command.
    Hope this helps.
    Octavio

  • How to generate and display the pdf form as a web dynpro abap view

    Hi,
        I filled the value in the table and displayed in the view,In that view i have one button"TOPDF".
        My requirement is,if i click that button,i want to display the table in the PDF output.
        For the above requirement,i created another view with interactive form,In that view i created one "pdf" Node and  "soure" as a attribute of Type-xstring.Then i binded the soure attribute withe "pdfdatasoure" of my interactive form  view.
        Now my doubt is how and where can i pass the table values to pdf output.
        can any body cleare my doubt with some sample code.
    Thanks in Advance.
    Regards,
    Ravi.

    Hello Ravi,
    Best would be to bind the dataSource of the InteractiveForm ui element to the parent node containing the table's data. Then specify a name of a template to be created in the templateSource and hit <enter>. Some popups later, the system will have created a template from the structure of the context. All you need to do now is to drag&drop the data structure inside the template designer to the template itself. This will result in a table. Save, activate and return the Web Dynpro view. Don't forget to unbind the pdfSource and enjoy.
    Best regards,
    Thomas

  • Developer Report 10g - How to generate directly a file ( pdf, html, text etc. )

    hi all gurus,
    this is my first ever post, I am new in the development area and facing a problem.
    I am using Developer 10g, calling report through a Form Module and want to Directly save in file name specified but failed. My code to call report mentioned below for your ready reference. NO Parameter using in Report Module.
    This showing report on Screen instead of giving output file, user have to use Save As command and also there is no file name which I sent to Report Module.
    ---------------------------------- START of CODE -----------------------------
    Declare
      rep_obj         REPORT_OBJECT;   
      v_rep           VARCHAR2(100); 
      rep_status      VARCHAR2(20); 
      v_rep_server    app_server_objects_detail.OBJECT_VALUE%type;
      v_p_action      app_server_objects_detail.OBJECT_VALUE%type;
      v_rep_getjobid  app_server_objects_detail.OBJECT_VALUE%type;
      v_rep_killjobid app_server_objects_detail.OBJECT_VALUE%type;
      v_rep_obj_path  app_server_objects_detail.OBJECT_VALUE%type; 
    BEGIN 
      --------------------------------- setting app server object properties ---------------------------------
      for rec in ( select object_code,object_value
                     from   itmis.app_server_objects_detail
      loop 
         if rec.object_code=1 then
            v_rep_server:=rec.OBJECT_VALUE;
         end if;
         if rec.object_code=11 then
            v_rep_obj_path:=rec.OBJECT_VALUE;
         end if;
         if rec.object_code=19 then
            v_rep_getjobid:=rec.OBJECT_VALUE;
         end if;
         if rec.object_code=20 then
            v_rep_killjobid:=rec.OBJECT_VALUE;
         end if;
         if rec.object_code=21 then
            v_p_action:=rec.OBJECT_VALUE;
         end if;
      end loop;    
      rep_obj := find_report_object('SHORT');  --- report name
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_EXECUTION_MODE,BATCH); 
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_COMM_MODE,SYNCHRONOUS);
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_DESTYPE,FILE);
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_DESFORMAT,:TEXT_BLOCK.REP_FORMAT); -- Form's Text Field
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_SERVER,v_rep_server);
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_DESNAME,:TEXT_BLOCK.FILE_NAME);  -- Form's Text Field
      SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_OTHER,'paramform=no'||
                                                      ' P_SERVERNAME='||v_rep_server||
                                                      ' P_ACTION='||v_p_action);
      set_report_object_property(rep_obj,REPORT_FILENAME,v_rep_obj_path||lower('short.rdf'));
      v_rep := RUN_REPORT_OBJECT(rep_obj);
      rep_status := REPORT_OBJECT_STATUS(v_rep);
      WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
        LOOP
          rep_status := report_object_status(v_rep);
        END LOOP;
      IF rep_status = 'FINISHED' THEN
          WEB.SHOW_DOCUMENT(v_rep_getjobid||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server='||v_rep_server,'_blank');
          WEB.SHOW_DOCUMENT(v_rep_killjobid||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server='||v_rep_server,'_blank');
      ELSE 
        message('Error when running report', Acknowledge);  
      END IF; 
    EXCEPTION
       WHEN OTHERS THEN
            show_err_msg;
    END;
    ---------------------------------- END of CODE -----------------------------
    Please help where I made mistake.
    Regards.

    thanks for reply.
    but how I can do it? report runtime should call and when it will complete then one can save but again how ? will you please give me an example. I do not want the user to see the output instead report should save in a location which is in  SET_REPORT_OBJECT_PROPERTY(rep_obj,REPORT_DESNAME,:TEXT_BLOCK.FILE_NAME); 
    Please consider, I already have mentioned that I am new in this area. I tried google to search but failed. some PDFs downloaded but nobody has mentioned there to use WEBUTIL package to save this report output.
    Regards.

  • Links to named destinations in IFRAME positioning the PDF a page and half past

    I created a PDF file w/ named destinations so that I can allow the Internet user w/ browser and Acrobat Reader plug-in to link to specific sections of the PDF. The zoom is set to Fit Horizontally, and the position is the top of the page in my example PDF. I used Acrobat Pro 8.1 to create the PDF.
    Problem is when trying to load the PDF into an IFRAME, displayed with the named destination using a tag like:
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1000#view=FitH&nameddest=Mission" target="myframe" >Click 1 </a>
    When clicking on the link to the named destination, the .pdf is loaded or reloaded into an IFRAME and the page with the named destination is usually correctly displayed. Only in IE 6,7,8 the pdf will frequently (about 1 out of 4 times) be positioned a page and a half past the named destination.  Clicking to a different link, and then back to the original link will usually reposition the PDF correctly. Chrome and Firefox always position the PDF exactly to the named destination.  I'd like to know how to create the named destination so that it will always be positioned correctly, or to use a different link that will always position correctly.  I'm using Reader 9.1.2
    HTML:
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    </head>
    <body>
    <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1000#view=FitH&nameddest=Mission" target="myframe" >Click 1 </a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1100#view=FitH&nameddest=Highlights" target="myframe">Click 2 </a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1200#view=FitH&nameddest=Trustees" target="myframe">Click 3</a> <p>
    <a href="http://ekensqldev5/ePadmin/documents/Raw.pdf?rand=1201#view=FitH&nameddest=Statement_of_Op erations" target="myframe">Click 4</a> <p>
    <a href="http://intranet" target="myframe">Click 5</a> <p>
    <iframe name="myframe" width="100%" height="800">
    </iframe>
    </body>
    </html>

    I'm working with Lyle on this, and I have done some additional testing.
    What I found is that the positioning for named destinations seems to work ok with IE8 when the html page and pdf file are located on one of our external web servers (rather than local intranet servers).
    I am wondering if this is due to the latency involved in downloading the file, allowing the DOM to register the plugin?
    I've posted a query at Microsoft's forum, but they are pointing me back to Adobe...saying they cannot know how the plugin handles rendering...even though I responded that it seems to work across the board with Firefox and Chrome.
    Here is my thread in the Microsoft forum.
    Erratic Behavior with PDF named destinations
    http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/4f6adaa2-de8f-47d6-b e4b-444edfdd26d7/

Maybe you are looking for

  • Pscs6 wont open, Microsoft error message

    I downloaded the Photoshop CS6 trial verion yesterday and it worked great for afew hours, but I closed it and now every time I try and open it there's an error message "Adobe Photoshop CS6 hs encountered a problem and needs to close" what could have

  • IPad2 messages as I send there is an alert tone. Can I set it for a tone on receiving messages?

    I understand from others that Messages is supposed to make an alert sound to let me know I've received a message or reply. As it is my iPad2 only makes an alert sound when I SEND a message?

  • Syclo Work Manager 6.1 SSL Configurations

    Hello Experts, We have an "Communicaiton Error 14" on Device and ATE. I have worked on WM 5.2 and 6.0 and aware of the SSL configurations. I have Generated a Self Signed Certificate and a PFX file using OpenSSL. Now, with SMP 3.0 SP03 we are not able

  • Cross Tab Report Summaries

    I have a cross tab report with a row for loan type and another row for Investor Name.  The columns are for loan disbursements by month.  The summaries are for the loan count for loan type, loan count as a % of loan type, sum of loan amount for loan t

  • Spell checker in FF3 ...[Solved]

    Hi, Just noticed that spell checking is not working in FF3 layout.spellcheckDefault;1 ? MrG EDIT solution below ..... thanks Last edited by Mr Green (2008-07-08 17:56:46)