Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Tom_Yi@adobeforums.com #1
Add GIF image into PDF
Hello,
I can add jpg image into PDF file use DCTDecode. But how to add GIF image into PDF file? Can I use LZWDecode or FlateDecode to do that ?
Can someone give me a sample PDF file which contain GIF image?
Thanks!
Tom.
Tom_Yi@adobeforums.com Guest
-
determine image information on image stored in MySQL BLOB
Hi all, I store images in my DB as BLOB. When I want to place them in an html table, I want to determine the width of the image in order to... -
Open Image in 'Kodak Image Edit Control' with web browser.
hi, 1.I want to show a image file of type '.tif' in the browser window; for that I'm writting as ASP code page. 2.This '.tif' type image can be... -
How To Browse for an image file and save it to image server folder
I trying to browse for an image file and save it to the server image folder. in other words , upload the picture. I tried html and aspx.net... -
Can I take a small (320x240), blurry image, and make it a clear, large image?
Just wondering if there is an easy way to do this? I'm sure it won't be perfect cause photoshop can only work with what's there, but maybe it can... -
Photoshop 7.0 Sliced Image Causes DreamWeaver MX Table To add 1 Pixel gif image!
Hello, I sliced my page in Photoshop 7 and did a "Save Optimized" to HTML. I opened the page in Dreamweaver MX and it looks find. I want the TABLE... -
Leonard_Rosenthol@adobeforums.com #2
Re: Add GIF image into PDF
You will need to decode the GIF (eg. a GIF reader), parse the contents, and then transcode them to PDF.
Leonard_Rosenthol@adobeforums.com Guest
-
Tom_Yi@adobeforums.com #3
Re: Add GIF image into PDF
It is said that GIF used LZW encode. If I use FlateDecode,can I add the GIF data stream into PDF file directly?
Tom_Yi@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: Add GIF image into PDF
Yes, GIF uses LZW to compress some parts of itself - that is true.
I told you what you have to do to be able to put on into a PDF - that's how it works. PERIOD.
JPEG just happens to be a fluke - all other images require transcoding.
Leonard_Rosenthol@adobeforums.com Guest
-
Tom_Yi@adobeforums.com #5
Re: Add GIF image into PDF
Thanks!
Can you give me some suggestion about how to transcode?
Tom_Yi@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #6
Re: Add GIF image into PDF
Start by reading the GIF specification about how they are put together. Then the PDF Reference/ISO 32000 about how image XObjects are formed. You should then see clearly how to transcode between them.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

