Need to pin point the document

Hi All,
I have a requirement of directly point a particulr page in a document (document type could be .doc or .pdf) from a java program.
Input to the program could be a page number.
I mean, when I open a document from a java program, it shoul display a particular page of it directly.
what are the feasible ways of doing this..
Thanks in advance.
krrish

You really have to be more specific about what exatly you need.

Similar Messages

  • I modify a document en word and saved it. I need to return to the document before the modification. How can I do it? Thank You

    I modify a document en word and saved it. I need to return to the document before the modification. How can I do it? Thank You

    Are you using Time Machine? If not, do you have a backup?
    Best of luck.

  • I have the latest Pages  5.2 and get a sign saying "INDEX.pages" can't be opened. I have need of some of the documents. What can i do?

                            I have the latest Pages  5.2 and get a sign saying "INDEX.pages" can't be opened. I have need of some of the documents. What can i do?

    Probably you have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Older versions of Pages 5 can not open Pages 5.2 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Once opened and saved in Pages 5.2 files can not be opened in Pages 5.
    Anything that is saved to iCloud and opened by newer Pages versions anywhere, is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • I need some info about the Document Class.

    Hi,
    I need some information about the Document Class, can anybody
    tell me where I can find it.
    thanks

    Emad Zedan,
    > I need some information about the Document Class, can
    > anybody tell me where I can find it.
    The concept of the document class was introduced in Flash
    CS3. What it
    does is allow you to optionally associate a custom AS3 class
    with your FLA
    in the Flash authoring tool. Your document class effectively
    *becomes* the
    main timeline. This is your chance to influence the
    underlying behavior of
    the MovieClip or Sprite instance that serves as the
    foundation for your SWF.
    If you don't associate a custom document class with your
    FLA, the FLA is
    associated automatically with a default document class called
    MainTimeline,
    which extends MovieClip.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • I need some help with the documents on the go application please

    Hi.  I can't seem to figure out how to open my excel file from my Palm Centro.  I'm so lost!  Please help.
    Post relates to: Centro (AT&T)

    User Guide for Documents to Go can be accessed through the help tab on the Documents to Go desktop. Download it via mypalm.com.
    Post relates to: Palm TX

  • I have OsX 10.6.8, and imac 2007-08, and enough disk space to download yosemite but still Apple tells something is wrong and generates a list of maybes but not a specific reason. Any ides as to how to pin point the problem of the upgrade?

    Want to upgrade from 10.6.8 to yosemite  and I have a imac 2007, and enough disk space. but when trying to download, I get a "I can't" due to a list of possible issues, but how to isolate the problem?
    Thanks,
    josefromaptos

    Check that your computer is compatible with Mountain Lion/Mavericks/Yosemite.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    iMac (Mid 2007 or newer) model number 7,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    Check to make sure your applications are compatible. PowerPC applications are no longer supported after 10.6.      
    Application Compatibility
    Applications Compatibility (2)
    Do a backup before installing.
    If you can/do upgrade, I recommend you make a copy of the installer and move it out of your Applications folder. The installer self-destructs. The copy will keep you from having to download the installer again.  You can make a bootable USB stick to install using this free program.
    Bootable USB Flash Drive – Diskmaker X

  • Some error need to modified in the document

    Hi
    I am testing service desk 6.5 , trying to sync device detail to service desk...But I find some function do not in this version (6.5)...In the step6 of section 2.7 ,"Control CMS via RFC" & "Super>Configuration>AMIE Snapshots Tab" do not exist.
    If it is exist...Who could teach me how to make them show up?
    wyldkao

    Sorry...
    I find these items....
    wyldkao

  • Please, help... I need to convert an Illustrator document into .pdf

    Does anybody can help me? I have a document in Adobe Illustrator Artwork 12.0 but don't have the program to open it (and don't know which one I need)
    If I send the document, could you please convert it into .pdf or word. It's a letterhead for the church I work at.
    Thank you very much.

    E-mail the Illustrator document to me at the following address:
    harron {at mark} kurakichi {dot} com
    If you can, put the .ai document in a .zip archive before e-mailing.

  • How to read/get the document attached to PO line item

    Hi experts,
    I got a requirement wherein I need to read/get the document attached at PO line item and to send that document through mail as an attacment .
    please suggest me how to proceed on this.

    actually your are picking up the correct data from Table EKET (EKET-EINDT) but your are printing that in item data loop for EKET might have already executed in your script and the header of that internal table consist the last entry of the table so for that. Fetch the delivery date explicite from the Table EKET when your in item level processing and print that.
    For Example u can use this code.
    To print you have write the this code in Script item level printing window "MAIN" window
    Following perform is called to get the line item delivery date in PO
    {/: PERFORM GET_DEL_DATE IN PROGRAM ZPerform_prog
    /: USING &EKPO-EBELN&
    /: USING &EKPO-EBELP&
    /: CHANGING &DEL_DATE&
    /: ENDPERFORM}
    {* Dellivery date &DEL_DATE& }
    write the below code in the Z program "ZPerform_prog"
    { FORM get_del_date  TABLES in_par STRUCTURE itcsy
                             out_par STRUCTURE itcsy.
      READ TABLE in_par WITH KEY 'EKPO-EBELN'.
      CHECK sy-subrc = 0.
      $_po_no = in_par-value.
      READ TABLE in_par WITH KEY 'EKPO-EBELP'.
      CHECK sy-subrc = 0.
      $_po_line = in_par-value.
      SELECT *
      FROM eket UP TO 1 ROWS WHERE ebeln EQ $_po_no AND ebelp EQ $_po_line.
        $_del_date = eket-eindt.
        CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
          EXPORTING
            date_internal            = eket-eindt
          IMPORTING
            date_external            = $_del_date
          EXCEPTIONS
            date_internal_is_invalid = 1
            OTHERS                   = 2.
        READ TABLE out_par WITH KEY 'DEL_DATE'.
        CHECK sy-subrc EQ 0.
        out_par-value = $_del_date.
        MODIFY out_par
                    INDEX sy-tabix.
        CLEAR : $_po_no , $_po_line ,$_del_date.
      ENDSELECT.
    ENDFORM.                    "GET_DEL_DATE }

  • How to config the user cannot post the document which he parked .

    Hello , SAP gurus .
    Did SAP contain this configuration and would you please show me some details .
    We need that the user who parked the document will now have the authorization to post it.
    Thanks

    Hi,
    I am using transaction FV50,
    In this transaction SAVE button and SAVE AS COMPLETE both parks the document and will be posted by clicking on POST,
    but I need to just save the document when I click SAVE button, and when I click on SAVE AS COMLPETE then only it should be ready for posting while posting will be done using FBV0.
    Please let me know the best way to acheive this.
    Thanks,
    Rtech.

  • Dynamically change the document when the user opens it through a PDF Portfolio

    Hello
    I'm generating a PDF Portfolio using LiveCycle PDF Generator. I need to dynamically change the document that is presented when the user opens a PDF portfolio.
    Can anyone give ideas on how to accomplish this using the portfolio and navigator API?
    Thank you

    That was it. What an operating system. It is very helpful to view files you are looking for. But if you have preview on you cannot save files.

  • Re - Submit the document after reaching Lifetime

    Hello Experts,
    i need to re-submit the document after reaches its lifetime, if the user needs that document again?
    this all are done inside Collaboration Room.
    In detail,
    I had created a Users called,
    1) Author (-Permission : R/W-)
    2) Employee (-Permission : Read-)
    Author creating one document and setting lifetime for that document, then the Employee can view the document depends on the LifeTime what Author specified, then the document will not show the Employee( Working till this ).
    but the Employee needs that document again, so he/she have to request for the document after the lifetime reaches.
    How can i acheive this?
    One More thing,
    Notification have to send to the Author once the document got Expired, how it is possible?
    Regards,
    Mythili

    Hi Mythili,
    by enabling the subscription service on the repository you can configure on folder level who should get notifications (Author Group) when documents in this folder expires.
    Unfortunately, this is all you can do within the standard KM functionality.
    In order to create notifications in advance that go to the owner / last editor or / last modifier of the document you need to do some implementation. You could for example create a custom KM report that should run daily and check the expiration date of the documents and send this custom made notifications.
    The specified item was not found. describes here another way of achieving this: document lifetime and resubmission
    Hope this helps,
    Robert

  • If I bought the iPhone 5 in Japan and have the documents, it is possible to change my iphone to not need to use gevey?

    If I bought the iPhone 5 in Japan and have the documents, it is possible to change my iphone to not need to use gevey?

    If you had purchased a HTC One it would have been the same thing.
    If you had purchased a Nokia runing Windows it would have been the same thing.
    This is a huge bad point about cell phones, not iPhones.

  • What's The Point Of The Documents Switch In iCloud Preferences?

    According to the help pages on iCloud.com, OS X users must manually upload and download documents as they wish to edit them.  This is different from iOS devices as they get the latest version automatically pushed to them.
    What's the point of the of the Documents switch in iCloud preferences if nothing happens automatically?

    It's a pain uploading and downloading from iworks.com
    To me it's a step backwards from using iDisk, Apple needs to sort it out really

  • This month I downloaded the newest version of PAGES.  Now when I try to open the documents made with this program it says "You need a newer version of PAGES to open this document."  I go to the App Store and says it has downloaded.  What to do?

    This month I downloaded the newest version of PAGES.  The documents I have typed using this App will now not open and the message says-"You need a newer version of PAGES to open this document.  Could anyone help me with this please.  Thanks.

    You have 2 versions of Pages on your Mac.
    Pages 5.2.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 110 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    You can add the icon of the missing Pages on your Dock or open Pages from the Apple menu > Recent Items list.
    Or you can archive Pages 5 so that it doesn't automatically open.
    If you are unhappy about this review/rate Pages 5 in the App Store.
    Peter

