Export a book to PDF - problem with common pages

Hello

I'm trying to export a book that has a lot of chapters.  Each chapter is a single file.  Each document starts with an odd page and ends with an even page.

That the command is something like the image below.  Where there's for example page 4 4 & 5 common together.  Is it possible to print individual pages in PDF format?

Thank you!

Nano

sample2.png

Looks like you are trying to export to interactive PDF format. By default, exporting spreads and you get what you see.

You can either change to export to PDF format (Print) (lose the functionality of the button), or you can run a script to change the interactive export behavior. One place, you will find the script interactive PDF to InDesign CS5 is always a stretches on. InDesignSecrets

Tags: InDesign

Similar Questions

  • Exporting to a PDF file with facing pages

    Need help please, I have a problem with InDesign CS4, which I didn't have with the CS3 version.

    When I export an InDesign document with facing pages in PDF format, it turns it into a PDF document with consecutive pages (spreads are divided into individual pages). I want to keep the format with pages in PDF format as well.

    My document is a letter of information online that can be printed on a desktop printer. The pages are of format letter for convenience

    Now, I tried to check 'Spreads' in the dialog box Format PDF exporting and what has happened is that Acrobat resized spreads containing 2 pages format letter face to face on a page of size one letter. The cover appears and prints well, but all the "spreads" are reduced.

    What I am doing wrong?

    This is a setting you'll need to do in Acrobat.

    Bob

  • Problems with the pages of models CS3

    My site is www.cft-aft.org and I have problems with a page or two that were created from a master template that the images are not loading or projection. An example can be found at http://http :// www.cft-aft.org/Get%20Involved.html. I don't know what the problem is or how to diagnose.  All pages of this website have been created from the master template. I had some file management problems in the past, and I think I have corrected most of them (with the exception of the change of name without spaces). I understand that this could be a problem and if it is my problem with this specific page, I understand.

    I have attached a few screenshots of the presentation of dreamweaver and a screenshot of my side of local and remote sites.

    The main problem with the page get involved is not editable images do not exist. Everything lies in the local root folder of the site/htdocs, on both sides. I noticed that when I do to the top of the page get involved in DW is at the top right of the screen, he reads a long path (shown as an example on the screenshot) and on other pages which load correctly, the path is not the same thing, but they reside in the same folder. I suspect that this is probably my problem, but I'm confused, how it got like that and worse still, how fix without having to completely rebuild the page.  I am a total novice and teach me how to do this using the DWCS3 Missing Manual book, but I can't find a solution in there, so please help if anyone can, with step by step instructions.

    If anyone has any idea how it happened, I'd appreciate comments so I do this again.

    If more information is needed, please let me know.

    Thank you

    Hi, Kelly.

    What keeps you from renaming files with Word spaces? It is a good idea. On ALL of your files. Rename them to the INSIDE of the files Panel.

    You work in a defined site? Yes, you are.

    The page you we directed (with an address disheveled, but easy to fix on the track), shows a large number of links to files on your computer, do not using links to other files in your root directory.

    You must open your template and reapply links to all images. Save the model. Once you have re-applied the links in your template Master.dwt, change > models > update of the Pages... while your model is open (especially if DW does not ask if you want to update the files). Record everything (better yet, don't have other pages opens when you update the pages...).

    Depending on how you created your page "Se Involved.html", it would be preferable for you to set up a new page of the child of your template and copy the changing content of the old page. Name the new page (without spaces in the file name... lol...) and save it. You won't be totally rebuild the page, because a lot of it will flow in your model.

    Commenting on your illustration to pdf, you want the indicator model-based Yellow Page in the upper right of your page based on a model of read model: Master. Pages containing the path to the top there are incorrect. I don't know how this happens, but it could be a problem with moving the files outside the DW (bad idea)... always use the files Panel to move files. You have full access to your computer in this window.

    Beth

  • Deletion of books and pdf problems of in Ibooks

    Since the last update, I am unable to delete anything of in Ibooks.  All my books disappear when I delete something, they then repopulation of crazy way.  I have a lot of books and pdf on my Ipad.  I wonder if I can have in fact not too?  This was never a problem before, everyone to experience something similar.  Thank you.

    Jake

    I have the same problem please help this is really annoyping.

    iPad 4 Wi - Fi, iOS 9.3.1

  • Problem with rasterize pages in multi-page PDF intervals

    I have a problem as the topic.

    It seems when I try to rasterize multipage PDF file with pages that size differ from each to each, enhanced Photoshop only rasterize pages of larger size at right, all small are random.

    It happens with multiartboard Illustrator file saved as PDF

    When the PDF file is InDesign generated file Photoshop rasterize pages to a larger.

    It's a little confusing.

    Anyone know how it works and what it depends on?

    See you soon

    Does that help?

    / * tries to open the pages of pdf and save as tif.

    2014, use it at your own risk. * /

    #target photoshop

    / * selection of pdf dialog box * /.

    var theFile1 = File.openDialog ("Please select the pdf file", checkForPDF, false);

    If {(theFile1)

    / * the opening options * /.

    var pdfOpenOpts = new PDFOpenOptions;

    pdfOpenOpts.antiAlias = true;

    pdfOpenOpts.bitsPerChannel = BitsPerChannelType.EIGHT;

    pdfOpenOpts.cropPage = CropToType.TRIMBOX;

    pdfOpenOpts.mode = OpenDocumentMode.CMYK;

    pdfOpenOpts.resolution = 300;

    pdfOpenOpts.suppressWarnings = true;

    pdfOpenOpts.usePageNumber = true;

    / * tif options * /.

    tifOpts = new TiffSaveOptions();

    tifOpts.embedColorProfile = true;

    tifOpts.imageCompression = TIFFEncoding.TIFFLZW;

    tifOpts.alphaChannels = false;

    tifOpts.byteOrder = ByteOrder.MACOS;

    tifOpts.layers = false;

    / * execute the function * /.

    var thePdf = openMultipagePDF (theFile1, pdfOpenOpts, TiffSaveOptions);

    };

    / * function to compare all the pages of two PDF documents * /.

    function openMultipagePDF (myPDFFile1, pdfOpenOpts, TiffSaveOptions) {}

    / * Remove dialog boxes * /.

    var theDialogSettings = app.displayDialogs;

    app.displayDialogs = DialogModes.NO;

    var myCounter = 1;

    var myBreak = false;

    while(myBreak == false) {}

    pdfOpenOpts.page = myCounter;

    try {}

    var thePdf = app.open (myPDFFile1, pdfOpenOpts);

    app.activeDocument.saveAs ((new File (myPDFFile1.fullName.slice(0,myPDFFile1.fullName.length-4) + "_" + myCounter + '.tif')), chooses the tif, true);

    app.activeDocument.close (SaveOptions.DONOTSAVECHANGES)

    }

    catch (e) {myBreak = true};

    myCounter = myCounter + 1;

    };

    / * reset dialogmodes * /.

    app.displayDialogs = DialogModes.ERROR;

    };

    / * function to filter pdf files * /.

    function checkForPDF (dittos) {}

    If (theFile.name.slice(-4) == '.pdf' | theFile.constructor.name == 'Folder') {return true;}

    else {return false;}

    };

  • What is the problem with this page and IE?

    Gents,

    I have this page, exported from Excel to a HTML file, added some jQuery and Spry ToolTips and published it.

    It works very well with Firefox and Chrome, but IE trips on it. It simply display a blank page.

    Here is the link to the home page: Référence PPBM5

    With FF or Chrome test results page appears without a problem with IE, it's just a blank page. It's the page that causes these problems: http://ppbm5.com/Benchmark5.html

    Who am I to spoil that IE does not work? Any suggestion is welcome.

    Ready for the same problem of crazy...

    You have

    Benchmark results<p class="reply"> <p class="reply">When I changed it to</p> <p class="reply"><title>Benchmark results

    It worked.

    Gary

  • Problems with the page numbering

    Hello there ' All!

    I received a few questions about the numbering of the pages:

    1. When the notes are present, they appear over my page numbers (in the lower left corner), which makes them invisible. How to avoid this?
    2. How can I ignore numbering for some pages, as the cover page, table of contents etc. ?
    3. How can I connect page numbers in my table of contents to my actual page numbers?

    Thank you!

    1A, ill-conceived layout? Page numbers should ideally be placed on your master pages, and outside of the margins, you book to plain text (i.e., top, side, or underneath the purple square). Move the frames of page number outside the place of purple Director. If there is no room for this, you need to adjust your margins!

    2. you can 'ignore' the page numbers (they will keep existing), but you can hide them in several different ways. Easier - and more dirty - trick is to put a white rectangle on them (don't do this!). You can also (Cmd) Ctrl + Shift + click on any element on a master page, so "free him" and then just delete the entire frame, with the page number and everything (I wish you didn't do this...). The best way is to assign a new master page to only those pages; a specially created for this purpose (if you have other elements that should appear on all pages), or simply the "[None]" blank page.

    3 search 'referrals' help if you use CS4. You can also search for "Table of contents", it may be useful to regenerate all the content, so the text is up-to-date as well.

  • 11g: problem with the page open in a new window

    Hello

    I have a simple application with two pages. Page 1 contains only one button:
            <af:commandButton text="commandButton 1" useWindow="true"
                      action="dialog:action"/>
    {code}
    
    Page 2 is empty. Action is defined in adfc-config.xml:
    
    {code:xml}
        <control-flow-case>
          <from-outcome>dialog:action</from-outcome>
          <to-activity-id>untitled2</to-activity-id>
        </control-flow-case>
    {code}
    
    When I click the button, page 2 opens in new window but page 1 stays kind of "locked". It takes two clicks on the button to get page 2 to show again (the first click sort of resets the page, and the second one works as it should).
    Same behavior reproduces in a very complex application (where, for instance, a table can be scrolled but selection is impossible). 
    
    This worked in technology preview, did something change and some extra step is required or this is a bug? I can send someone a test case, if needed.
    
    Thanks, 
    Pedja                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    Pedja,

    I have confirmed that it is the glasspane.

    When you open a dialog box in a new window like this, the main window is supposed to be blocked interaction until the dialog box is closed properly (this technique is sometimes called a "glasspane").

    Just close the dialog window by closing the browser window does not mean "close" dialog box. You must use the AdfFacesContext API to close the window.

    Add a command button on your page 2, bind it to an Action listener that does this:

        AdfFacesContext.getCurrentInstance().returnFromDialog(null, null);
    

    The behavior you see is correct; That is why the af: popup is probably a more "preferred" method to do so.

    I just saw your answer on the PDF - you'll still need clear the sort dialog box so that it works. You can use a ' print' button instead of a button 'command' (thus eliminating the need to use the framework of the dialogue)? I could not find any method of compensation of the dialog without actually closing the window.

    John

  • Convert Word doc to PDF - problem with section breaks

    I have Adobe Acrobat Pro (constant rejection of 2015) on my Macbook Pro (OS Yosemite 10.10.5) and I use Word for Mac 2011. I write a lot of long documents and often insert section breaks if I can change the orientation of the page from portrait to landscape and back, etc... When I convert Word documents to a part of the PDF document is PDF - ed up to first page redirecting.  He drives me crazy because in order for the entire document to convert, I break up of my word document in separate documents according to portrait or landscape mode and then convert each into a PDF file separately and combine them and then at the end.  It causes no end of trouble with numbers of page and headers, and feet.

    This happened to someone else?

    Does anyone have a solution?

    I would be grateful for any help.  I'm about to write another very long report containing pages of different orientation, and I'd rather be able to PDF in a go.  Thank you.

    Hi wendym79499885,

    In Word, open the file you want to create a PDF file, click file > print and select Adobe PDF as the printer.

    Click Properties in the print dialog box make sure you have the selections you want.

    Back on the Print Setup dialog box, leave the paper and Orientation as a letter and Portrait respectively.

    In the print dialog box, select print to file and navigate to the correct location. Be sure to save as a PostScript (name.ps) file and the safe field book both, you want only selected file.

    Once again on the print dialogue box book, click on the checkbox to generate data Adobe and click Configuration of PDF. On the PDF configuration for the selected files dialog box, PDF job options, select print quality or make the choice for your situation for settings, Favorites, Tags, and links.

    With Adobe Distiller open, file > open and find the .ps file you previously reported. Also check that your default settings for the PDF file are correct. When the Distiller is finished, you can double-click the PDF to open it and check your landscape and portrait pages display correctly.

    I would like to know if it works for you.

    Kind regards

    Meenakshi

  • Problem with common Regex for aplhabets and numbers

    Hello

    I use the following regex - [a-zA-Z0-9] {9.18} which means I can use numbers and alphabet with length minimum length 9 and maximum as 18. should not take special characters.

    It takes values like ADV0098890 etc, but it also takes [ADV0098890] which is false.

    How can I prevent this?

    Thank you

    Lovin'

    It works. I used [a - zA -z0-9] 9.18 {} instead of [a - zA -Z0-9] {9.18} which is the origin of the problem. Minor ignorance.

    Thread is closed.

    Thank you

    Lovin'

  • Problem with common logging with the other lumberjacks in jars

    Hello

    I have a web application in Weblogic Workshop that uses Hibernate and it configured as the runtime target Weblogic 10.3. When I try to run a test class method in a JSP page in Weblogic I have no problem, but when I try to run it in the workshop as a Java program I get the following error.

    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/management/WebLogicMBean
    to weblogic.kernel.KernelLogManager$ LoggerMaker. < clinit > (KernelLogManager.java:22)
    at weblogic.kernel.KernelLogManager.getLogger(KernelLogManager.java:28)
    to weblogic.logging.commons.LogImpl. < init > (LogImpl.java:14)
    at weblogic.logging.commons.LogFactoryImpl.getInstance(LogFactoryImpl.java:21)
    at weblogic.logging.commons.LogFactoryImpl.getInstance(LogFactoryImpl.java:18)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    to org.hibernate.cfg.Configuration. < clinit > (Configuration.java:120)

    It seems he's trying to load the Commons of weblogic loggin classes. How can I use the main method without removing libraries system Weblogic?

    I have no luck, even when I remove the wlcommons - logging.jar library of web applications.

    Hello

    In the case of Satndalone customer, you will need to add additional jar to the Client class path: com.bea.core.management.core_2.3.0.0.jar

    The location of this pot is: \modules\com.bea.core.management.core_2.3.0.0.jar

    Thank you
    Jay SenSahrma
    http://jaysensharma.WordPress.com (WebLogic magical Stuff)

  • HP Pro Book 430 G2: Problem with the installation of a connection Wi - Di


    Hello:

    Your laptop must be one of the Intel wireless cards listed in document go2 posted.

    By your own words, you stated that your model has the Realtek RTL8723BE card without wireless/bluetooth, which is absolutely not capable Intel WIDI.

    My laptop was even one of the listed Broadcom cards, and tool updated WIDI reported «this platform does not support the Intel WIDI.»

    I had to change the map for the Intel 7260 dual band Wireless-N card, and subsequently WIDI works beautifully.

    Specifications for other laptops HP indicate that models with the wireless card that your laptop is home to Miracast.

    Realtek article also speaks to them be selected for Miracast.

    http://www.Realtek.com.tw/press/newsViewOne.aspx?NewSID=273&langid=1&PNid=0&PFID=1&level=1

    I don't know a thing about Miracast, so I don't know how you get the laptop to connect using Miracast technology.

    I thought you had to run an Android device for that.

    But you can try until the cows come home, home and WiDi won't work on your noteboook as it is currently configured if it has any other wlan card but an Intel, one.

  • Problem with the page turns with the OSM

    Just downloaded the version 23 of the content viewer. I consult my folio/articles on an ipad 1 and I still thorny issues when it comes to the page turns:

    1 if there is no MSO, page turns very well and is aligned with the previous or next as expected.

    2. to the ESM pages, if I do not commit to the OSM, it snaps to the next page or previous fine.

    3. If I click on the ASM then try to turn the page, he jitters and shakes and remain on the page or is blocked to halfway. When I try even once, it turns out as expected.

    I heard that by disabling the function of zoom in on PDF folios will solve the problem. If I don't create my own custom Viewer (I do not have a version company, just one question release them a) how can I make pages with active MSOs run properly?

    I typed double (or triple typed, I forgot) the title of the header on the Viewer to reveal that I use in effect v23. Also use lightbox version 23 in Folio properties. Also rebooted the ipad to make sure. Any help will be greatly appreciated.

    By the way, THANKS ADOBE! A lot of people complaining about things on this forum... But if it wasn't for what you did with DPS and InDesign, there is no way I or countless others could even dream of creating an application without having to pay a programmer hunderds if not thousands of dollars to the code! InDesign is one of the most elegant and most stable programs I've ever used. Add to that the ability to create applications tablet and it's just a force to be reckoned with! I < 3 Adobe and InDesign! Wow, that last sentence looks like it has been seized by a prepubescent girl. I am a man of 41 with 2 children just to be clear!

    You're right, it's the same question, as seen in the other thread. You can fix this by disabling PDF zoom when you build your application. When you go through the process to create your simple editing application, you should see "Show the Advanced Options" on the details page of the App in DPS App Builder. You can uncheck enable PDF zoom it.

    On behalf of the team, you are welcome. Thanks for the kind words

    Neil

  • Problems with redirection page badly giving-OK in IE8

    I have 2 files to redirect visitors to a monthly photo page. http://ILS.org.au/PRD.htm and
    http://ils.org.au/prd.html.
    The two files are identical, but the htm file redirects to the photo page last month instead of the month page.
    He has worked for months and works fine on another computer with IE8. He also works on this computer with IE8.
    It seems that the htm file is stuck in the cache and is not charging.
    I use Firefox 6 with Windows XP

    Visitors will probably mostly be visitors first and notice not or be affected. But I think it's likely that you have changed this redirect page later and you are using the cached version before you can specify non-cache. To avoid these problems on your machine, I would like to clear the cache at the end of a session, and it's the only thing that I want to erase.

    Tools > Options > privacy

    You can clear your cache immediately (now) with

    Tools > Options > advanced > 'clear now '.

    Two source pages look the same as you have indicated, copy and paste the following text in the address bar. Maybe that is not updated was different there is little time.

    Please mark "resolved" a response that will better help others with a similar problem - hope it was her.

    Displaying links watch that you do not include an end of sentence at the end. If a period is to confuse a link, I leave out the period or use a dash then to incorporate the following sentence or add more words in the sentence.

  • OfficeJet Pro 6830: Problem with multiple Pages into one file

    I just bought an OfficeJet Pro 6830 problem and have the scanning of several pages in a PDF document.

    I checked and the box advanced settings/file/create a separate file for each page is disabled, but it will not always combine pages.  Registration prompt window upward after finishing first scan.

    Previously I use Desktop 4580 without any problems and the file to automatically create the folder of the current month in Myscan and analysis enable the scan file be save.  It seems that this function was also missing.

    Please advise.  Thank you.

    Hello

    Scan you from the glass flat or the top of the charger page?

    If you use the charger to top of the page, the pages must be taken and analyzed before the scan to finish.

    If you use glass, ensure that the box show the display after scanning is enabled and press scan, click on the button "+" under the preview of scanning to scan the next prior pages by clicking Save.

