Re: insert png image into pdf
I want to insert bmp image file into pdf.I referred 32000-1 [The PDF specification, included with the SDK] documentation.I changed only filter name and used "CCITTFaxDecode" filter name for bmp image...
View ArticleRe: insert png image into pdf
What would make you think that the CCITTFaxDecode filter is correct for a BMP file? As with PNG, you will need to deconstruct the BMP file format.
View ArticleRe: insert png image into pdf
Based on this and other similar threads you've started about adding imagesto PDF files, you should know by now that you cannot do this with justchanging one line in your code that reads JPEG images. It...
View ArticleBest PDF Compressor?
I can easily search online for PDF products that offer compression or optimzation of existing PDF files and I of course have Acrobat I can use as a baseline but can anyone recommend a really good one...
View ArticleRe: Best PDF Compressor?
THis isn't really the place to ask for discussions of non-adobe products, since anything taken as promoting a rival product is likely to be deleted as spam...
View Article3D annotation poster image: Retrieve poster from default view
Hello I have developed a plugin whic embed 3D data into annotation. In deactivated mode of 3D annotation i show annother image as appearance and it works great,My problem is i want show the...
View ArticleRe: insert png image into pdf
I read the documentation and use dictionary for inserting bmp image into pdf file...... CosDoc cosDoc = PDDocGetCosDoc(doc); CosObj imgDict =...
View ArticleRe: insert png image into pdf
Can you tell me................? how to create PDEImage for bmp image file..............? Can you share to me any sample code......?
View ArticleRe: insert png image into pdf
WE have told you over and over again, and I'm not wasting any more time because you clearly don't want to understand the replies.
View ArticleRe: insert png image into pdf
jpg file supports lossy compression but png, bmp file support lossless compression.
View ArticleRe: insert png image into pdf
I am sorry for all the questions! I am new to this development and unfortunately I am yet to understand all the specifications and Adobe APIs. I must study the PNG specifications and experiment...
View ArticleRe: 3D annotation poster image: Retrieve poster from default view
You probably need to find some way to render offscreen and grab the bits or something. AFAIK, that's computed/rendered when you choose that and then embedded asa static image.
View Articleuse api app on free version of reader?
I am looking at using the SDK to allow me to add a button to the user interface to bring up a new window that will let me assign and write some file attributes to a database as well as determine the...
View ArticleRe: use api app on free version of reader?
Jeff, there is no free version of Acrobat. Adobe has two desktop products AdobeAcrobat and Adobe Reader. If you want to create a plug-in for Acrobat, youneed to apply for a Reader IKLA license...
View ArticleRe: use api app on free version of reader?
Thanks Karl. So if my solution involved Adobe Reader do you have any idea what the fee is? I read the for DRM it's $50,000US. Thanks, Jeff
View ArticleRe: use api app on free version of reader?
No, I don't. I have not worked on a Reader plug-in since Adobe changed theRIKLA terms. Last time I was involved, there were two different price tagsfor non-DRM plug-ins. one for internal distribution,...
View ArticleRe: use api app on free version of reader?
It's > 0 and < 50000 for non DRM plugins. But, as Karl said, you need to contact Adobe with the details in the RIKLA as we may not approve it.
View ArticleRe: How to add text to a pdf file using Access VBA??
Karl, Your previous posting is really helpful. Could you help me to explain the 19 parameters. I could not understand True and Flase parameters. Regards,Purna Pani
View ArticleRe: How to add text to a pdf file using Access VBA??
Which ones of the 19 parameters are not clear in the documentation?
View Article