Hi to all,
I need to print PDF file directly from command line; in Acrobat Reade XI I have used /h /t switches, but now it is wrong.
Anyone does know the new options for Reader DC?
My OS is Windows 7 32 bit with IE 11
thanks
Hi to all,
I need to print PDF file directly from command line; in Acrobat Reade XI I have used /h /t switches, but now it is wrong.
Anyone does know the new options for Reader DC?
My OS is Windows 7 32 bit with IE 11
thanks
I'm creating c# application that with removing particular bookmark deletes also an annotation. I'm using c# interapplication cooperation and java script objects. I thought that I can create an array with indexes of bookmarks and related to them annots and when destroying bookmark remove also annotation (or with removing an annotation destroy also bookmark). Please help me if anyone have some ideas how to resolve it.
hello
I am working on company creds. I have tried embedding video in acrobat but when it plays back the imagery sometimes sticks a bit, the colours are a bit off and it doesn't do the video justice.
How can i create a pdf with video embedded with just as good quality as quicktime?
I am on Acrobat X and Indesign CS6.
Help please and thank you!
Hi,
Can you please help me to get pdf metadata like producer, creator, creation date etc., I am able to take using Atalasoft and iTestsharp but mainly i am using acrobat inmy project.
Please advice me how to get the metadata.
Thanks in advance.
Regards,
Mukesh
WIn 7 professional svc pack 1
Adobe pdf reader v.2015.007.2003
vb,net v.9.0.307290.1 sp
.NET 4.5.1
I have full admin rights to my pc.
When I try to add either AcroPDF.dll or AcroPDFImpl.dll to a vb.net form I get error messages:
'Failed to import the ActiveX control...' and 'Failed to create component AxHost...' respectively.
I can regsvr32 AcroPDFImpl.dll but not AcroPDF.dll.
However, if I log into the pc as a network admin, I have no problem adding the AcroPDFImpl.dll to a vb.net form.
Allow me to repeat, my network guy has given me full rights to my pc.
I've fiddled with the Adobe PDF's preferences regarding enhanced security.
Also have changed the security settings for IE and UAC, all to no avail.
Thanks in advance for your time.
PTTI
With Acrobat DC my tool icon is replaced by a standard icon on a Mac with Retina display (both iMac 27 and MacBook Pro). No problem with Macs and standard displays and Acrobat 9/X/XI and Retina. So you can work, but when working with different tools you have to know the position of the icon you want to use. I have compiled the samples and their icons are also not shown, so I guess, it is a problem of Acrobat. Any ideas?
Jo
I have some pdf files which were created in 2000-2001 which have large logo images on them. When I view them on a Windows server 2003 machine using Adobe 8 the logos are visible. However, when I view them from my desktop, which runs Windows 7 and Adobe 11, part of the logo is cut off. If I manually export the pdf files to postscript files on the 2003 server machine, then distill them to pdfs on the Windows 7 machine, the logos are visible in their entirety. However, I have a very large number of these files. I have the Acrobat sdk and can programmatically convert the postscript files to pdfs, once I have them. However, I do not know how to programmatically export the original pdfs to postscript files. Does anyone have a suggestion? Thanks.
Hello,
I am implementing plug-in to digital sign the active document without displaying UI. I have imported
DigSigHFT in pluginImportReplaceAndRegister.
The code as follows:-
PDPage pdPage = PDDocAcquirePage(pdDoc, 0);
//I will pass ASFixedRect (AnnotRect ) which I get from DoClick
pdAnnot= PDPageCreateAnnot(pdPage, ASAtomFromString("sigAnnot"), &AnnotRect);
DigSigDraw(pdAnnot, AVDocGetPageView (avDoc), true);
CosObj cosobj = DigSigGetDocAuthorSignature(pdDoc);
DigSigSignDoc(pdDoc, cosobj, ASAtomFromString("DocSign"));
But it shows Sign Document dialog. I don't want to display any dialog until sign completion.
Please let me know how to do that.
Thanks,
Sowbhagya
I want to open my pdf in read mode in my custom application in Acrobat DC, it worked fine without any changes in previous versions but with DC all tools are visible when i open the view.
I want to launch Adobe application and in it launch the comparison of two specified pdf files. Is it possible to do this automatically from my program (user presses some button in my program and adobe comparison launches with two files specified as a parameter), any ideas how it can be done (scripts, api, etc)?
I am searching for a solution using any version!
Hi Everyone,
I am working on pdf rendering. I have one pdf document which contains dashed line itself. Inorder to draw a dashed line i need the dashed array values (dashes,gap)phrase values.
i know that we can use pen to draw this dashed line.
Pen pathPen = new Pen(NonStrokingBrush == null ? new Pen(Color.Black).Brush : NonStrokingBrush);
pathPen.Width = width; // Here width is the value of 'w' operator.
pathPen.DashPattern = dashpattern; // Here dashpattern is an array of values [17.28,5.6]0
After this i tried to draw the line in graphics using this pen. but still getting the straight line.
PageGraphics.DrawPath(pathPen, path); //path contains the coordinate points of the line.
Is there is any conversion that i need to do for the dash pattern array before drawing the line using the pen.
Kindly guide me through this.
Thanks,
Balavarathu.
I am using C++ to open PDF documents that are stored in a database and allow users to modify them and save them back into a database. The issue is that the user is unable to add text or sign the documents once open. I am not sure what flag I am missing to allow signing of the documents. This is how I am opening the PDFs:
apdfApp = new TAcroApp(this); | |
apdfApp->Connect(); | |
apdfDoc = new TAcroAVDoc(this); | |
apdfDoc->Connect(); | |
apdfDoc->OpenInWindowEx(vFileName,long(pPDF->Handle),AVOpenParams::AV_DOC_VIEW,true,0,PDVi ewMode::PDUseThumbs, AVZoomType::AVZoomFitPage,0,0,0); |
Thank you in advance!
Nathan
how to use acrobat sdk in .net to convert pdf to word
Hi!
II Have many pdf files with 4,6 or 8 pages inside a folder
I want create a CSV file with this fields:
Filename;Number_of_pages;
What fan I do?
As we all know, It's very easy for us to use the Acrobat SDK to convert one PDF file to image, like tiff or bmp. But sometimes we need not convert all contents of a PDF, like below:
If we open the "output preview" dialog of Acrobat, usually we can see there are many separations in current opened PDF file. Those separations are sorted into two group: Process Plates and Spot Plates. For me, some separation of the Spot Plates is useless, such as "cut", "crease", "bai" in above diagram. These useless separations even can cover the contents which are exactly what I Want when converting the file to image. The "output preview" dialog only offer us preview functionality, but no any save or exprot button. So has the acrobat SDK offer the corresponded API that allow me remove part of separations listed in above diagram and convert the valid separations to image? or can I savethe PDF as a new PDF with valid separations(part of separations of the input PDF)?
I am looking for Acrobat DC api's or sdk to be used from Java based application. Operation's like exporting scanned pdf documents into HTML/text file normally done from the tool, needs to be done programmatically. This is for seamless integration of acrobat DC features in to my application.
Does Adobe have publishes any such API’s? Can you suggest how to programmatically integrate java to acrobat DC ? Thanks
Hi
Just trying to figure out what I can actually do with acrobat - if it is the correct tool that I need...
Can I install acrobat on servers? Is there a special licence that we need for this?
Our application wants to call out to acrobat / acrobats sdk api or whatever - then merge multiple pdfs together.
Just to be clear - we want to do this programatically, not by opening up Acrobat.
Is that possible?
Is acrobat the correct tool to use?
Thanks
We have an Reader enabled Plug-in that originally designed for Reader 9. It has a button that attached to "File" toolbar. Now in Reader DC, the button can be found in Tools window under "File". I would like to put the button in more standard way which the plugin buttons will be in Tools window under "Add-on Tools". Can someone advise me which toolbar should the plug-in buttons be attached to? Thanks.
If a computer only has Adobe Reader installed, can an application running on that computer interact with a pdf document via OLE? In particular, can an application on that computer use AcroExch.App and AcroExch.AVDoc objects?
Example code:
#import "acrobat.tlb" rename_namespace("ACROBAT"), auto_rename
ACROBAT::CAcroAppPtr app("AcroExch.App");
ACROBAT::CAcroAVDocPtr avDoc("AcroExch.AVDoc");
ACROBAT::CAcroPDDocPtr pdDoc;
avDoc->Open(TEXT("c:\\example.pdf"), TEXT(""));
pdDoc = avDoc->GetPDDoc();
pdDoc->OpenAVDoc("Title");
Currently creating app gives error: Invalid class string
Thanks!
Does Reader license allow importing comments/annotations from a PDF file into Excel?
I see that annotations are saved into a separate FDF file, which is just a text file, but I'm in trouble figuring out its format; all I need is importing the position of the annotations in the page and, of course, the annotations texts. How can I accomplish this? All documents/blogs/posts I find are only about Acrobat, not just Reader, so they're useless to me. :-(
If I cannot use OLE automation to import the annotations, can anybody help with format of FDF file, for a manual import?