Re: How to edit and save a pdf file using IAC
can explain how to use lock and unlock when dealing with multiple documents
View ArticleHow to use lock and unlock when dealing with multiple pdf documents
I need to deal with multiple pdf documents at a time,so how to use lock and unlock for this purpose.
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
I don't understand why not (especially as it may be the only thing that works for you)?
View ArticleRe: How to use lock and unlock when dealing with multiple pdf documents
Where do you see a Lock and Unlock in the SDK?
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
If you drag from the thumbnails outside of Acrobat, we use “custom drag data” but we DO support a drag destination of a file system – so that dragging out to the Finder/Explorer is the same as doing an...
View ArticleRe: How to edit and save a pdf file using IAC
You would use Lock/UnlockEx when something the user can do with Acrobatwould interfere with what your application is doing. Based on thedocumentation for Lock, this should only be necessary when...
View ArticleProblems converting a Word document to PDF using Adobe PDF printer in .NET
I've been trying to get my .net web application to convert a word document to a PDF file using the Adobe PDF printer.The script I'm trying to run is: Dim pProcInfo As New ProcessStartInfo...
View ArticleRe: Problems converting a Word document to PDF using Adobe PDF printer in .NET
Acrobat is NOT for server use. Look into LiveCycle PDF Generator, intended and licensed for server use.
View ArticleRe: How to use lock and unlock when dealing with multiple pdf documents
In AcroExch.App there is a method to Lock() and unlock(),
View ArticleError during opening a file
The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) at Acrobat.AcroAVDocClass.OpenInWindowEx(String szFullPath, Int32 hWnd, Int32 openFlgs, Int32 UseOpenParams,...
View ArticleRe: How to edit and save a pdf file using IAC
when using OpenInWindowEx i got an error.Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT) avDoc.OpenInWindowEx("E:\\Bimal\\TestFiles\\simple.pdf", 1, 0, 0, 0, 0, 0, 0, 0, 0)
View ArticleExtract data from multiple documents and save to a single document
I need to extract data from multiple documents and save to a single document is it possible ?
View Articleplug_in:how to unlock a locked document use acrobat API
how to unlock a locked document use acrobat API.in acrobat plug_in
View ArticlePDF traversal
as mention in pdf 32000pdf structure is like below imagewhat is the best solution for traversal this structure?something like this or not CosDoc cdoc; cdoc = PDDocGetCosDoc(myPDDoc2); CosObj...
View ArticleRe: plug_in:how to unlock a locked document use acrobat API
how to unlock a locked document use acrobat API.in acrobat plug_in(Which API can enter a password to unlock the locked document)
View ArticleRe: PDF traversal
1. The structure illustrated shows only PDF objects, both direct and indirect. You go beyond this into looking at the PDF contents as objects. This (PDF contents as objects) is not from 32000-1 at all....
View ArticleRe: Extract data from multiple documents and save to a single document
What sort of data. Be exact please. What sort of document to save to?
View ArticleRe: Error during opening a file
Does the documentation permit a value of 0 for HWND and what does it mean?
View ArticleRe: Extract data from multiple documents and save to a single document
i have a collection of annotations which is extracted from a number of different pdf documents.Then i need to add all this annotations to a single PDF document.
View ArticleRe: Error during opening a file
i dont know anthything about HWND and its combinations.
View Article