plug_in:how to unlock a locked document use acrobat API
how to unlock a locked document use acrobat API.in acrobat plug_in
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 ArticleWinForms - Adobe AcroPDF Assembly Error
Hi,I have a WinForms app that uses Adobe Reader dll (http://www.c-sharpcorner.com/uploadfile/hirendra_singh/how-to-show-pdf-file-in-C-Sharp/)However, I get the below error. The Application is built...
View Articlehow to change the owner of an annotation
i need to change the owner of the annotation to a specific person is it possible
View ArticleHow to create a plugin to stamp texts and not an image into a pdf document
How to create plugin to stamp texts and not an image.. i just want it to work like the stamper plugin found in sdk sample but here i need text to be stamped instead of an image.. Is it possible? kindly...
View ArticleProblem with controlling Annotations from Excel VBA
Hi, I have a PDF document that has plenty of sticky notes attached to it. These sticky notes have been added by multiple authors on all pages of the document. I am trying to import the contents of...
View ArticleflattenPages via c#
Hi, I was wondering how I could use the JSObject to flatten pages via JavaScript using the Adobe SDK. Below is the sample that I'm using. CAcroApp acroApp = new AcroAppClass();CAcroAVDoc avDoc = new...
View ArticleOpening pdf from external C# application
I have been trying to get a pdf to open consistently in my Winform app's window with the following code: AcroApp app = new AcroApp(); AcroAVDoc avDoc = new AcroAVDoc(); string...
View ArticleAcrobat IAC: search and highlight text
Hi,i'm trying to write an c# application using IAC and JSO to search pdf files for specific words and Highlight the search results with the Highlight Annotation. The pdf contains Pictures and large...
View ArticlePDETextItem for utf-8 characters
hi i want retrieve text with "PDETextItemCopyText" standard characters copy well but utf-8 character like arabic characters(ت ی چ خ ز ر س , ....) are not what can i do for solving this problem ? CosObj...
View ArticleSlow performance on PDPageSetPDEContent
Has anyone else had this problem? I'm trying to add some labels to a page, and it works fine on pages with a little content. As soon as the level of content goes up, PDPageSetPDEContent takes a long...
View ArticleDoes Acrobat support KSP?
I have a question about SHA-256 signature in AcrobatX. I tried SHA-256 electronic signature to a PDF file using Acrobat on Windows 7. In Acrobat XI, I could create electronic signature with SHA-256 by...
View ArticleaxAcroPDF.setView("Fit") not working
I'm writing a VS 2013 C# winform app and using the axAcroPDF Actice-X/COM PDF reader component. My PDF page (a single page) always loads in showing the top 2/3's of the page and not the whole page...
View ArticleInsert/Add text to pdf
Can anyone please post a sample code(Just a function to give me some idea) for Adding or Inserting text to the pdf... Am trying hard and not able to do it. .Thanks
View ArticlePRC Compressed Tessellation
Hi, We are working on a program that should be able to output PRC files. For various reasons, we are not able to use the SDK, but must instead write the file bit by bit. To better understand the...
View ArticleIs it possible to create a PDDoc object directly from the content stream (or...
I want to read a pdf that has been saved to the database and if it has been signed display the signer's name and the sign date to the user. If the file is first saved to a physical location I can do...
View Articlepage change event
Hi In adobe api how can find that when page view ( or page ) changeI find AVPageViewDidChangebut cant use this function my question is how find page change ?then with AVPageViewGetLastVisiblePageNumi...
View ArticleHow to know objects position inside a form or container ?
Hi, I am facing problems while parsing PDE Layer objects acording to their postion. The problem is that neither PDEElementGetMatrix nor PDEElementGetBBox is giving exact co-ordinate of the objects for...
View Articlejso.getAnnots() returning duplicate name (key) stamps
I'm using VBA to parse a document for comments, and storing them in a dictionary object. I ran into an issue where jso.getAnnots is returning a duplicate name for an item. Looking into the issue,...
View ArticleGetJSObject() returns error "Value does not fall within expected range"
I'm trying to pull comments from an Acrobat XI document using VB. app = CreateObject("AcroExch.App")doc = CreateObject("AcroExch.PDDoc")jso = doc.GetJSObject() where jso (an Object) under 'message'...
View Article