Android open pdf at particular page

Hi
I am developing an Android app in which I want to open PDF at a specific page. Is it possible by mentioning the same in Intent parameters or specific Adobe Pramaters.
Thanks !

[topic moved to Android subforum]

Similar Messages

  • Error message says need Adobe reader 8 or 9 installed to open pdfs from web pages yet Reader 9alredy

    Error message says need Adobe reader 8 or 9 installed to open pdfs from web pages yet Reader 9 is alredy installed on computer. Is this a 64 bit ossue although I am sure I did not have this problem prior to a replacement hard drive being installed.

    What is your operating system, browser?
    What is the exact message you are getting?

  • CS6: DistributedCOM Error id: 10016 when open pdf from web page in Win8.1

    For example here below I've got the issue: 
    http://modemwifi.it/wp-content/uploads/asus-dsl-n55u.pdf
    Adobe Acrobat X pro V 10.1.8:
    DistributedCOM Error id: 10016 when open pdf from web page.
    Nome registro: System
    Origine:       Microsoft-Windows-DistributedCOM
    Data:          04/11/2013 19:09:19
    ID evento:     10016
    Categoria attività:Nessuna
    Livello:       Errore
    Parole chiave: Classico
    Utente:        PC-PIERO\Piero
    Computer:      Pc-Piero
    Descrizione:
    Le impostazioni delle autorizzazioni impostazioni predefinite del computer non concedono l'autorizzazione di Attivazione in Locale per l'applicazione server COM con CLSID
    {B801CA65-A1FC-11D0-85AD-444553540000}
    e APPID
    {2EAF0840-690A-101B-9CA8-9240CE2738AE}
    all'utente Pc-Piero\SID Piero (S-1-5-21-3453328585-262132574-2759341577-1001) dall'indirizzo LocalHost (tramite LRPC) in esecuzione nel SID del contenitore di applicazioni Non disponibile (S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394). Per modificare tale autorizzazione di sicurezza, è possibile utilizzare lo strumento amministrativo Servizi componenti.
    XML evento:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10016</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-04T18:09:19.468877700Z" />
        <EventRecordID>14806</EventRecordID>
        <Correlation />
        <Execution ProcessID="768" ThreadID="776" />
        <Channel>System</Channel>
        <Computer>Pc-Piero</Computer>
        <Security UserID="S-1-5-21-3453328585-262132574-2759341577-1001" />
      </System>
      <EventData>
        <Data Name="param1">impostazioni predefinite del computer</Data>
        <Data Name="param2">Locale</Data>
        <Data Name="param3">Attivazione</Data>
        <Data Name="param4">{B801CA65-A1FC-11D0-85AD-444553540000}</Data>
        <Data Name="param5">{2EAF0840-690A-101B-9CA8-9240CE2738AE}</Data>
        <Data Name="param6">Pc-Piero</Data>
        <Data Name="param7">Piero</Data>
        <Data Name="param8">S-1-5-21-3453328585-262132574-2759341577-1001</Data>
        <Data Name="param9">LocalHost (tramite LRPC)</Data>
        <Data Name="param10">Non disponibile</Data>
        <Data Name="param11">S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1 277922394</Data>
      </EventData>
    < /Event>
    How can I solve this problem?
    Thanks

    // I got this from an Action (I�m using Struts)
    java.sql.Blob file=(java.sql.Blob)request.getAttribute("PDFfile");
    String filename=(String)request.getAttribute("filename");
    try{
      int iLength = (int)(file.length());
      response.setHeader("Content-type", "application/pdf");   
      response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"");
      response.setHeader("Expires","0");
      response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
      response.setHeader("Pragma","public");
      response.setContentLength(iLength);
      ServletOutputStream os = response.getOutputStream();
      InputStream in = null;
      in = file.getBinaryStream();
      byte buff[] = new byte[1024];
      while (true) {
          int i = in.read(buff);
          if (i<0) break;      
          os.write(buff,0,i); 
      os.flush();
      os.close();
    } catch(Exception ex){
       out.println("Error while reading file : " + ex.getMessage());
    }and now it�s running !!! I�m not using response.setContentType(...) and I do this in response.setHeader("Content-type", "application/pdf"). And I use response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"") instead of response.setHeader("Content-Disposition", "attachment; filename=\""+filename+"\"");

  • How to (bookmark)/Open pdf at the page it is displaying when it is closed.

    Hi
    How can I bookmark a page in pdf file, so that when opening it Adobe Reader directly opens the particular page.
    Is there any possibility with Adobe Reader to bookmark as we do with a hard-copy book. This would be very handy when opening the e-book the next day to continue reading.
    Thanks in advance
    Rk.

    Thanks Bernd.
    Thats what I am exactly looking for. I really missed out a simple setting. Thanks for ur help.
    -Rk.

  • Open PDF to Specfic Page - both PDFs on a Windows Desktop

    Assembled Geniuses:
    I have a project with the following requirements.
    1.  The main document is a large legal brief which contains over 700 references, stored on a Windows desktop.
    2.  There are around 300 target documents, many of them confidential, all of them  PDFs stored in the same folder.
    3.  The main document contains multiple references to each target document.
    4.  The resulting product will be sent to who knows how many very demanding  and not necessarily tech savvy lawyers.
    5.  The desired behavior:
        The user clicks on a link in the main document and the target document opens in a new window to a specific page.
    Conditions #1 & #2 preclude use of any web-based open-to-a-specfic-page tricks.
    Condition #3 precludes setting the opening preference of the target documents since I would need at least 1000 documents as targets.
    I have succeeding in reproducing the desired behavior, but it was accomplished through making a folder-level trusted function, but that solution can't be implemented because of Condition #4.
    I know that this is possible because we receive from a vendor PDFs that display the desired behavior.
    Apparently the vendor accomplishes this miracle with a custom Action called "Go to a page in another document".
    The "Go to a page in another document" Action has three steps:
    1. File:[full path name of file (not device-independent)]
    2. Page:[pagenumber]
    3. Zoom level: Inherit Zoom
    This works like a charm.
    The question I'd really like to have answered is:
    How do they associate this custom action with the drop-down menu of the link tool?
    When I create an action it is only available in the main Actions tab, so I'm jealous.
    I tell myself they must have some fancy tools that I don't own, which only makes me more jealous.
    Here is a screen-shot of the "Go to a page in another document" Action
    If you are still reading, congratulations and thank you for your attention.
    Aaron

    It's all a part of Acrobat...
    Create a new Link object.
    In the window that opens select "Go to a page view" action and click Next.
    A floating window appears with the "Set Link" button.
    Now open the other file you wish to link to and scroll to the desired
    location.
    Click the "Set Link" button, and you're done.
    On Thu, May 16, 2013 at 5:19 AM, UnicornWrangler

  • Open PDF in Specific Page

    Hi =)
    Suppose I have a big pdf, let's say, with 500 pages.
    I want to know if it can be opened in a specific page (this page can change). How can I do that? Is it possible?
    Besides that, if I'm looking for a specific word, is it possible to open the pdf in the page it first occurs and highlight it (the word)?
    (Note that I'm not talking about doing a search for a word once the pdf is opened.)
    Can someone help me?
    Thanks =)

    Hi =)
    Thank you for replying =)
    Ok, but is there a way of making it programmatically? (I did not explain myself very well in the first post)
    Suppose I have this pdf file in a website that allows the user to search for a word and gives all the results of his search through all pdf files in that site. I want the user to be able to click in the file he wants to see and automatically open the pdf in the page where the first matching word is.
    Is there a way?
    Thanks =)

  • Is it possible to open pdf files in pages

    Is it possible to open and edit PDF's in Pages?

    Mactioner explained how you may insert a PDF in a Pages document but this will not allow you to edit it.
    You will just be able to insert text boxes whose contents will replace the piece of text which they hide.
    When I worked as an engineer, this kind of job was made with paper, scissors and glue.
    So, from my point of view,  the described trickery is a huge progress.
    Sometimes it may be sufficient (if new text is shorter than original one).
    Yvan KOENIG (VALLAURIS, France) vendredi 1 juillet 2011 16:23:16
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Safari won't open .pdf and .wmv pages

    Safari does not work when I try to access a webpage with a pdf. I get a black page and and a spinning ball.
    Safari does not work when I try a link on a web page for a .wmv. This time it's a blank page with a spinning ball. I am even unable to close the tab, and have to force quit safari.
    I have windows media (.app) and adobe. Both functions work well in Firefox, but don't work in Safari. I also have the .app flip for mac, which is supposed to to work with Safari. I'm not sure this is the problem.
    Also, when I close Safari I sometimes get a message asking if I want to send details to Apple re Safari crashing. I guess it doesn't know when I am closing it vs when it crashes.
    Any suggestions?
    Thanks
    Joe

    I saw that Flip4Mac support was referring some people to the beta version of the current release of their software, due to random WMV streaming problems. You might want to grab that version off their iDisk public folder: Go > iDisk > other users public folder (flip4mac is the member name) You will see a folder called "Flip4Mac installers", download installer v.2.2.039
    If you're gonna try that, I'd recommend uninstalling the current F4M version first. Post back if it works to solve your issues.
    One more note is that you may want to check out the F4M users forum to see if any of your particular problems are mentioned there. The moderator, Craig, is pretty good about responding. Their forum is HERE.

  • Open pdf to specific page is working in XP but not Vista

    Hello,
    I have a Flash project consisting of multiple pages. On each page there is a link that will allow the user to open a pdf to a specific page to supplement the information contained in the Flash page.
    To do this I am attaching the following script to the button on each page:
    on (release) {
        getURL("My document.pdf#page=37");
    This works fine in Windows XP. I can navigate to different pages in Flash and open a different page in the pdf each time.
    It is not working for me in Vista. What it does in Vista is the first time you click on the button it will open the pdf to the specified page. The problem is that if you hit that button again or navigate to another page and click on that button to open another page in the pdf, it opens the pdf but only to the first page and ignores the specified page request.
    The project will be running from a cd only.
    Any help will be greatly appreciated.
    Thanks,
    Jeff

    Suggest you check the pages against the W3C Validator and eliminate the errors:
    http://validator.w3.org/
    e.g. the upper cheeks page has mangled code including three closing </head> tags (lines 31, 88 and 176) which IE and Chrome are probably barfing on.

  • Open PDF to certain page

    Is there are way to open a PDF (linked from the internet) to a certain page, in Flash Catalyst?
    Thanks for you help!

    Yes that workflow is possible. But you are going to have import your Flash Catalyst project into Flash Builder and then add the various classes and code in your project. You will need some level of ActionScript development experience to properly add this functionality.
    The best starting point would be this help document:
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7bb5.html
    Chris

  • How do you open .pdf file in pages???

    This seems like something very easy to do, but I can't get it to work.  How do I save a .pdf file from a disk into .pages, so I can work on it and make changes? I can save it in pages, but then it won't open in .pages.  it seems like it should be so easy.  About to break down and buy microsoft word and excel for the mac.

    I have this http://www.smilesoftware.com/PDFpen/index.html but it does cost $60 (got it for $20 on some special years ago). There is a free trial if you only need to get out of a short term problem. And I think there are free alternatives but don't know. BTW, I have no connection to PDFpen.

  • Trying to open PDF file in pages

    I've followed all the directions and tried several methods to get a PDF document from my pc to the iPad. From an email I should have the option to open the attached PDF with Pages, but I cannot do this. I touch the attached PDF file, and it just opens. I also tried connecting the iPad to the pc and manually transfer the PDF with iTunes. It seems to show the selected files in iTunes, but when I start Pages and try to open a file, the files I "transferred" are greyed out, and don't open.
    I'd appreciate any help with this.

    Spanky D. Rascal wrote:
    Pages does not come up in my list of applications when I try to open a PDF from email. Are you sure it has the capability?
    I never said it did. I was talking only to how you make the menu appear.

  • I HAVE A PROBLEM TO OPEN PDF IN PAGES WHICH ARE ATTACHED WITH EMAIL,SOME ONE CAN HELP ME.?i,m using MINI I PAD 4G wi-fi

    I CAN,T OPEN PDF FILES IN PAGES WHICH ARE ATTACHED WITH EMAIL OR CAN,T SHARE PDF FILES WITH PAGES

    Install free Adobe Reader.
    https://itunes.apple.com/sg/app/adobe-reader/id469337564?mt=8

  • How do I open PDF with Page?

    I bought an Ipad to use at work and bought Page because the sales person said it would do what I need.
    I cant open my PDF documents, does anybodu know how?

    You cannot open PDF files in Pages. You can save/export Pages documents as PDF files, but you cannot open them in Pages. The salesman was wrong,

  • Can not use Parameters for Opening PDF Files

    I can not open pdf with parameter page like: http://example.con/pdf/1.pdf#page=20 that just get result alway open first page. Everyone can help me?

    The PDF Open Parameters do not contain the option to link directly to a bookmark, as was mentioned, but I've developed a script that can add this functionality to your files. Have a look here, if you're interested: http://try67.blogspot.com/2011/06/acrobat-link-to-specific-bookmark-in.html

Maybe you are looking for