Re: Adobe Reader DC: DDE open command
Use 15 for the version. This is described in the updated SDK which should be out shortly.
View ArticleRe: how to set permission to export PDF?
That means that the software can be installed on that OS platform. But that is NOT the same as running completely unattended in a server environment, which is not permitted as per the Acrobat EULA.
View ArticleRe: stream object with reference to its length
And you REALLY REALLY need to read either ISO 32000-1 (the PDF standard) or a good book, such as “Developing with PDF” ()
View Articleretrive location of acrord32.exe via vba
Good Day!Need to retrieve location of AcroRd32.exe with vba mscaccess.thanksNorbert
View ArticleRe: stream object with reference to its length
Thanks for the reading recommendations. Can you recommend on a tool to help me find structural and syntax errors quickly?
View ArticleRe: stream object with reference to its length
There is no effective validator for PDFs. This has been a difficulty since the start. My personal recommendation is to write a PDF consumer as a separate project following the rules of PDF. This will...
View ArticleSetting -F parameter in C# for Acrobat Distiller programmatically?
Hi all, I'm currently in the process of writing a solution in C# that will convert SPL files to PDF using the ACRODISTLIBX library from the Acrobat SDK. However, when the PdfDistiller class' FileToPDF...
View ArticleAPI for C#
I tried Acrobat XI Export to PowerPoint and it works excellent.Is there an API in C# I can use to automate it?An alternative would be a command line bu an API is best.
View ArticleRe: stream object with reference to its length
Adobe Acrobat includes a basic syntax checker as part of the Preflight feature – you can certainly use that. There are also some excellent PDF analysis tools out there including from Enfocus, iText and...
View ArticleRe: Setting -F parameter in C# for Acrobat Distiller programmatically?
I don’t know what an SPL file is – but Distiller only does one thing – it converts Postscript (ps/eps) to PDF. If an SPL file isn’t also Postscript, then Distiller won’t be of any help to you.
View ArticleRe: API for C#
You can use C# to get to the JavaScript API for that operation. Of course, you can only do this on a desktop system since Acrobat is not licensed for server use.
View ArticleRe: Setting -F parameter in C# for Acrobat Distiller programmatically?
Distiller is able to convert these SPL files to PDF when the "-F" parameter is used. So, by that logic, SPL must, indeed, be also Postscript.However, my question was regarding if it is possible to...
View ArticleRe: Setting -F parameter in C# for Acrobat Distiller programmatically?
I don’t know anything about your application, but I do know that at least from C++ when you ShellExecute() an application you can pass parameters. I would ASSUME that C# allows the same – but that’s a...
View ArticleRe: API for C#
Thank you for your quick reply. Is there a sample of how to use JavaScript API from C#?
View ArticleProgramatically search text in PDF
HI, I am using IAFormApp formApp = newAFormApp(); to search for fields but I am getting the following error:An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in...
View ArticleRe: retrive location of acrord32.exe via vba
The best way to open a PDF is via the standard Windows API ShellExecute (not the same as Shell). If the location for the executable which opens PDFs is needed (which might be Reader, Acrobat, or...
View ArticleSome APIs are not support on Mac 64
Hi All I am changing an original App which base on mac 32 to mac64.But I found some APIs in PDFL SDK are not available on mac 64.Such...
View ArticleAcrobat has frozen after entering formulas into a form.
i have a trial of acrobat pro dc. i am makig a fillable order form with formulas in it and have just entered the formulas. the whole form has now frozen and wont respond to anything! i don't want to...
View Article