Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Jay_Shakir@adobeforums.com #1
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
-
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... -
How do I convert 100 Excel pages into 100 PDF Files???
Anybody have any idea how I do this? -
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... -
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... -
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.... -
PDL@adobeforums.com #2
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
-
Jay_Shakir@adobeforums.com #3
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
-
PDL@adobeforums.com #4
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
-
Jay_Shakir@adobeforums.com #5
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
-
Jay_Shakir@adobeforums.com #6
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
-
Aandi_Inston@adobeforums.com #7
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
-
Jay_Shakir@adobeforums.com #8
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
-
Jay_Shakir@adobeforums.com #9
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
-
Jay_Shakir@adobeforums.com #10
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
-
Bernd Alheit #11
Re: Convert PDF to Pages, TIF Images & Text
In the preferences of Adobe Acrobat you can change the conversion settings.
Bernd Alheit Guest
-
Jay_Shakir@adobeforums.com #12
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
-
PDL@adobeforums.com #13
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
-
Bernd Alheit #14
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
-
Jay_Shakir@adobeforums.com #15
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
-
PDL@adobeforums.com #16
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
-
Bernd Alheit #17
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
-
Leonard_Rosenthol@adobeforums.com #18
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
-
Jay_Shakir@adobeforums.com #19
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



Reply With Quote

