Printing comments summary on a single page

Is it possible to print comments summaries for a document on a single page rather than on seperate pages?  Even when there is only one comment per page, I cannot find a way to print all the comments on a single page.  Printing "comments only" still puts them on seperate pages.  It does print multiple comments on a page onto one page, but what if I want all the comments for a document onto one page.  All suggestions welcome.

In the Print dialog, bottom left is a block Summarize Comments as below. Click that and adjust as needed

Similar Messages

  • How can I show only text edits and not text formatting when using print comments summary?

    Acrobat 9.3.0 for Mac.
    Here is the scenario: I used the Compare command to see the changes between 2 PDFs. The resulting file some edits are inserts and some are deletions. I want to print a comments summary only showing the text edits. In the Compare Option pane, I select Text and deselect Images, Annotations, Formatting, Headers/Footers, and Backgrounds. Now on the screen I see inserts are highlighted in blue and deletions are marked with sort of a caret and vertical bar symbol. So all looks good at this point. However, when I show the Comments List, I see addtional comments that indicate "Replace - The following text attributes were changed: fill color." Those comments do not appear in the page view unless I check the Formatting check box to show them. With Formatting unchecked, I print a comments summary and all of the "Replace - Fill Color" comments" appear on the resulting comments summary.
    I only want to show text edits, not text formatting changes. So questions are:
    1. Why, when the Formatting checkbox is unchecked, do the text formatting comments still appear in the comments list when they do not appear on the page display.
    2. How can I print only the text content edits and not show the text formatting changes when using Print Comments Summary.

    Hi,
    You can set ExecuteWithParams as default activity in the task flow then method activity to return total no of rows passing to Router activity if your method has value 0 then call Create insert operation else do directly to page.
    Following idea could be your task flow
    Execute With param (default) > SetCurrentRowWithKey > GetTotalNoOfRows (VOImpl Method)
    |
    v
    Router
    1. If pageFlowScope outcome is 0 then call CreateInsert > MyPage
    2. if pageFlowScope outcome > 0 then MyPage
    hope it helps,
    Zeeshan

  • Acrobat Pro 9 Print Comment Summary Issues

    I have acrobat pro 9 and am not able to print a comments summary.  When I click "Print Comment Summary" I am not redirected to the "Print" window as tutorials explain should happen.  The "Summarize Options" window just closes and nothing else happens.  Is there something I can change to make this work.  Thanks for your help!

    Sorry about that the subversion is 9.4.0 and I am running xp.  It is adobe acrobat pro, should I move this question to a different forum?

  • How do I print multiple pictures on a single page in iPhoto?

    I'm trying to print different pictures on a single page using iPhoto.  How do I do it?

    You are probably going to get help by posting in the iPhoto forum. You can easily locate it by clicking on Apple Support Discussions on the top left of this page then navigating to the iPhoto forums.
    Roger

  • Duplex printing of multiple copies of single page

    I really like that the settings for printing are retained so you can leave it set to duplex rather than having to select it each time. Although I do get caught with not resetting the number of copies on occasion. I do a lot of printing and like to conserve paper.
    The problem is when duplex is set and I print multiple copies of a single page, it prints on both sides of the paper. When printing two copies I get one page printed on two sides instead of two pages printed on one side.
    I know the easy answer is reset the duplex setting. But it should print correctly regardless. Has anyone had this problem and found how to deal with it other than resetting duplex?

    If these settings are in the printer driver (which they most likely are) then you'd have to contact the driver manufacturer. Perhaps there are multiple "double-sided" settings. For instance, if there is "duplex" as one option and "two-sided" as another option in the driver, then perhaps one indicates all copies will be printed double-sided even on the same page (as you're experiencing), whereas the other would print multiple two-sided copies. This, however, is very driver-dependent behavior. I'd recommend checking to see if there's an update available for your printer driver that might either clear the problem or provide a clearer option setting for the print jobs.

  • Using "Pages" as my word processor I can not print a Standard page.  Trying to print several copies of a single page gives me every thing parented back to back.  What do I do to fix this?

    Using "Pages" as my word processor I can not print a Standard page.  Trying to print several copies of a single page gives me every thing parented back to back.  What do I do to fix this?  (Using iMac OS 10.9.1 and Canon iP4200 printer)

    You have Duplexing turned on. Turn it off.
    This is to do with your Printer Driver and has nothing to do with Pages.
    Peter

  • Problem printing comments summary in continuous list

    I have made a bunch of underline comments through a large pdf in the hopes of printing just the comments and having essentially a shorter, more succinct version of the large file. When I go to print the comment summary (comments only) I end up with the comments from each page still printed on separate pages, which defeats the purpose of me trying to get a shorter document. I'd like just one, continous list of all the comments on as few pages as possible. I found some other forums (which are read-only now) that suggested using the following JavaScript to get a continuous comments summary:
    // Get the comments in this document, and sort by author
    this.syncAnnotScan();
    annots = this.getAnnots({nSortBy: ANSB_Author});
    // Open a new report
    var rep = new Report();
    rep.size = 1.2;
    rep.color = color.blue;
    if (annots) {
    rep.writeText("Summary of Comments: By Author");
    rep.color = color.black;
    rep.writeText(" ");
    rep.writeText("Number of Comments: " + annots.length);
    rep.writeText(" ");
    var msg = "\200 page %s: \"%s\"";
    var theAuthor = annots[0].author;
    rep.writeText(theAuthor);
    rep.indent(20);
    for (var i=0; i < annots.length; i++) {
    if (theAuthor != annots[i].author) {
    theAuthor = annots[i].author;
    rep.writeText(" ");
    rep.outdent(20);
    rep.writeText(theAuthor);
    rep.indent(20);
    rep.writeText(
    util.printf(msg, 1 + annots[i].page, annots[i].contents));
    } else {
    var msg = "No annotations found in this document, %s.";
    rep.writeText(util.printf(msg, this.documentFileName));
    // Now open the report
    var docRep = rep.open("myreport.pdf");
    docRep.info.Title = "End of the month report: August 2006";
    docRep.info.Subject = "Summary of comments at the August meeting";
    I think this could be a great solution, but I'm having a problem with it: it's only printing the comments for the first half of my document. At the very end of the last page it prints, some of the comments overlap, some are skipped altogether, and then it stops going any further through the comments. I tried reading through the code to see if there was some sort of max number of comments defined or anything like that, but wasn't able to debug it. Does anyone know why the code isn't printing all the comments? I'm using Acrobat 9.5.0 Pro on Windows.
    Thank you in advance for your help!

    Hi,
    After you have run the code can you look at the Console to see if there is any error there?
    You may have to enable settings to have the console so on exceptions - "Edit->Preferences->JavaScript" (Acrobat->Preferences->JavaScript on MAC) under the JavaScript Debugger heading.
    Check the following
    "Enable JavaScript debugger after Acrobat is restarted"
    "Show console on errors and messages"
    Then if you rerun the code if there is an error in the script the console should show and tell you what the error was.
    Regards
    Malcolm

  • Print a report adapted a single page.

    Hi,
    I have a report in Answer that is printed on two pages.
    I wish that when I choose to print the report in pdf, it is adapted a single page.
    Is it possible from OBIEE?
    Thanks
    Sara

    Thanks, I was afraid that the answer was "Publisher".
    Unfortunately you can decrease the font size in the cell of the report ....
    You can not edit the xml report to adapt it to the page?
    If there are no official answers to this problem .... thanks a lot.
    Sara

  • Preview in Yosemite has lost option to print multiple images on a single page?

    I used to be able to select all thumbnails from sidebar in Preview, then print them on a single page - the options went from 2 up to 16 images per page I think.  This seems no longer an option.  Am I missing something?

    I found it - expand the 'details' option in the 'print' window, then click on the drop down field which defaults to 'preview' (below the page orientation options) and select 'layout'.  At that point you can select to print more than one image per page.  Ok, then.

  • Printing multiple reports on a single page

    i have a transaction report of 5-6 lines
    after printing i want the printer head to stop and print the next transaction report immediately.
    what properties need to set up/
    what are escape sequencee and how are they used?
    null

    What controls are you using?  There is a control under the Preview section for "Copies per page".  This is the wrong choice.  You want to look under the Layout section and use the Pages kper Sheet option.

  • Printing a PO on a single Page.

    Hello All,
    Could you please help me in finding out the solution for below issue.
    " We have a requirement to print a PO from a HP laserJet printer. This has to come in Landscape. For that we have copied a device type HPLJ4 and a formato type as Z_LEGAL. We are un sure how to maintain the device type. Like the entried added for Printer Initialization, Reset after Exit, End of page, End of line etc. Who is supposed to maintain the same. Is it ABAP or who?. Is there any note to know how to maintain the format type and can we raise a ticket with SAP to provide the same.
    Thanks,
    Nikhil

    Usually the BASIS people would do this kind of setting, I dont think for this you don't need to go to SAP.. Do search for OSS note I believe there might be some note for this.

  • How do you print comments on one page

    I can't figure out how to get comments to print continuosly rather than one comment per page. I have a 30 page PDF with comments on each page. I don't want to print out 30 pages. I just want them to print on x pages as if it were a word doc. Most comments are short. Printing one minor edit per page is driving me nuts.

    Here's a link to a forum discussionthat includes a script: http://acrobatusers.com/content/how-do-i-print-comments-summary-all-one-page-0

  • Printing multiple Payment documents on a single page

    Hi All,
    I am using a standard Program RFFOD__V to print the payment documents.When I execute the program with the provided variant, the output of this program creates spool request for Payment Advice . When I see the output of the spool request it prints 50 payment documents on 50 pages(One document per page).
    The requirement is that  the client wants to print 3 documents on a single page hence it will reduce the amount of pages in the printout.
    Please suggest how can we do it. The Script attached to this standards program is a customized script.Do I need to copy the standard program and make changes to it or Can I achieve it only by changing the script ?
    Can we achieve it thorough customization,if not , then please suggets how can I achieve the desired functionality.
    Earliest reply would be appreciated.
    Thanks
    Manish

    That's one of those things that is just easier in some other programs. In ID you have to do your own n-up page.
    You can reduce the overhead, though, but making your label 1-up to start and saving that. For the n-up page place the original ID file, then use step and repeat to make a grid of linked-file labels. Now there's only one file you have to worry about updating -- the single instance. The n-up file will ask you to update the link the next time you need to print.
    You still need two files for each label, but you only need to work in the second one once.
    Peter

  • Print 3 checks in single page Thru F110

    Hi
    I have a req to print 3 checks in a single page from Tcode F110..
    Do i need to look for any User-exit to do this? OR
    Do i need to copy the standard Prog RFFOUS_C and modify according to the req..Which is the best option?
    If the modifying the Std prog is the only option Could you please let me know where exactly i need to modify the change
    Please let me know
    Govi

    I forgot to mention this
    Which form should i use? is it F110_PRENUM_CHCK  or F110_MX_CHEQUE?
    I only want to print name amount date on this form ...coz we wil use the pre printed checks so only name amount date will be printed on that paper..Iam not sure how can we print 3 checks in single page using the standard program and Custom script..
    Please advise
    Govi

  • What's a good app to use to put two photos on a single page like Windows Paint?

    I have a OSX Lion with an iPhoto app. I would like to put two photos on a single page like Windows Paint. What's a good app for this? Is there a Windows Paint app for Mac or something similar?

    You can print two photos on a single page with iPhoto, you can put two photos on a single page with Pages, Word or any word processor. Or are you trying to edit two photos together?
    In order of price here are some suggestions:
    Seashore (free)
    The Gimp (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Pixelmator ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate. You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

Maybe you are looking for