is it possible to create password protected pdf file using visual basic6.0?
Hello, is it possible to create password protected pdf file using visual basic6.0? Thanks
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
Usually this will only happen if the PDF itself is incorrectly constructed such that the Page Tree is NOT balanced - but instead is either flat or in a non-balanced tree. As for the improvements -...
View ArticleRe: how to load bookmark tree in initial view setting by pdfmark reference
This is documented in the PDFMark reference.
View ArticleRe: is it possible to create password protected pdf file using visual basic6.0?
Read this:http://forums.adobe.com/thread/1409272?tstart=0
View ArticleRe: is it possible to create password protected pdf file using visual basic6.0?
Hi Bernd Alheit, thanks for the reply. Thanks
View ArticleRe: how to load bookmark tree in initial view setting by pdfmark reference
Hi Irosenth,I have followed the PDFMark reference, there is pdfmark reference code is the follwing. [/PageMode /UseOutlines pdfmark But the above code will only show the expanded bookmarl panel with...
View ArticleClass not registered (Exception from HRESULT: 0x80040154 ) on an app compiled...
So I have a document manager application that uses an Adobe Reader plug-in to view PDF files. I've been using the same dll for a few years and all has worked well until some of my clients started using...
View ArticleRe: how to load bookmark tree in initial view setting by pdfmark reference
How did you create the bookmarks?
View ArticleRe: how to load bookmark tree in initial view setting by pdfmark reference
In that case, you need to create each bookmark open - since the open state is a per-bookmark setting.
View ArticleRe: Class not registered (Exception from HRESULT: 0x80040154 ) on an app...
You will need to check with the author of that application as to why it is failing - we don't know what they are doing
View ArticleRe: Class not registered (Exception from HRESULT: 0x80040154 ) on an app...
This is the block where they check for an installed Adobe reader. If reader 11 is installed, the exception is thrown. If it's reader 10 it works. try {...
View ArticleRe: Class not registered (Exception from HRESULT: 0x80040154 ) on an app...
DO you know which of the 5 lines in the try block is throwing? I really can't help you debug their code - you need to talk to them.
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
Opening it in Acrobat also took too much time(already 2 hours passed and Acrobat is still opening..). I will let my customer to update the pdf following your suggestion. Thanks for your help.
View Articlecall plugin C function from Javascript form event
I have a C DLL that needs to get the string from the form text box, process it, and return true or false during a form validate event to indicate whether the string passes or fails for the form box....
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
Thanks for the information, it's very helpful. Yes, what we are using is quiet old. We are planing to upgrade it to the latest one. Here are 2 questions about the upgrade, don't know whether it's a...
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
What version of Acrobat?!?!? I've never seen it take that long to open a file since it doesn't need to process that much information at doc open time.
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
Your code will work 100% out of the box - any API changes are done with new APIs. For example, there is now a PDDocCreateWordFinderEx which offers many more options to choose from, if you want them.
View ArticleRe: call plugin C function from Javascript form event
You are correct that there is no way for your plugin to register a direct JS method to be called directly. The way that 3rd party developers have been doing this for almost 15 years now is the...
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
A little confusion here. Not opening, actually I am trying to Edit the pdf by Acrobat 11.
View ArticleRe: Why is PDDocAcquirePage too slow if giving a large pageNum
Your code will work 100% out of the box - any API changes are done with new APIs. It's good news that I can upgrade PDFL easily. And these APIs in PDFL11 could extract contents from old pdf files.For...
View Article