Maybe you are looking for

  • How can I remotely disable iMessage on ipad without having to remove from Apple ID

    When I moved to the USA I purchased an iPad for my parents who are very technologically challenged so I have them connected to my Apple ID. Recently my husband and I have been getting a recurring notification that they have signed into iMessage using

  • Show text in dropdown box instead of value....

    Hello, I'm having this annoying problem. In a dropdown box, I can only see the value, not the text associated to the value. I think this is strange since I've worked with this before and don't remember having to select the "Text". Do I have to do any

  • Dissecting File Paths

    Hey, I'm fairly new to applescript- so I apologize in advance for my ignorance. I am trying to create a series of 3 file structures, each with identical hierarchies. The first structure will contain all .CR2 files (RAW images). The second structure w

  • Bridge updated to version 1.0.7.4

    BlackBerry Bridge has updated to version 1.0.7.4, downloaded from AppWorld for most users. I will update the OTA links for those who cannot download from AppWorld as soon as possible, in this other thread. 1. If any post helps you please click the be

  • Why does the first Firefox browser takes more than ten seconds to open?

    Once my laptop is logged into, Firefox's initial browser takes more than 10 seconds to open. The subsequent windows take less than two seconds. Much more complex programmes like photoshop open in next to no time. Is Firefox a 'heavy' programme to sta