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

  1. #1

    Default PDF to TIFF

    Hi, i need an Activex component that transform a pdf/doc/rtf document into
    tiff image ?

    Can you help me ?
    Thanks


    Max Guest

  2. Similar Questions and Discussions

    1. 1 bit Tiff
      I need to convert my imposed PDF to 1 bit tiff's for output. Is this possible using Acrobat Distiller/ If not does anyone know of another way? ...
    2. DOC TO TIFF
      Where i find an Activex component that use in ASP page that convert doc and pdf to TIFF image ? Thanks
    3. TIFF Stripped?TIFF Tiled?
      can anyone explain what TIFF stripped and TIFF Tiled formats are? Do Photoshop and Illustrator have the ability to save these types of TIFFs? What...
    4. Can I make b/w tiff in PE?
      I frequently need to make 1 color (B&W) tiff. I can do it in Photoshop but I'd rather use PE. I bought PE1 and had to return it because it wouldn't...
    5. PSD vs TIFF
      In converting JPEG images to a non-loss format, when the final goal is producing high-quality prints, what are relative advantages/disadvantages of...
  3. #2

    Default RE: PDF to TIFF

    Max

    I have not used this component but their ABCpdf component was very good.
    [url]http://www.websupergoo.com/ig-fileformats.htm[/url]
    [url]http://www.websupergoo.com/imageglue-1.htm[/url]
    The documentation claims it can read and write TIFFs / PDFs.
    Not sure about RTF/DOC

    Rich

    "Max" wrote:
    > Hi, i need an Activex component that transform a pdf/doc/rtf document into
    > tiff image ?
    >
    > Can you help me ?
    > Thanks
    >
    >
    >
    Richard Yeo Guest

  4. #3

    Default PDF to TIFF

    Apologies if this is the wrong group and please direct me elsewhere if
    necessary.

    I do some Windows programming, but not yet with the Adobe SDK. I am
    trying to determine if I need to start on a new project using the Adobe
    SDK or not.

    I need to do batch conversion of very large monochrome PDFs to TIFFs
    and have not found an existing solution. I tried Adobe's Save As but
    could not find the necessary 400 dpi option I need; otherwise it works
    nicely. Also tried GhostScript which works well except it is
    prohibitively slow on certain files in Windows.

    Also tried many 3rd party products and none of them seem to do a very
    good job. It's perplexing that they seem to do such a poor job compared
    to Acrobat's Save As. Wouldn't they use the same SDK?

    Would the SDK allow me to make my own converter and if so would this be
    very difficult for someone who regularly, but not professionally nor
    constantly, programs using Windows C++ and C#?

    If anyone knows of existing products that actually do a good job I
    would like to try them first.

    Thanks in advance,
    Dave

    Dave Guest

  5. #4

    Default Re: PDF to TIFF

    On 24 Aug 2006 12:53:16 -0700, "Dave" <onlinefuel@gmail.com> wrote:
    >Apologies if this is the wrong group and please direct me elsewhere if
    >necessary.
    >
    >I do some Windows programming, but not yet with the Adobe SDK. I am
    >trying to determine if I need to start on a new project using the Adobe
    >SDK or not.
    >
    >I need to do batch conversion of very large monochrome PDFs to TIFFs
    >and have not found an existing solution. I tried Adobe's Save As but
    >could not find the necessary 400 dpi option I need; otherwise it works
    >nicely. Also tried GhostScript which works well except it is
    >prohibitively slow on certain files in Windows.
    >
    >Also tried many 3rd party products and none of them seem to do a very
    >good job. It's perplexing that they seem to do such a poor job compared
    >to Acrobat's Save As. Wouldn't they use the same SDK?
    >
    >Would the SDK allow me to make my own converter and if so would this be
    >very difficult for someone who regularly, but not professionally nor
    >constantly, programs using Windows C++ and C#?
    >
    >If anyone knows of existing products that actually do a good job I
    >would like to try them first.
    >
    >Thanks in advance,
    >Dave
    You may have the answer to a question I've been asking but not gotten
    an answer to.

    You talk above about using Acrobat's Save As funtion to convert your
    file.

    I am trying to write a VB program to do exactly that. All I want to
    do is open a .pdf in Acrobat and programatically click the file and
    save as menu commands and then save the file as text.

    However, I have trouble getting control of the Adobe reader control on
    my VB form. I start my program, but cannot get the focus to the
    control so that I can save the text.

    Can you help me with that?

    Thanks in advance.

    Sorry to intrude on your question, but you seem to have solved the
    step I am right behind you on.

    Thanks again.

    Newbie Guest

  6. #5

    Default Re: PDF to TIFF


    Newbie wrote:
    > On 24 Aug 2006 12:53:16 -0700, "Dave" <onlinefuel@gmail.com> wrote:
    >
    > >Apologies if this is the wrong group and please direct me elsewhere if
    > >necessary.
    > >
    > >I do some Windows programming, but not yet with the Adobe SDK. I am
    > >trying to determine if I need to start on a new project using the Adobe
    > >SDK or not.
    > >
    > >I need to do batch conversion of very large monochrome PDFs to TIFFs
    > >and have not found an existing solution. I tried Adobe's Save As but
    > >could not find the necessary 400 dpi option I need; otherwise it works
    > >nicely. Also tried GhostScript which works well except it is
    > >prohibitively slow on certain files in Windows.
    > >
    > >Also tried many 3rd party products and none of them seem to do a very
    > >good job. It's perplexing that they seem to do such a poor job compared
    > >to Acrobat's Save As. Wouldn't they use the same SDK?
    > >
    > >Would the SDK allow me to make my own converter and if so would this be
    > >very difficult for someone who regularly, but not professionally nor
    > >constantly, programs using Windows C++ and C#?
    > >
    > >If anyone knows of existing products that actually do a good job I
    > >would like to try them first.
    > >
    > >Thanks in advance,
    > >Dave
    > You may have the answer to a question I've been asking but not gotten
    > an answer to.
    >
    > You talk above about using Acrobat's Save As funtion to convert your
    > file.
    >
    > I am trying to write a VB program to do exactly that. All I want to
    > do is open a .pdf in Acrobat and programatically click the file and
    > save as menu commands and then save the file as text.
    >
    > However, I have trouble getting control of the Adobe reader control on
    > my VB form. I start my program, but cannot get the focus to the
    > control so that I can save the text.
    >
    > Can you help me with that?
    >
    > Thanks in advance.
    >
    > Sorry to intrude on your question, but you seem to have solved the
    > step I am right behind you on.
    >
    > Thanks again.
    No, I haven't even looked at the SDK yet. Sorry.

    Dave 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