Specific PDF page range via a URL

Hello!

We have a 60 pages, PDF format, but I wish I could only show 5-10 pages (or other) via a URL and have parameters in the URL only see pages 5-10.

Is this possible?  It would be as if the URL parameters hide / omit pages 1-4 and 11-60 and simply show data specific to the user a "Lite" version of the original PDF file.

Thank you!

No, this would require a process server do a PDF subset and serve.

You can link to a specific page.

Also, when displayed in the browser, if a file is optimized for fast web view, it goes directly to specific pages, rather than wait to load the entire file.

Tags: Acrobat

Similar Questions

  • Specific PDF page without the dialog box options import

    Hello

    I do the multipage PDF to import programmatically (without the dialog box options).

    Import a PDF page specific to a graphic image of the first step for the solution. 

    I use the SDKLayoutHelper::PlaceFileInFrame function but I can't select a specified (for example, page 2) page programmatically

    Thanks in advance

    Károly

    I figured out by SnpPlaceFile.cpp

    ....
    // The solution
      InterfacePtr cmdSetPDFPlacePrefs(CmdUtils::CreateCommand(kSetPDFPlacePrefsCmdBoss));
      InterfacePtr pdfPlacePrefData (cmdSetPDFPlacePrefs, IID_IPDFPLACEPREFS);
      pdfPlacePrefData->SetTransparentBackground(kTrue);
      pdfPlacePrefData->SetPage(2);
      result = CmdUtils::ProcessCommand(cmdSetPDFPlacePrefs);
    //
    
      UIDRef frameRef = layoutHelper.PlaceFileInFrame(fileChooser.GetIDFile(),
      parentUIDRef,
      boundsInParentCoords,
      uiFlags,
      fileChooser.GetRetainFormat(),
      fileChooser.GetConvertQuotes(),
      fileChooser.GetApplyCJKGrid());
    
  • Link to a pdf page on the web from a chm file

    Hello

    I use RoboHelp 9.0.2.  I'm trying to create a link in a chm file to a specific pdf page by using a URL.  The link that I use is http://www.actuarialstandardsboard.org/pdf/exposure/ASOP_No27_second%20exposure_2011.pdf#p age = 41

    I put the line above in my chm file.  It appears correctly in the project URL list and display correctly when I choose the show.  It appears to be correct also in the HTML code of the page.

    However when I create chm by clicking on the link brings me just the beginning of the pdf file.  After you click the link in the chm file and Explorer opens, the URL in the browser does not display #page = 41.  She finished at.pdf.

    Did I miss something or someone kno why it does not work?

    Thank you

    John

    Hello

    This link does not work for me when I paste it into the address bar of my Firefox browser. It does not work in Internet Explorer but not in Firefox. In Firefox, it opens the PDF file generically.

    I tested in a CHM and he did try and link, but it presents a black page. Looks like the page, but it is blackened.

    CHM files are based on elements of Internet Explorer to display their content. So maybe, it's something specific to a certain version of Internet Explorer, but also a certain version of Acrobat Reader.

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • Export PDF of unique pages, spreads via Javascript

    Hello

    Thank you for taking the time to read this post. I am a beginner when it comes to scripts, so apologies if this is really simple.

    I tried the search all over the internet and even looked through the Adobe guides and can't seem to find what I'm looking for.

    I have put something in place in pairs printers, facing pages etc.

    Via Javascript, I can export in spreads.

    I also want to be able to export as single pages.

    for example PDF a range of pages to: 2,3,6,7,8,5,4,1

    Do it manually, I simply change the export for the below settings:

    Screen Shot 2016-05-24 at 1.08.31 pm.png

    How can I do this via Javascript?

    Thanks in advance.

    I don't think you can do like this.

    you apply app.pdfExportPreferences.exportReaderSpreads = false

    and after this you applying parameters of your "e-mail", who have the option to export as the pasta spread and settings if I think well last will overwrite the previous one.

    In my view, that it will be easier for you to create 2 settings in indesign, recognize cases and apply search e.g. 'email_spreads' and 'email_singles' settings and control them with the button of your radio.

    Otherwise you should not apply predefine the indesign pdf presets and write all parameters in your script - in this case, you will be able to drive pages/how to export spreads

  • How to limit navigation directly via the URL when the user tries to type the page number and access this page in ORACLE APEX 4.2

    Hi all

    I developed an application where I have 6 pages and 5 tabs and based on the user role I posted the tabs for the user to access these pages.

    But when the user, who doesn't have access to the particular page (say, page 2), but still the user can navigate to it directly by typing the page number in the URL.

    I want to avoid such scenarios.

    eg: http://Apex.Oracle.com/f?p=110:2 , when the user type this in the address bar, it navigates the user to this page even if this particular user does not have access to this page.

    How to prevent the user to navigate through the URL, if the user tries to navigate directly through URLS rather than tabs, I have to give the error message.

    Version: ORACLE APEX 4.2

    Thank you

    Good reading this recent post

    Re: Authentication at the Page level

    All links to a page and the page itself must be secure.

    You can also consider the protection of session state to prevent tampering of the URL.

  • A summary report of comment with possibility to select script page ranges

    Hi all

    I use Adobe Acrobat X Pro on Windows 7.

    I am a newbie to JavaScript, but were using the following script (in fact found this great forum!) to create a report of summary PDF comment.

    It works fine, but I would like to be able to include a line of code to select only specific page ranges (1-40) as I work with a PDF file with 700 pages and you want to create a report summary of the specific chapters. I tried to insert a code for printing specific pages, but when I used Ctrl + Enter to run the script it would bring just to the top of the print window.


    Any help would be appreciated.

    Thank you!

    this.syncAnnotScan ();

    var a = this. getAnnots ({nSortBy:ANSB_Page});

    If (a) {}

    var = new Rep Report();

    Rep.size = 1.8;

    Rep.Color = color.blue;

    rep.writeText ("summary of comments to" + this.documentFileName);

    Rep.Color = color.black;

    rep.writeText("");

    Rep.size = 1.2;

    rep.writeText ("Total of" + a.length + "comments in this file");

    rep.writeText("");

    rep.writeText("");

    Rep.Indent (20);

    var msg = '\200 page %s of %s of % s ';

    for (var i = 0; i <.) Length; i ++) {}

    rep.writeText("");

    rep.indent (20);

    rep.writeText (a [i] .silence);

    Rep.Outdent (20);

    }

    var docReport = rep.open ("commentSummary.pdf");

    docReport.info.Title = "summary of comments for" + this.documentFileName;

    }

    You will need to add more terms or to adjust this one, for example, to reach the beach you specified above (note the page numbers in the code are zero-based):

    If (a [i] .page<80 ||="" a.page="">117) continue;

  • The JavaScript Code to print multiple Page ranges in Acrobat

    Hi all

    I am very new to Javascript (used for the first time this morning) and was looking for help.

    I built a pdf file in Acrobat that I need to print on a very regular basis.

    However, when I print, there are only some of the pages I need to print as opposed to the entire document.

    I put in a print button that executes code when you press on below:

    This.Print (true, 1, 25);

    This.Print (true, 27, 28);

    This allows me to print two different page ranges, but it separates into two different print jobs.

    Y at - it a code that will allow me to put them in the same print job, so that it selects the pages 1-25, 27 and 28, rather than have them separately?

    I am currently using Adobe Acrobat X Standard.

    Any input would be much appreciated.

    Thank you!

    Acrobat/Reader 11 allows you to use the printRange property of PrintParams object that is used with the print statement: http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_API_AcroJS.89.1013.html

    See the sample code included in the link above.

  • A link to a specific Web Page

    I'm trying to set a link from a PDF to a specific web page. When I put the link by adding #page = 14 for example, it will open page 15 rather than page 14. I can't get to open the right page. With the help of Acrobat X Pro on a PC (10.1.7)

    Use #page = 13

    The first page is 0

  • Send a page of PDF page 7

    Hello

    I have a document of pdf page seven, and when the user clicks the 'Send' button, I would just show the last page of the document. Is it possible to do it using javascript? Maybe check out the last page and just that submit? Help appreciated! Thank you!

    -ahlaj77

    Yes, it is available for Acrobat and if you want it automated by JavaScript, you must provide the user with a special file that contains the JS code and they will have to put in a very specific folder on their computer. The location of the folder depends on the OS and the version of Acrobat.

  • How to enlarge a PDF page? (wider or taller than the original)

    Is it possible to enlarge a PDF page size and change its proportions by ADDING space?

    Note that I want to ADD white space. I don't want crop with the crop tool, which is smaller than the existing page.

    In PhotoShop, this is easily done by increasing the size of the canvas. You choose a dimension, select where to add extra space and add it.

    I have a book that is poorly positioned on the output PDF page layout. Him just move environ.25 inches but it would be a tough job to redo the entire text frame in InDesign.

    Thank you

    .

    In Acrobat 9, select: Document > Pages of culture > change Page size

    Acrobat 10: Tools > Pages > Crop > double-click page > change Page size

    You can select a range of pages too.

  • Placement of different object for even\odd importing PDF pages

    I've been to import multiple PDF files (each file has from 100 to 650 pages) and I'm a complete newbie to Indesign.

    When I import a file (using the super cool Script of MulipageImporter) I can put all the pages with the same offset (tell-0.7-0.7) which places the odd pages in the correct location, but the pages should be placed in (1, -0.7).  (shifts will vary according to the size of the pdf page)

    Anyone know of a script that allows this?

    Is there a modification I do the script MultipageImporter which will allow for this?

    The purpose of the trip must have good rear tax when you print these files via a laser printer, so that we can perfect bind books.

    Thank you

    Dave

    That the script must do the work as-is. You have three options for placement against the spine...

  • Add a text watermark (Page range options)

    I would add a watermark for the odd-numbered pages and a different watermark for even pages (this is to take into account the gutters and different headers and feet of page already on the PDF which depend on the determination of odd/even page).  These options are available when adding a watermark although the interface user of Acrobat (page range options...) and the command must be run twice, once for odd pages and one for even pages.

    A property is available in addWatermarkFromText to select "Odd Pages?" or "Even Pages only" only I have not seen one in 'js_api_reference 8.pdf.

    Thank you

    (I'll probably use a loop because some orientatins of the page are portrait and other landscapes).

    There is no flag to allow that, you would have to loop and add a watermark or another function (PageNumber % 2).  Remember, since it's an array of base zero, when 2% PageNumber is 1 it is in fact an even-numbered page, not weird.

  • How to enable a user to always share a camera on a specific web page

    Cannot find an option to 'always' to allow sharing of a camera on a specific web page.
    This will be useful when the same web application is used dozens of times a day to take a picture of an HTML5 canvas.

    There is a pref (media.navigator.permission.disabled) to disable the verification of authorization, but the pref is intended for developers and is not recommended for normal use, so be careful with its use because it presents security risks.

  • Cannot open a pdf Pages, I made by those who that I sent. Another file is a pdf from Adobe that they handled without problem. What is the problem?

    Cannot open a pdf Pages, I made by those who that I sent. Another file is a pdf from Adobe that they handled without problem.

    What is the problem?

    The pdf of the Pages is limited to Mac users?

    You export a Pages document in PDF format, or you choose File menu: print... and choose the PDF button and then save as PDF... Fix?

    And now, others say that they cannot open this PDF on Mac? On PC? On Linux? Using this PDF reader?

  • How to add pdf pages / files in preview?

    When I export or save, a document in the application preview, PDF pages or the added files are not saved.

    I open two PDFs and moves a page as a thumbnail from one to the other. Export the PDF file with the addes in pdf pages. The page is not here after that I open this file.

    I've used acrobat before and it was possible to combine PDF files into one.

    Open the first PDF file. On the Edit menu, select "insert." Select "Page of the file...". ». Navigate to the second PDF you want to insert.

Maybe you are looking for

  • Could not import the 5S for macbook pro

    Since the last update of my 5s, two days ago I can no longer import pictures for macbook pro. "Pictures in the film"the ___ iphone cannot be imported because the device is locked with a password"but it is not."  Can and would someone please help. "Th

  • How 'permanently' to close a tab (i.e., so he opens again when I re - open Firefox)?

    I pinned tabs (move the mouse over the tab, right click, select 'Pin as App tab'), but the original open tabs when I re - open Firefox (Ff), for example, I had Facebook open in a tab... I pinned it as a tab App... Size tab is reduced about one outrig

  • ProBook 650: ADOBE PDF

    Salvation for some unknown reason, I cannot view my bank statements in PDF format, I used to be able to, I visited their download page and nothing happens, I turned firewall and defender whilste try this, I also have tride other sites PDF nothing wor

  • Windows Update, the components are configured incorrectly, the code; C00D11C6

    I don't know, just a beginner?

  • cx047b: photosmart 5524

    Hello I had a few very ink for my printer and I pput them across properly. but now the screen is coming say one or cartirdges more seem to be missing or corrupted install or replace cartridges affected. It shows that the blue and black. Ive tried eve