Re: Modeless window
I found the html in the SDK Documentation folder. the current version has a search option but is not very good. I agree with you the pdf guide is much better to search.Ā bu the way, the ProgressMonitor...
View ArticleRe: how to set permission to export PDF?
Our plugin converts PDF to TIFF automatically. How can we set option not to show pop-up dialog boxes, i.e. not to interact with user?So far, we setĀ kAVConversionNoFlags and for...
View ArticleRe: how to set permission to export PDF?
I think users can expect a few interactions when running an interactive tool. You can check security, however, yourself before starting, and you can using error handlers to handle most routine failures.
View ArticleAdobe Reader DC: DDE open command
Hello,Ā I am creating PDFs in a separate program, which uses a DDE command to automatically open the PDF in Adobe Reader once the PDF is created. This command is not successfully opening the PDF,...
View ArticleRe: how to set permission to export PDF?
our plugin works in automation, i.e. Acrobat XI launched by software, not human.The software receives documents, after security validations in plugin it opens as AVDocOpenFromPDDoc document and...
View ArticleRe: how to set permission to export PDF?
A human needs to be there. Do you mean you are running on a server?
View ArticleRe: how to set permission to export PDF?
Plugin is part of application running on Windows Server 2008 R2 .
View ArticleRe: how to set permission to export PDF?
Acrobat is not technically suitable for server use.Acrobat is not licensed for server use.You must not do this.Ā The Adobe product for server use is LiveCycle PDF Generator. Despite its name it does...
View ArticleRe: how to set permission to export PDF?
Does LiveCycle PDF Generator requires plugin or it is command-line sort of tool? ...As per my knowledge, IT used the following page to work with Acrobat 11 under Windows Server 2008R2...
View ArticleRe: how to set permission to export PDF?
I've never used the server product, but I think it has a Java and other APIs.Ā I will leave it up to others to explain Adobe licensing, but if you search you will find that this is repeated over and...
View ArticleRe: Adobe Reader DC: DDE open command
Did you try setting the "major version" parameter as "12"?
View ArticleRe: Adobe Reader DC: DDE open command
Setting the "major version" to 12 did not work, but setting it to "15" did work. Thus, the correct syntax for the server name for DDE commands is "acroviewR15" for reader DC or "acroviewA15" for...
View ArticleRe: stream object with reference to its length
I've fixed the offsets problem (I made a mistake reading the values in HxD) and now the file closes without any request to be saved.It seems that theĀ only problem remains is that the first page will...
View ArticleRe: stream object with reference to its length
This should workShared Files - Acrobat.com
View ArticleRe: stream object with reference to its length
Object 10, used in the Contents array of page 1, is not a stream.
View ArticleRe: stream object with reference to its length
Thanks Test Screen, It working perfect now.Do you mind explaining my mistake? What is allow in the Content array of a Page?
View ArticleRe: stream object with reference to its length
Contents must be a single stream, or an array. If it is an array, every element must be a stream.
View Article