Maybe you are looking for

  • Apple Watch - emails will not erase, Archive

    My Apple Watch will let me "delete e-mails.  It only gives me the option «archive»  I put in place on the Apple Watch App on my iPhone for 'mirror' watch my email on my phone settings, I got to "delete e-mails" rather that "archive".  Yet on my Apple

  • E-mail addresses, names of borrowing, freezes

    I used an email address of .mac for centuries now, some alias that I use for e-commerce. With the latest version of el Capitan, 10.11.5, suddenly, I lost all my alias and my primary email address has been reset to a .me address. Now, whenever someone

  • HP Pavilion dv7-4190us drivers for Beats Audio and MediaSmart Webcam

    Nice day. I bought a Pavilion dv7-4190us last December 2010. I loved its audio quality. However, I recently formatted the OS due to some MBR problems. I managed to get most of the software I need to save for Beats Audio and MediaSmart Webcam. For Bea

  • Bluetooth and Smartwatch 3 swr50

    Hey. Is it possible to connect the Smartwatch 3/swr50 bluetooth headset and a HBR as polar heart beat rate band at the time sime? And use 3 smartwarch bluetooth headset and HBR with endomondo without phone?

  • Remove the aaa in pix server configuration

    I have pix 515 with version 6.x cisco and me configured RADIUS vpn connection client authenitcation. The radius server is windows 2003 and I have the following commands RADIUS protocol AAA-server test AAA-server test (inside) host x.x.x.x1 password t