Need to create pdf with thumbnail pages from InDesign

How can I create a pdf with multiple InDesign pages on each sheet (thumbnails)? I have snow leopard, cs6. Thank you.

On a Mac, the way I like to do it is to start by generating a PDF from INDD. Open the PDF in Apple's "Preview" app. Ctrl+P. There are all sorts of options for layout — including "Pages per Sheet" under the layout option in the menu. Then, at the bottom left-hand of the print dialog box, you'll see the PDF button. After you've made your page-layout decisions, click PDF and choose your options for PDF delivery.
In the instance documented with the attached graphics, I selected "Mail PDF." The thumbnailed PDF is created and attached to a new email.
Maybe this helps.

Similar Messages

  • Combine jpegs to create PDF with blank page background

    Hello, I have hundreds of newspaper scans of various sizes, same dpi, and I want to combine them to create one PDF with each of them on a blank 8.5 x 11 background page? like in a scrapbook. Is this possible using only acrobat? Or does it need to be done on a program like indesign? Appreciate any thoughts.

    Here's a script that you can use to create the blank document with a button on each page. When a page is clicked, it will prompt you to import an image (it defaults to PDF, so select JPG from the from the dropdown) to use for the icon. You can set the "num_pages" variable from 100 to whatever amount you need. To run the script, open the JavaScript console (Ctrl+J), copy the entire script below, paste it into the console, select all of the lines, and press Ctrl+Enter. This will run the script and the result will be a 100 page PDF:
    // Start of script
    // Create a new document and make the page a template
    var newDoc = app.newDoc({nHeight: 11 * 72, nWidth: 8.5 * 72});
    var t1 = newDoc.createTemplate("t1", 0);
    // Add a button to the template and set the various properties
    var f = newDoc.addField("icon", "button", 0, [0, 11 * 72, 8.5 * 72, 0]);
    f.buttonPosition = position.iconOnly;
    f.borderStyle = border.s;  // Solid
    f.buttonAlignX = 50;
    f.buttonAlignY = 50;
    f.buttonFitBounds = true;
    f.buttonScaleHow = scaleHow.proportional;
    f.buttonScaleWhen = scaleWhen.tooBig;
    f.lineWidth = 0;
    f.fillColor = color.transparent;
    f.strokeColor = color.transparent;
    f.setAction("MouseUp", "event.target.buttonImportIcon();");
    // Create multiple pages based on the template
    var num_pages = 100;
    for (var i = 0; i < num_pages; i += 1) {
        t1.spawn(i, true, false);
    // Remove the template page
    newDoc.deletePages(newDoc.numPages - 1);
    // End of script
    Save the file that is generated. After you populate all the buttons by clicking on each page, you can flatten the pages by entering the following line in the console and executing it as you did with the previous script:
    // Convert button appearances to regular page contents.
    flattenPages();
    Save to a different file and you should have what you want. Post again if anything isn't working.
    Note that it would be possible to automatically import the images, but you'd need to create a list of the files you want to import and amend the script a bit. If interested, I could show an example of how you'd do this.

  • Creating a PDF with a watermark from InDesign CS3

    Hello,
    I have a question on exporting or printing a PDF file that will have a watermark.
    What I'm wanting to do is take a InDesign file (and/or Quark file) and export/print a PDF file that will be in low res and have a watermark placed on it. (for a "Review" copy)
    I am aware that I can place a watermark on a PDF file with Acrobat Pro, but it seems like I need to make the PDF file first then place the watermark. I am wanting to do this in the exporting/printing step all at the same time.
    Thank you any information.
    Scott Isbrecht

    OK, maybe I need to reword the question.
    I have a full version of Adobe Acrobat Pro 9.
    I am wanting to take a file/book that is in Indesign/or Quarkxpress and make a PDF file that is in a lower quality/resolution that also has a watermark "review stamp" on at least the front cover, if not on every page. (would like it on every page)
    If there is not a way to export a PDF file out of InDesign or Quarkxpress this way, can it be done by printing a .PS (postscript) file and have Distiller create the PDF file?
    I would like to keep the InDesign/Quark file "As Is" in a final print ready format, and be able to produce a smaller "review" PDF with a watermark on each page of the PDF file. (watermark on cover page only would be OK)
    This way there is no chance of this file making its way to a full scale printer and it being printed with a low quality PDF (review copy).
    Any information would help out.
    Thanks,

  • How to create PDF without embedded fonts from Indesign

    Can anyone tell me how to create from Indesign a PDF that certainly does not contain any fonts I don't want to include? But that would appear in the same layout in a substituted font, including italics and small caps?

    You can't, InDesign will embed the fonts for  you.
    To unembed fonts you need Acrobat Professional. Go to Tools>Print Production>Pdf Optimiser
    go to Fonts
    And select the fonts to unembed.
    You could select any text and change the Transparency to 99.9%.
    Then in Edit>Transparency Flattener make a new one using High as a base for the new
    Select Convert Text to Outlines.
    When you Export to pdf, choose Adobe PDF 1.3, and go to Flattening, choose the new Flattener Preset that you just made.
    And when you export it, any text forced through the Flattener will be converted to outlines. (this could violate the terms of the Font Licencing.)

  • Need to create PDF and Spreadsheet file from RDF file when user passes the parameters

    Hi Everyone,
    I am beginner as report developer ,i came across one  issue when the requirement came from the client regarding generating EXCEL FILE and PDF FILE from same RDF file .
    I was able to generate the PDF file but i when i tried to create excel file it does not include the margin in it, also the cell border are not seen( file comes with data but with no CELL borders), I have also attached screenshot for reference .
    View image: problem
    or
    http://i43.tinypic.com/2mq017k.jpg
    Software Used :
    Oracle reports Developer : 11g 1.2.3.0
    Thanks ,
    Harshil

    Dear  Olga12,
    Thanks a lot for your quick reply.
    When i suggested the solution to my client  for creating two separate templates attached to same data definition , they declined and argued that  we cant create 2 separate templates for all reports( more than 200 reports).
    Is there any way to create the PDF/EXCEL from same RDF other than creating two separate templates ?
    Thanks ,
    Harshil

  • Creating a .pdf with different page views

    I'm tyring to create a .pdf with different page views.  For example as the viewer goes through the .pdf some pages I would like viewed as "single page view" and others "two page view".  Is this possible?   I'm working with Adobe Acrobate Pro.  Thanks for any suggestions.

    It's possible to use the Page Open actions to trigger a view mode change but it's messy - if the user tries to override them because they prefer to zoom in, etc. then they'll get very annoyed when things keep resetting.
    To create a Page Open action, open the thumbnails panel, right-click on a page, choose Page Properties, then the Actions tab. You can use the Execute a Menu Item tool to fire one of the view modes.

  • PSE 8: How to create a pdf with several pages?

    I want to deliver DINA4-Sheets (thats bacic European standard size of a sheet of paper for let's say writing an official letter) to print out in a copy-shop. Now the copy-shop-owner says, for him it will be much easier if I hand in my 10-20 pages in one pdf-file with 10-20 pages and not 10-20 single-paged pdf-files, cause then he only needs to do the colour-routines and adjustings once and not many times. Now there is the problem, in Elements 8 there is the option to save a psd as a pdf-file, but I don't know how to add the other files and make a pdf with more pages than just one. May be I need to do that with Scribus, a freeware prog.

    Hello Barbara!
    Your answer just proved extremely helpful. It worked that way. I first created a pse-file in the right document size. Then with copy and paste I imported the first page and flattened it to one layer. Then I chose to create the second pse-page, that shows automatically in the menue then with the pse-file open. Into the second page again with copy and paste I imported the second single sheet and flattened the second page too to one layer and so on. That way it works. Finally I first save in the pse-file and then save the whole thing as pdf.
    Very easy to do. Thanks a lot!

  • Is it possible to create a tagged pdf with apple pages?

    Not sure if possible and any tutorials would be appreciated.

    > Is it possible to create a tagged PDF with Apple Pages?
    Short answer: No, Apple chose at the introduction of Mac OS X to support only Adobe PDF 1.3 and those parts of Adobe PDF 1.4 that include device-independent transparency, but not those parts of Adobe PDF 1.4 that include Adobe XMP for XML markup of the page description program.
    Long answer: Adobe PostScript is a page description programming language, unlike Xerox Interpress which is a page and document description programming language. In other words, Adobe PostScript is a streaming or sequential rendering model that cannot simulate the behaviour of a bound book where the user can turn from any one page to any other page arbitrarily. Adobe introduced Acrobat Distiller in 1993 in order to convert Adobe PostScript page description programs into Adobe PDF page and document description programs that share the same fundamental functionality as Xerox Interpress.
    Conversion from Adobe PostScript to Adobe PDF buys one nothing but page-independent processing. Specifications published by Adobe in 1993 state how the SFNT Spline Font file format used by Apple and Microsoft for Unicode imaging has to be re-encoded into PostScript font program dictionary format (PostScript so-called simple fonts with less than 256 glyphs and PostScript so-called complex fonts (CID fonts) which are simple fonts tiled into a single superfont). All that is left is the glyph identifiers, and per Unicode Specification version 1.0 the glyph identifiers are private and font-dependent, so no character information can be inferred.
    ISO 19005:2005 PDF/A is a superset of ISO 15930:2002 PDF/X-3. The problem with ISO 15930:2002 PDF/X-3 is the same as above, that is, Adobe PostScript cannot encode the file format of the International Color Consortium, which has to be re-encoded to PostScript CSA Color Space Arrays and PostScript CRD Color Rendering Dictionaries. It is possible to encode the ICC file format directly in PDF 1.3 and higher, as specified in ISO 15930 and ISO 19005, but because PDF encodes only the glyph identifiers that are the output of the SFNT file format, and not the UCS Universal Character Set input and the settings for the feature selectors in the font file, ISO 19005:2005 has come under criticism for failing to support search in complex scripts.
    ISO 19005:2011 is supposed to address the shortcomings by saving the UCS input into the PDF itself, but in this case it is impossible to use Adobe PostScript and Adobe Acrobat Distiller as intermediates to Adobe PDF. So in order to drive ISO 19005:2011 Adobe would have to ditch Adobe Acrobat. I am not sure if there is software that implements ISO 19005:2011, but I noted that the Apple iBook Store does not accept PDF at all. Personally, I struggle to think of how to explain to endusers the overwhelming number of Adobe ISO PDF formats (there is PDF/E, PDF/UA and whatever else), and the overwhelming number of Adobe ISO PDF versions of these formats (there is ISO 19005:2005, ISO 19005:2011, ISO 15930 all the way back to 1999/2000 in God knows how many versions at this point).
    Best wishes,
    Henrik Holmegaard
    would-be technical writer

  • How to create 200 individual pdfs instead of 1 pdf with 200 pages? (Page breaks?)

    Hi,
    Is there a way to create multiple reports using SQL Reporting Services (2008 R2) using one dataset, instead of one long report.
    For example, running a batch of customer statements or bills etc.
    At the moment, our report runs well but creates one pdf with 200 pages, instead of 200 individual pdfs with each page being for a different customer.
    I was thinking there might be a page break setting to create separate outputs but haven't been able to find anything.
    Any advice appreciated
    Thanks!
    Lea

    Hi Lea,
    If we want to export the report to the multiple PDF files based on each page, I suggest you can use data-driven subscription which provides a way to use dynamic subscription data that is retrieved from an external data source at run time. For more detail
    information about data-driven subscription, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms159150(v=sql.110).aspx
    Besides, we can also use the SQL Server Reporting Services web services to render reports to specify folders. For more details, please see the similar thread:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ecef8799-a0a5-42dd-97f8-bc269a7daa87/ssrs-multiple-pdf-files-for-a-single-report-agent-commision
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Cannot create PDF w/ custom page size in FM 9

    I just upgraded to the new Technical Communication Suite and cannot create a PDF from FrameMaker with a custom page size anymore. I need to create a PDF with a page size of 8.125" by 10.875", and have tried both Save As PDF and Print to the PDF driver. I followed all of the instructions on how to do so via the PDF printer driver's "Printing Preferences", Adobe PDF page size, etc. When that didn't work, I also tried Save As PDF with a custom page size ... still won't print to the custom size no matter how many places I specify it.
    My only way to get my custom page size at this point is to create the PDF and then go in and modify Document > Crop Pages > Change Page Size to Custom, and specify my size. This is clearly less than desirable.
    I am using FM version 9.0p 196. Any help/advice/suggestions welcome!

    Cindy,
    You should get the FM updates. There have been 3 patches released since the 9.0p196 version. Install them in order.
    Before creating PDFs, make certain that your default printer is set to the AdobePDF printer instance. The SetPrint utility from Sundorne helps ensure that this is always the case for FM, see http://www.sundorne.com/FrameMaker/Freeware/setPrint.htm
    In the Save As PDF dialogue, set the "Page Size" for the output on the Settings tab, as shown here:
    Set your PDF joboptions for the appropriate press requirements.
    Set your registration if required.
    Make sure the "Convert CMYK Colors to RGB" is set (the PDF CMYK generation is still buggy).
    Hit the "Set" button and you should get the correctly sized output.
    When you were creating the ouptut via the printer route, if you had set the "Generate Acrobat Data" option, then FM sets the document so that it is always cropped to the FM page size, rather than the printer specified output sheet size, in the final PDF. Omit setting this option and it should work via this route as well.

  • My Adobe Acrobat 10 Pro creates PDFs with a graph background.  How do I make the background white?

    My Adobe Acrobat 10 Pro creates PDFs with a GRAPH background.  How do I make the scanned documents have a normal white background?

    This particular forum (sharing and storage) was created to help those transitioning from Photoshop.com to Adobe Revel. I will move your post to the correct forum so that it can get proper attention.
    We also have many other forums relating to other Adobe products at: http://forums.adobe.com.
    Out of curiosity, can you tell me how you found our forum page?

  • Problem in creating PDF with InDesign CS5.5

    Problem in creating PDF with InDesign CS5.5:
    exporting a file in pdf, setting "Press Quality" or "PDF/X-1a: 2001" and selecting "Crop Marks" and the surplus of xx mm, the elements contained in the MASTER page move from the original position or disappear at random.
    Can you help me, please?
    Thanks a lot.

    Try Remove minor corruption by exporting

  • Create PDF with printing restrictions

    I am looking for a product that can create PDFs on a server from a VB.NET website application. It must be able to build some logic into the PDF to restrict
    the printing capabillity to only allow a certain number of copies to be printed. Subsequent copies may be printed but must show different text and be watermaked as "copies". Is this possible with any of the Adobe products or any 3rd party products? We currently use abcPDF for .NET which allows us to create the PDFs from the application but it won't allow the restrictive printing as far as I can see.

    You could certainly use Adobe LiveCycle Rights Management Server to secure the PDFs that you produce with restrictions on printing, viewing, etc.

  • Illustrator cs2 creates pdf with anomalies

    I have Illustrator cs2 (12.0.1) and I create pdfs with it and send these to my clients for proofing. When I view the pdf in acrobat standard 6 it looks fine. When my sales people and clients view it in reader 8 they get a color break down that is incorrect. For example they see a color that should not be there (in the pdf below it is the blue cyan in the logo). So I need to figure out how to fix this problem. Also it does not happen on every pdf.
    here is a link to a pdf
    www.ebfchurch.org/usb3.pdf
    In the link is a pdf that has a problem, and a jpeg to show what it should look like.
    When I save the pdf I have tried turning illustrator off ill. editing capabilities and saved as a V.7 pdf. Not sure what else to try besides making the logo a jpg. Would upgrading to reader 8 help? Would this add that to my selections in illustrator?
    The other anomalies are I's and some lines becoming a dotted line. This one is rarer and is easy to fix (somewhat). I simply rotate the object by a super small portion that no one would notice.
    Thanks for any help.

    Most likely some color separation or transparency flattening thing. Could also be the order of your groups/ shapes. Just hard to tell. For testing, I would save a PDF and do a preflight check in Acrobat or other such tool. This usually reveals any problematic stuff...
    Mylenium

  • Why i can't create PDF with right format by LiveCycle?

    Hello,
    As we know that PDF format has four sections, the header, object body, cross-reference table and trailer.
    But after I create a PDF by Adobe LiveCycle, and open it by UltraEdit or Notepad, I cannot find the cross-reference table and some objects, “trailer” word either .
    I try to download several PDF files by follow link:
    https://my.adobeconnect.com/_a295153/p10077996/?launcher=false&fcsContent=true&pbMode=norm al ,
    and open them as the same way as before, it was the normal format I learn.
    So, why my PDF is not the right format? And how can I create PDF with right format?
    Thank you a lot!
    Ellie

    Adobe LiveCycle Designer makes XFA forms - a thin PDF wrapper around XML, no useful PDF page objects. Still, they are valid PDF. Like any PDF, you might not find a trailer or xref if a cross reference stream is used. See ISO 3200-1 7.5.8 "Cross-Reference Streams".

Maybe you are looking for

  • Apple TV cuts off when open Macbook. WHY IS THIS STILL AN ISSUE!!

    The issue is not fixed with Apple and it's really annoying. It affects all devices. Here is what I have found so far and I'm pulling my hair out. APPLE!! why have you not had a fix for this yet? You come out with the latest and greatest devices but y

  • ITunes 10.5 breaks automator folder action

    Just like itunes10 did osx 10.6.8 itunes 10.5 automator folder action with itunes tasks no longer works after 10.5 update. Is it the version check again?

  • Upgrade from 10.4.11 to 10.5.4

    As the title pretty much says, how would i go about doing this? Do i need to purchase a new apple disk? Or can i download it from apple? Thanks in advance.

  • DOC BUG: Troubleshooting needs update

    Hi, one point of the section on "Troubleshooting" still needs an update for APEX 4.1: h3. A.3.1.1 Verifying If You Have a Previous Version of Oracle Application Express [url http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/trouble.htm#CIABDAAC]L

  • Camera Problems with iOS4

    Hi All Has anyone experienced the problem of their camera on the 3GS now having a 'pink' haze on all pictures / videos that are taken? Even appears on the preview and on the photo Look forward to hearing from anyone else with similar issue. QubixTech