Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
michael_eisenman@adobeforums.com #1
Create a TIFF from a PDF file
I think that i have heard it mentioned on this forum that there is way to
create a TIFF from a PDF file - but i have been unable to locate a command in the SDk that appears to be a good candidate for this :
There is a ASCIITagList.h - but I can't seem to find much on its use,. etc.
Is anyone familiar with this ?
michael_eisenman@adobeforums.com Guest
-
TIFF FILE WON'T OPEN
I HAVE BEEN E-MAILED SEVERAL PHOTOSHOP" TIF" FILES BUT CAN'T OPEN IN ANY APPLICATION. I AM RUNNING PHSH6 ON OS 8.6 AND IT SAYS IT IS NOT A TIFF FILE... -
Convert .tiff file to PDF in Acrobat 6.0
Does any one know how to convert - or print -- a tiff file to PDF file using VB codes? Please help. I can create a PDF file in my VB program but the... -
BUG in file extension TIFF
I'm a Photoshop 8.01 (dutch) user. When i convert a TIFF file (from the example image map) to an EPS, the file extension stay .TIF, even when i... -
Divide one .tiff file into many, quickly
I have several thousand large scanned .tiff files that each contain multiple images. I need to find a way to open each large .tiff file, select the... -
Problem saving tiff file as jpg
I have opened a tiff file from a disk and am trying to save on my hard drive as a jpg file - however, jpg does not appear as a file option. There are... -
Leonard_Rosenthol@adobeforums.com #2
Re: Create a TIFF from a PDF file
Easiest way to do this is to use JavaScript & this.saveAs().
Leonard_Rosenthol@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #3
Re: Create a TIFF from a PDF file
Plugins can also use the AVConversion APIs.
Leonard_Rosenthol@adobeforums.com Guest
-
michael_eisenman@adobeforums.com #4
Re: Create a TIFF from a PDF file
Thank You Leonard - think I will investigate both of these avenues.
it just so happens that i do have a pet plugin
but the Javascript - may be useful as well -
Thanks again
merry Christmas
michael_eisenman@adobeforums.com Guest
-
ckpang@adobeforums.com #5
Re: Create a TIFF from a PDF file
So is AVConversion available for PDF Library SDK?
How about convertion from tiff to pdf? We also can use AVConversion?
ckpang@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #6
Re: Create a TIFF from a PDF file
No, AVConversion is only available in the application. For PDFL usage, you will need to implement that yourself using the PDPageDrawToMemory APIs.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

