kPDEPath that 'hide' text
Hello, I have two kPDEPath, and some text elements 'overlapped' to these Paths.One kPDEPath hide the corresponding text, the other Path does not hide the text. If I remove the first Path, I can see the...
View ArticleGet the file path for a file that already exists into Acrobat.com cloud
It seems that for the Adobe Acrobat application (less 11 version) the option of uploading files to Acrobat.com cloud it's by default activated.Because of that, in the moment I am opening a file that...
View Articleis it possible to extract an annotation from a pdf document using sdk in c#
we need to extract annotations from multiple pdf files and we need to import to a different PDF file.Thanks in advance.
View ArticleAdding Header/Footer via Plugin
Hi All, I am adding footer text to a PDF Document. I have used the below code from adobe i can able trigger the header/footer dialogue i seen the values in textboxes as empty kindly do the needful.I...
View ArticleMultiple TextAppearance for single signature field
Good day, I can successfully set the TextAppearance for a signature field. I am trying to have multiple colours for one siganture field, e.g. name in black and location and date in grey. Is it possible...
View ArticleSet default name of document before save
I have created a "save as" button on a form. When the user presses the button (e.g., mouse up) I want the save as dialog box to appear with a NEW programmatically defined file name to appear. (NOT...
View Articleis it possible to create a new project exactly similiar to the Stamper plugin...
I want to create a plugin similiar to the stamper plugin found in Acrobat sdk sample. Or create one more menu item below "Stamper annotations" and when clicked it should paste the text i defined.That...
View ArticleFinding rotation of degrees of text
I have found vertical flow of text by using PDWordGetAttrEx(thisWord, 0) & WXE_VERTICAL_FLOW,if(PDWordGetAttrEx(thisWord, 0) & WXE_ROTATED)Please help me to find out the degree of rotation of...
View ArticleHow can retrieve pdf body?
How can retrieve pdf body? I need get pdf file then retrieve body (all document content in binary or any other format ) encrypt this part (Better object by object or page by page )and then publish pdf...
View ArticleEncrypt PDF file by elements
Hi all I need decrypt a pdf file and I don’t want use embedded encryption api algorithm or sample program in api folders I do this steps I want to know are this steps are correct or not1- Load file...
View ArticleSplit secured with restricted pdf
i have developed the code in C# to split the pdf files using adobe acrobat XI but recently i received the secured pdf files shown above is not splitting because of restriction. Please tell me is there...
View Articlehow to insert an image in a pdf document
I used the "Stamper" example and modified the fuction to insert image to my pdf doc.PDAnnot CreateStampAnnotationAt(AVPageView pageView, AVDevRect *rect)to add a picture Annotation into page. when...
View Articlemanual encryption pdf file base pdf 32000-2008
hi all At First special thanks to “lrosenth” and “Test Screen Name” for the good answers in the previous threads Now I have another question In PDF32000_2008 explained pdf syntax considered as a four...
View Articlehow to avoid server busy dialog in iac
Hi, I am a beginner in IAC. I am executing a plug-in throung an mfc based IAC dialog box.But when my plug-in takes little longer time to execute a pdf, then I am getting a server busy dialog, asking...
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 ArticleHow to get the Thumbnail Dragevent and pages being dragged
Hello, Am developing a Plugin with Acrobat SDK.I have created a Drop Window for the Thumbnails. So i need to find out the Pages or Number of Pages that the user is dragging from the Thumbnail Pane so...
View ArticleHow to edit and save a pdf file using IAC
i need to insert an annoatation using ICA. The below code is using , but it is not working ant = (AcroPDAnnot)pg.GetAnnot(i);pgDest.AddAnnot(i, ant); pls help.
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 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 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 Article