how to convert pdf to image

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default how to convert pdf to image

    hi guys,

    im new to this forum..how do i convert pdf to image. i have used ghost scripts and it works fine..but it gives a white border around the images, or sometimes giving wrong colours. can somebody tell me how do i convert a pdf to jpeg using acrobat, through c#..

    any solution for pdf to image would be a great help
    aneef@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. How to convert cfm output to image
      Anyone knows how can i convert html file to .jpg or .bmp? Thank you!
    2. Convert text to image
      I need to be able to manipulate text (that was inputted by the user into a text - or field member) as if it was an image. Can you somehow turn a...
    3. Convert to vector image (from an image)
      Hi. I am trying to convert some simple (2 color) .jpg images into vector based drawings using freehand 10. I cannot seem to do it. Any ideas? ...
    4. convert to pdf or image from html/asp
      hi everyone, i am using win2k server and asp i am trying to convert html to pdf or image instantly on my web site. desperately, i am using web...
    5. Convert slides to image
      IS there a decent device on the market for the home users to convert slides to image files. Thanks John'
  3. #2

    Default Re: how to convert pdf to image

    Is this for a desktop or server-based solution?
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: how to convert pdf to image

    want to do it for desktop .

    thanks
    aneef@adobeforums.com Guest

  5. #4

    Default Re: how to convert pdf to image

    Then your best bet is to use the JavaScript<->.NET bridge and the this.saveAs() method from JavaScript.

    Read the documentation in the SDK.
    Leonard_Rosenthol@adobeforums.com Guest

  6. #5

    Default Re: how to convert pdf to image

    javascript .net bridge ?? can you explain it a bit..

    anyway i will look at the documentation now :).

    thanks leonard.

    Aneef
    aneef@adobeforums.com Guest

  7. #6

    Smile Re: how to convert pdf to image

    1.Open the pdf file in Acrobat.
    2.On menu bar at the top, click on File and a drop down menu of selections will be displayed.
    3.Choose "Save as". Not available in reader.
    4.In the dialog that appears, in the "Save as type" combo box, choose JPG or PNG
    Also, you may try this tutorial about how to convert PDF to Image. Results depend entirely on the PDFs that you want to convert.
    Hope it can do you a favor.
    sinayi is offline Junior Member
    Join Date
    Mar 2011
    Location
    new york
    Posts
    2

  8. #7

    Default Re: how to convert pdf to image

    We use Aspose Excel component here at work and it's tops!

    SautinSoft also have a PDF and Word doc component.

    http://www.sautinsoft.com/products/pdf-focus/index.php

    Check it out, also check out their forums.

    SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();
    f.ConvertPdfToImage(@"c:\sample.pdf", @"c:\pages\",
    SautinSoft.PdfFocus.eImageFormat.Jpeg, 200);
    Dmitry Feoktistov is offline Junior Member
    Join Date
    Aug 2011
    Posts
    1

  9. #8

    Default how to convert pdf to image

    hello Friends.
    It is really very easy.
    All you have to do, just use http://www.sysinfotools.com/recovery/pdf-image-extractor.html.
    PDF Image Extractor extracts all size of images including small images as well as large images and creates a separate output folder for each input pdf file. The Tool can effortlessly convert the extracted images, graphics, and photographs in to JPEG, BMP, PNG, and GIF at a click of a button making it a two in one software "extractor cum converter" this advance feature helps users safe time and effort.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139