Convert PDF to Pages, TIF Images & Text

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

  1. #1

    Default Convert PDF to Pages, TIF Images & Text

    Hi,
    I need commands in VBG.NET to convert a PDF file into separate pages.
    Each page needs to be converted to a text file and also an imgage TIF image file.
    Please help.
    Jay_Shakir@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Can you convert PDF layers to PDF pages
      I have a PDF which i have created in illustrator, and created it in layers, So now I have a layered PDF, but really want all my layers to appear on...
    2. How do I convert 100 Excel pages into 100 PDF Files???
      Anybody have any idea how I do this?
    3. Tabloid pages in Adobe don't convert correctly? Help
      I'm having problems when converting Word documents with mixed page sizes to Adobe. I have both letter and tabloid page sizes. When I convert the...
    4. can't convert some web pages to pdf, adobe icon on IE6 not selectable
      Hi I have adobe acrobat 6. I know that I can use an adobe icon on IE6 to convert a webpage to pdf. However I notice the icon is not selectable on...
    5. Adobe Acrobat 5.5: Images are appearing darker when I convert to pdf
      I have a Word document with some word art. When I export to pdf, the images lose their quality and some appear darker. I have default ebook settings....
  3. #2

    Default Re: Convert PDF to Pages, TIF Images & Text

    You can use the JSObject to call Doc.saveAs, which can save the document as both plain-text and TIFF. When saved as TIFF it will automatically separate each page into its own TIFF file.
    PDL@adobeforums.com Guest

  4. #3

    Default Re: Convert PDF to Pages, TIF Images & Text

    what is JSObject, pls direct me to the doc, section, code or program. thanxa million :)
    Jay_Shakir@adobeforums.com Guest

  5. #4

    Default Re: Convert PDF to Pages, TIF Images & Text

    The JSObject is the JavaScript <> .NET bridge.

    There is a sample Visual Studio 2005 VB.NET project that comes with the SDK to demonstrate how to use the JSObject. It's called BasicIacJsoVB - should be included in your SDK download under InterAppCommunicationSupport\VBSamples.
    PDL@adobeforums.com Guest

  6. #5

    Default Re: Convert PDF to Pages, TIF Images & Text

    thanks, the next time u come to boston let me know, i have to give u a hugg
    Jay_Shakir@adobeforums.com Guest

  7. #6

    Default Re: Convert PDF to Pages, TIF Images & Text

    wait there is only a basic command, but i need to use the JSObject->doc.saveas command, do you have a name of the document which has a list of methods for this object?
    Jay_Shakir@adobeforums.com Guest

  8. #7

    Default Re: Convert PDF to Pages, TIF Images & Text

    The JSObject gives you access to all of the Acrobat JavaScript
    methods. So you'll need to learn JavaScript before you can use it -
    there are several documents on that.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  9. #8

    Default Re: Convert PDF to Pages, TIF Images & Text

    have not been able to forget javascript ever since 1997 (give or take a year :) I think this 1 doc is in the javascript something folder.
    Thanks for your responses Aandi.
    Jay_Shakir@adobeforums.com Guest

  10. #9

    Default Re: Convert PDF to Pages, TIF Images & Text

    PDL,

    the tif image provided by the saveas function are not that great of a quality. is there a way to improve it?
    thanks in advance

    jay
    Jay_Shakir@adobeforums.com Guest

  11. #10

    Default Re: Convert PDF to Pages, TIF Images & Text

    the tif image should be at least 1800 pixels wide.
    let me know
    thanks
    Jay_Shakir@adobeforums.com Guest

  12. #11

    Default Re: Convert PDF to Pages, TIF Images & Text

    In the preferences of Adobe Acrobat you can change the conversion settings.
    Bernd Alheit Guest

  13. #12

    Default Re: Convert PDF to Pages, TIF Images & Text

    you mean, by changing the setting on the acrobat product, it would govern the output in the sdk code?
    Jay_Shakir@adobeforums.com Guest

  14. #13

    Default Re: Convert PDF to Pages, TIF Images & Text

    Well, yes. As you know the SDK only automates Acrobat, so whatever settings are set in Acrobat will affect anything you do in the SDK.
    PDL@adobeforums.com Guest

  15. #14

    Default Re: Convert PDF to Pages, TIF Images & Text



    you mean, by changing the setting on the acrobat product, it would govern
    the output in the sdk code?




    Yes, when you use the saveAs method you use Adobe Acrobat.
    Bernd Alheit Guest

  16. #15

    Default Re: Convert PDF to Pages, TIF Images & Text

    I clicked on Edit preferences for convertFromPDF and selected TIFF and changed the image setting by setting "Resolution" to the maximum pixels (2400),

    I get a neat window with title "Warning and Errors" an error :-

    "The Image is too wide to output. Please crop it or reduce resolution and try again."
    (Next line) Page: 1

    (below this is the same message followed by the page no from 2 to 40
    for the 40 page document.)

    THIS IS LIKE SAYING, WOULD YOU LIKE A ROAST-TURKEY OR ROASTED-LAMB and then when we say YES, they say "oops we only have mashed potatoes and egg" :(
    Jay_Shakir@adobeforums.com Guest

  17. #16

    Default Re: Convert PDF to Pages, TIF Images & Text

    You said you needed a width of 1800 pixels. Does it work when you set it to this value? Have you tried 2399 to see if it is a simple matter of a > instead of >=?

    THIS IS LIKE SAYING, WOULD YOU LIKE A ROAST-TURKEY OR ROASTED-LAMB and
    then when we say YES, they say "oops we only have mashed potatoes and
    egg"




    Uh, sorry, but no. It's not.
    PDL@adobeforums.com Guest

  18. #17

    Default Re: Convert PDF to Pages, TIF Images & Text



    "The Image is too wide to output. Please crop it or reduce resolution
    and try again."




    What is the page size?
    Bernd Alheit Guest

  19. #18

    Default Re: Convert PDF to Pages, TIF Images & Text

    Remember that resolution and number of pixels are NOT the same thing.

    Also, are you doing this for a desktop or server app?
    Leonard_Rosenthol@adobeforums.com Guest

  20. #19

    Default Re: Convert PDF to Pages, TIF Images & Text

    on my local computer, to split some files. for the server we have bought the PDF lib product.
    Jay_Shakir@adobeforums.com 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