How do I select part of a .pdf file to print?

I do not want to print the left side of this coupon:
http://frontline.us.merial.com/web_coupon.pdf

This capability only exists when importing from a camera card or camera archive.
You can't select part of a clip to import from a hard drive movie file.

Similar Messages

  • How can I extract part of a PDF file and copy it to a new PDF file?

    How can I extract part of a PDF file and copy it to another PDF file?

    You will need Adobe Acrobat for this.

  • Print selected pages of a PDF file to printer as a batch job using VB6

    I have the following:
    1) 1,000 multi-paged PDF files (say 00000001.pdf, 00000002.pdf, ..., 00160000.pdf)
    2) A list of pages for each document to print
    (e.g. 00000001.pdf: 2,3,5,7
    00000002.pdf: 3-8, 10
    00001000.pdf: 5,6,7,10)
    I want to perform a single batch job to print the specified pages of all 1000 PDF documents to default printer.
    I am using VB6, Acrobat Reader 9 installed.
    I am thinking of writing a function like that:
    Private Function PrintPDF(byval sPDFFilePath as string, byval iPageNum() as integer) as boolean
    and then write a looping routine to print the files one by one.
    Seems that Acrobat SDK has such feature. 
    Please advise how can I do this?

    I downloaded the Arcobat SDK and now learning to use it with its sample.
    However, I got stuck when I run the program BasicIacVB.
    I got the following error message:
    Cannot create ActiveX component.
    When running the line
    gApp = CreateObject("AcroExch.App")
    I run this program on my PC with VS2005 installed.
    What extra step do I need to do to use the sdk?
    Seems there's no installation package there...
    Sorry about my stupid question, I am a total newbie in AcrobatSDK.
    P.S.  My ultimate goal is to develop the program in VB6 (not using VB2005),
    as my client PCs does not (and cannot for some reason) install .net framework.

  • How to save selected pages of a PDF file in Adobe 11.0.07

    I upgraded to Adobe XI version  11.0.07.
    Example:
    I have a 100 page PDF and I want to save a portion of the pages:
    Pages 49-57 of the 100.
    Is there a way to do that, I cannot seem to get it to do it, I think Adobe 9 it was possible
    Thanks

    Hi tanasiluv,
    Please check the video: http://tv.adobe.com/watch/learn-acrobat-xi/extracting-pages/
    to know how to extract pages from a pdf and create new pdf using Adobe Acrobat.
    Regards,
    Rave

  • How do you delete part of a PDF file and keep the rest

    If I want to keep page 2 but not pages 1 or 3...how do I do that?

    Possible with Adobe Acrobat, not Adobe Reader.

  • How to make only part of a PDF document editable?

    I'm looking to see if there is a way to make only part of a PDF document editable. My problem is, I have pieces of collateral that some of our channel partners need to be able to add their logo to and then edit the contact information on them, but we don't want them to be able to change any of the main copy on these documents. The only thing I've been able to come up with as a solution is to create outlines of the text that I don't want editable, but I need the copy to be able to be read by computer systems for disability purposes. Does anyone have any ideas on something I could do for this? Or has anyone dealt with anything like this? Any help would be greatly appreciated!

    Hi vward26,
    You can use Acrobat to make only part of a PDF document editable.
    Kindly refer this FAQ:http://tv.adobe.com/watch/acrobat-x-tips-tricks/how-to-convert-just-part-of-a-pdf-file/
    Regards,
    Florence

  • How do I send part of a pdf?

    I have the Adobe reader, but not Acrobat. How do I send part of a pdf file that I have to someone else? I tried copying and pasting the excerpt into a Microsoft Word document but when I do this the text prints out blurry. Thanks in advance for any advice!

    Copy and paste will work with text, but you can loose formatting.
    Graphics will not necessarily go over either.
    On a Mac, you can use Reader or Preview and print to pdf the part of the
    pdf you want. It won't be the same as the original, but it will be
    close. On a PC (and on some Macs) you can fax the pages of interest.
    Some fax drivers will allow you to save the Fax as a TIFF and you can
    send that via the internet.
    You can also, print to paper the pages of interest.
    Place paper in an envelope.
    Add address and stamp.
    Drop in post box.
    Mike

  • How to create a pdf file from selected pages of a pdf file?

    I basically have an online college catalog that has a lot of information that I need to print out. I know that I can select pages from the main pdf file to print out, but I want to have a separate pdf file that I can look at any time without doing much scrolling.

    Hi tanasiluv,
    Please check the video: http://tv.adobe.com/watch/learn-acrobat-xi/extracting-pages/
    to know how to extract pages from a pdf and create new pdf using Adobe Acrobat.
    Regards,
    Rave

  • Using browser javascript to copy selected text from a pdf file opened in Air app.

    I have posted this question on reader forum as well, but I think it is more suited here...
    I am trying to create a note-taking application in air. I want to extract selected text from pdf file as a string object or to the clipboard.
    Obviously, all pdfs in my local storage will not be scripted to recieve postMessages and act accordingly, and that is not practical either. So, my problem is, how can I copy the selected text in the pdf file (opened as an object in htmlloader within my Air app) to clipboard or directly in another control by say clicking a button in air application? I suppose, this is possible using javascript, however, I don't know which reader methods are exposed to the wrapper htmlloader control. In short, I want to execute app.execMenuItem("Copy") command through htmlloader javascript. Any alternate solutions are also welcome.
    This is similar to passing inbuilt commands/methods/functions (of adobe reader) to pdf-reader plugin embedded in a webpage via javascript. This is possible in IE where the pdf is rendered as activex object, and hence JSObject interface of pdf document/reader is accessible to the browser javascript. I have also read that this same JSObject is accessible to VB as interface for IAC, so as the Air is Adobe's own product, I was wondering if equivalent of JSObject is accessible to htmlloader control as well.
    Thanks in advance...
    Mits

    Thank you Thom for your reply...
    from
    http://www.adobe.com/devnet/acrobat/javascript.html
    ...Through JavaScript extensions, the viewer application and its plug-ins expose much of their functionality to document authors, form designers, and plug-in developers...
    As it is explicitly mentioned, that the functionality of adobe reader are exposed for plugin development, I thought someone here might have used external javascript to execute some safe methods in adobe reader. The functionality (i.e. external javascript interface-JSObject) is already available for VB programmers to develop IAC. Further, the Acrobat SDK example called "AcroPDFinHML" shows how one can embed a pdf-reader in a html page and execute some safe methods (like gotonextpage(), zooming etc.) in IE as ActiveX plugin. I have checked it myself for adobe reader 9, and it works perfectly, so there is no security issue as such to implement the same for another browser (like in my case, the htmlloader control in flex/air app).
    I intend to create a note taking application in air, where it is very much required that I should be able to copy selected text from various pdf documents, that are open in my app, and subsequently paste/collect/save the collected notes and process them afterwords (offcourse, from the pdfs that allow me copying text). However, it is not happening for me here. As the pdfs are opened through adobe reader plugin, it does not register the copy command executed by my air app. It registers the system level copy command (by keyboard shortcut Ctrl+C), but my air app has no way to execute the system level copy command programmatically. So I am kind of stuck here...
    Thanks again for your reply. Having known what am I intend to accomplish, any other (may be alternative) solutions will be appreciated nonetheless...
    Mits

  • How can I open McAfee encrypted (EEFF) PDF files with Adobe Reader?

    How can I open McAfee encrypted (EEFF) PDF files with Adobe Reader?  Get error "There was an error opening this document. Access denied".  Disabling Protected Mode in Reader doesn’t always work.
    McAfee: https://kc.mcafee.com/corporate/index?page=content&id=KB74299&actp=search&viewlocale=en_US &searchid=1240943327683

    If Reader ISN'T in the list of prpgrams to open with, click "Browse"
    In the "Browse window" go to C/Program files [or Program Files (x86)]/Adobe/Reader 11/Reader
    Select "AcroRd32.exe" and click "Open"
    Make sure "Always use the selected program to open this kind of file" is checked and click "OK".

  • Cut parts of a PDF file to paste in other document

    I am using Adobe Reader 8.1.1. In an earlier version it was possible to cut parts of a PDF file and paste it into an other document.
    This feature does not seem to work in V8.1.1.
    Any solution to this problem.
    Best regards
    Peter

    In version 8.0 try the View menu then goto Toolbars More Tools.
    The snapshot tool, and many more, are located here. The list is long so you might want to scroll to the bottom of the list. It is under the heading "Select & Zoom Toolbar"

  • How do I get firefox to open pdf files with Adobe reader instead of google?

    Firefox is unsucessfully using google to open pdf files.  How do I get firefox to open pdf files with Adobe reader?
    Message was edited by: veeryTalonted

    "Google" is a search engine (website) and NOT (repeat: NOT) a PDF viewer. It can't and won't open PDFs in any real or imaginable way.
    Firefox added their own proprietary PDF viewer with version 20 - they're on 21 now. I'll be the first to admit "it sucks". You CAN'T fill in PDF forms with it, and you can't email them from the page like with Opera, Safari or Chrome (which use the reader plug-in still).
    Unfortunately, the ONLY option you have now that they've added it and killed the ability for the Reader plug-in to work with Firefox, is Tools>Options>Applications - select Portable Document Format(PDF) and choose "Use Adobe Reader (Default)". What that will do is FORCE Firefox to download the PDF instead of opening it in their terrible PDF viewer in the browser window.
    Or... use one of the other browsers I mentioned. They're all free.

  • Pdf file is too big (7MB). Need a pdf file with max size 4MB. How to minimize the size of a pdf file?

    pdf file is too big (7MB). Need a pdf file with max size 4MB. How to minimize the size of a pdf file?

    The other alternative is the Save As Other>Reduce File Size. The PDF Optimizer gives you more control. You might also use the audit feature in the PDF Optimizer to see where the size problem is coming from. You might find that in the WORD file you can select and image and then go to the FORMAT (pictures) menu and select compress for all of the bitmaps in the file. That will typically use 150 dpi by default that is adequate for most needs.

  • How do I place a multiple page .pdf file into a new InDesign CC document?

    How do I place a multiple page .pdf file into a new InDesign CC document???

    You will likely get better program help in a program forum InDesign
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Anyone know how to get pdf files to print on Mac

    anyone know how to get pdf files to print on  a Mac. When i bring pdf file up and press print a box comes up saying cannot print. When i press that one another comes up saying no pages selected. Everything up to date, rebooted, checked to make sure plugins are there and up to date.

    Might not be exactly what you want and I haven't had time to fully investigate this but take a look at http://www.hanynet.com/waterroof/

Maybe you are looking for

  • Using Element 31" LCD TV as display

    I have a 2008 macbookpro15 with the big video output plug on the upper right side as you face the computer. In the past I have used it successfully with my 2008 vintage 46" samsung to display photos stored in iphoto. (mac output to HDMI input). now w

  • HP OfficeJet Pro 8600 Plus Firmware version not current on the HP Downloads Page

    My HP OfficeJet Pro 8600 Plus came with Firmware version CKP5CN1334ER which the printer update says is up-to-date. The HP downloads page shows CLP1CN1322CR as the current version. Can you tell me what the differences are in version 1334 from the one

  • Generated PDF of Comment Summary has font that's much too large (60 points or so).

    When I create a comment summary for a particular document, the comments appear HUGE on the comment summary page. I am used to this not happening. Version of Acrobat XI for Mac I have been using for awhile, no previous issues in this area. Have seen t

  • [JS] ScriptUI window unefficient in binary mode :-(

    Hi, I have a fully functional scriptUI window. If I export the script as binary, the window appears suddenly then close. Usually, this problem is solved by #targetengine session But this line does exists in the script. So it seems that the matter rea

  • HARDWARE

    Whenever I start my computer I get an error message that my fan is not working properly. What Can I do to resolve this problem?