How to print a specific page from a given PDF document, using command line, please?

Hello,
I need your advise, please. My customer requires to print a specfic page from a pdf document they receive, using command line or 3rd party solution.
Anything you can advise, please? I have seen AcroRD32.exe options, but can only print the whole document.
Kind Regards

Not sure if there are any examples. The Acrobat SDK is a must, but it is best treated as documentation to study rather than examples to copy. The examples only illustrate a tiny fraction of the capabiliies.
(One other note: the solution must involve the client owning Acrobat; Acrobat is not for server use).

Similar Messages

  • How to print a specific page from the internet

    I have tried to print a specific page, and get about seven pages that are linked to it, without
    seeing the specific page I wanted printed out. The page settings under printer only lists header and footer
    info, and no choices to print only this page or frame. There is no way to print  one specific page on this printer?
    I always was able to do this  with the Epson printer I just replaced, but unable to with this printer.
    Please help! There must be a way to do this when printing from the internet. Thanks for any help.

    deezire
    Welcome to the HP Community Forum.
    I don't have any idea what you are trying to print, nor do I wish to know.  Smiling.
    The key may be to control this in Print Preview like you would with most things when you are printing from a Browser.
    Manage Print Output with Print Preview
    ========================================================================
    Depending on which browser you are using, you might also be able to make use of Smart Print:
    Downloads and Information:
    HP Printing Software
    Scroll down > look on the right side of the page under Web Page Printing for the HP Smart Print download
    How-To:
    Smart Print Help and FAQ
    Includes: How to update your installed version of Smart Print:
    #6: How do I get the latest version of Smart Print?
    Smart Print updates automatically using the default settings. You can choice to update manually by selecting the "?" on the Smart Print Preview/Print bar located in the upper left corner of Smart Print. Select the Updates tab to get the latest version.
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • Can I print the last page of a PDF document using command line?

    Hi
    I am in a situation in which I constantly have to deal with multiple PDF documents and I need to print the last page in each of these, and ONLY the last page. The total number of pages will vary for each file, so the page number for the last page will also vary.
    I would really prefer to not do this manually, by opening up each file in the visible Adobe Reader window and then print.
    Question:
    Is there a way with Adobe Reader (maybe with the help of some other Adobe product) to print only the last page of a PDF document using some kind of command line without opening up the PDF file in the visible Adobe Reader window?
    I'm using Windows.
    Thanks in advance,
    Regards,
    Emil

    Thank you for taking the time to reply.
    I tried both ways and neither works.  It gives me a prompt box that I have to click "next" for every page but after going thru all pages, nothing is sent to the printer.
    Also, all directions I've read indicate it will print to the default printer.  If my default printer is on a network, will that cause problems....
    and...
    should I be getting a prompt box on every page?  I thought all this would happen behind the scenes and not force me to interact with every page.
    dc

  • How can I save one page from a long PDF document?

    I have a 400+ page PDF and want to email just one page to a colleague. How do I save just that page? I've tried the Print > Save As PDF, but it says "not supported."

    Gracias, Claudio! I did as you recommended and it works. I wish it were possible to save individual pages using the Reader, though, as I don't do that enough to justify purchasing Acrobat. Also, I don't know how to tell if a PDF is protected, and maybe this one is. Thanks!
    Anne

  • How do I delete some pages from an existing pdf file?

    I have an existing pdf file that is too large to send to some people. How can I delete some pages from this existing pdf file, and break it up into two files?

    Acrobat
    You can download a 30 day trial at that link.
    You may also be able to do it with CreatePDF, but I'm not sure.

  • How do i extract pages from within a pdf document?

    how do i extract pages from within a pdf document?

    Hi adobespurs,
    To extract pages from a PDF, you need to use Acrobat. If you don't have Acrobat, you can try it for free for 30 days. Please see www.adobe.com/products/acrobat.html for more information.
    Best,
    Sara

  • How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided.

    How to I set an internal link in a PDF document using Preview?  After setting a link under the Tools/Annotations menu, the link doesn't work and no detailed instructions are provided via the Help menu other than it showing the pull-down menu selection to make.

    No.  I am able to use the other features such as underlining, highlighting, adding rectangles and oval and save those changes.

  • How do I cut and paste from a converted PDF document into other docs?

    How di I cut and paste from a converted PDF file to another document?

    Hi,
    You can open your PDF in Adobe Reader then copy the text/graphics and paste them to other documents.
    Hisami

  • How to invoke a jsp page from java which does not use Servlets?

    Hello,
    I am working in Documentum. I am trying to invoke a jsp page from another java page which does not use Servlets.
    I tried doing this by just instantiating the java class related to the jsp page from my present java class.In my java class related to the jsp page, I have defined onInit() and onRender() methods.
    Now, I am trying to call the jsp page from my present java class by just instantiating the java class related to the jsp page. This throws a java.lang.NullPointerException.
    Any comments or suggestions on this.Any help would be appreciated.
    Thanks,
    Ranjith M.V

    RanjithM.V wrote:
    Hello,
    Thanks for the reply. One important thing I forgot to mention. I am also using xml component.And?
    As this is the standard way used for coding in Documentum, I do not want to use Beans.Well, JSP's should, in and of themselves, contain no functional code. It should all be only display.
    Without that is it not possible?What did I say? I said,
    masijade wrote:
    It is possible, but I very, very, very, much doubt, that it would be worth the effort.And, if you don't know how, a forum is not truely going to be able to help you implement it (at least not in less than a few years time, at which point it would be outdated).
    >
    Appreciate your understanding and help.
    Thanks,
    Ranjith M.V

  • How to print names all files from a given folder into a file??

    Hi,
    Given is folder which contains folder's n files. the same is wd every folder.
    How to print names of all files in parent dir.
    ex: C drive
    1) windows 2)prog files 3) Documents 4) a.txt
    1.a) cursors.........
    2.a) netbeans.....
    3.a) rcm_b05
    output:
    c:\windows\cursors\s.txt
    c:\progfiles\ram\m.tc
    a.txt

    Hi,
    look at http://exampledepot.com/egs/java.io/TraverseTree.html, copy the "visitAllFiles" method and implement the "process" method as follows:
        public static void process(File f) {
            System.out.println( f.getAbsolutePath());
        }- Michael

  • Linking to a specific page in a remote pdf document

    Hi all
    I need to know which tools, if any, will allow me to create a link that opens a remote pdf to a specific page.
    Thank you very much!
    Giordano

    Read this:
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

  • How to print JPG image retrieved from BLOB in a table using Forms10g

    I create a database schema and a Form to maintain JPG to the table PHOTOS.
    I would like to add a button to PRINT just the PHOTO_IMAGE to its maximum size from a Form. How can I do that? Is thaere any built-in Forms functions to do that? If the client is using Windows XP, can I use CLIENT_HOST() to call a program to print the JPG file directly?
    Any suggestion is welcome.
    -- myphotos.sql
    drop user myphoto cascade;
    create user myphoto identified by myphoto;
    grant connect, resource, ctxapp to myphoto;
    connect myphoto/myphoto@orcl;
    PROMPT Creating Table USERS
    CREATE TABLE USERS
    (USER_ID VARCHAR2(8) NOT NULL,
    USER_LASTNAME VARCHAR2(15) NOT NULL,
    USER_FIRSTNAME VARCHAR2(30) NOT NULL,
    USER_PASSWORD VARCHAR2(20) NOT NULL,
    CONSTRAINT PK_USERS PRIMARY KEY (USER_ID)
    PROMPT Creating Table PHOTOS
    CREATE TABLE PHOTOS
    (PHOTO_ID VARCHAR2(15) NOT NULL,
    PHOTO_IMAGE BLOB,
    TEXT_DESCRIPTION CLOB,
    FILENAME VARCHAR2(50),
    FILE_SIZE NUMBER NOT NULL,
    USER_ID VARCHAR2(8) NOT NULL,
    ACCESS_RIGHT VARCHAR2(7) NOT NULL,
    CONSTRAINT CK_ACCESS_RIGHT CHECK (ACCESS_RIGHT IN ('PRIVATE', 'PUBLIC')),
    CONSTRAINT PK_PHOTOS PRIMARY KEY (PHOTO_ID),
    CONSTRAINT FK_USER_ID FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID)
    create index idx_photos_text_desc on
    PHOTOS(TEXT_DESCRIPTION) indextype is ctxsys.context;
    INSERT INTO USERS VALUES ('G345566A','WONG', 'TAI SIN','WONGTAISIN');
    INSERT INTO PHOTOS VALUES
    ('P00000000000001', empty_blob(), empty_clob(),
    'SCGP1.JPG',100,'G345566A','PUBLIC');
    INSERT INTO PHOTOS VALUES
    ('P00000000000002', empty_blob(), 'Cold Play with me at the concert in Melbourne 2005',
    'COLDPLAY1.JPG',200,'G345566A','PUBLIC');
    INSERT INTO PHOTOS VALUES
    ('P00000000000003', empty_blob(), 'My parents in Melbourne 2001',
    'COLDPLAY1.JPG',200,'G345566A','PRIVATE');
    COMMIT;
    EXEC CTX_DDL.SYNC_INDEX('idx_photos_text_desc');
    SELECT USER_ID,PHOTO_ID ,TEXT_DESCRIPTION
    FROM PHOTOS
    ORDER BY USER_ID;
    SELECT score(1),PHOTO_ID ,TEXT_DESCRIPTION
    FROM PHOTOS
    WHERE CONTAINS(TEXT_DESCRIPTION,'parents',1)> 0
    ORDER BY USER_ID,score(1) DESC;
    SELECT USER_ID,score(1),PHOTO_ID ,TEXT_DESCRIPTION
    FROM PHOTOS
    WHERE CONTAINS(TEXT_DESCRIPTION,'cold play',1)> 0
    ORDER BY USER_ID,score(1) DESC;
    SELECT USER_ID,score(1),score(2), PHOTO_ID ,TEXT_DESCRIPTION
    FROM photos
    WHERE ACCESS_RIGHT='PUBLIC'
    AND CONTAINS(TEXT_DESCRIPTION,'Melbourne',1)> 0
    AND CONTAINS(TEXT_DESCRIPTION,'2005',2)> 0
    ORDER BY USER_ID,score(1) DESC;

    I use a third part product to do this (irfanview.exe).
    This tool allows to do some batch operation /print to print the file)
    Francois

  • How to place into indesign a specific page of a multipage pdf document through bridge

    Can anyone let me know if this is possible and if so how?
    Many thanks

    Can anyone let me know if this is possible and if so how?
    You can't use Bridge for this directly, you either have to use Acrobat Pro, PS  or other PDF dedicated software to extract the wanted page first and after saving this file you can use Bridge to place it.
    On a Mac you can even use the basic preview application, open the PDF in preview, choose showing thumbnails and just drag and drop the thumb of the wanted page to the folder you are working on in Bridge.

  • How can I open an attachment from inside a PDF portfolio using flex 4.1?

    I am currently developing a portfolio and have a DataGrid which lists my sorted attachments.
    I can right click on an attachment to open it but I require it to happen on the double click event.
    My code currently looks like this (taken from an old example):
    private function itemDoubleClicked(event:ListEvent):void
                                            var itemIndex:int = event.rowIndex;
                                            var item:AttachmentImpl = AttachmentImpl(sortedCurrentItems.getItemAt(itemIndex));
                                            var command:CommandImpl = collectionManager.host.commands(acrobat.collection.CommandType.PREVIEW);
                                            Alert.show("you double clicked " + item.fileName);
                                            collectionManager.host.selection = [item];
                                            command.execute(item); 
    but i get a null pointer exception because command is null.
    Could anyone give me pointers or another solution?
    Thanks,
    Chris.
    Edit:
    I would like to extend this question as follows:
    when using 'host.commands' (as i believe is correct) I get the error that host is 'write-only' and therefore can access none of its methods.
    The example I use is from here: http://pdfdevjunkie.host.adobe.com/05_sorting.shtml
    Using this method, the host is overwritten by doing the following:
    public function set host(host:INavigatorHost):void
                                                 if(host != null) {
                                                           _host = host;
                                                           startEverything();
                                                 } else {
                                                           _host = null;
                                                           //Alert.show("Navigator Ending");
    When I try to do this I recieve the error that the method is not set for override.

    If i try to simply use the host e.g.
    host.selection = [item];
    It tells me that host is write-only. How can this be true?

  • Use XMLP to pull only specific pages from larger PDF template?

    We need to be able to pull specific pages or a range of pages out of a larger template to use to merge data into and return to users or the selected delivery method. I've seen a lot of information about how to add page numbers to PDF templates / documents, but nothing about how I can pull out specific pages. We know this can be done using iText or some other technology, but does anyone know if this can be done using XML Publisher at all? This is a big issue for us and could determine whether we end up using XMLP at all or go with something else. Any info would be helpful.
    Thanks!

    Hi
    Publisher is not currently capable of pulling out specific pages from a given PDF,.
    Regards, Tim

Maybe you are looking for