Re: DDE - OLE correlations
Hi, PDFtk.exe for example is a free commandline tool which can give this info. HTH, Reinhard
View ArticleAutomating PDF creation from WORD file with Adobe
We are using the open source Jenkins build server and need to convert of WORD files in subversion to PDF automatically.Is there a comamnd line tool or VBSCRIPT that convert word .doc files to PDF? We...
View ArticleHow to scroll to old coordinates when user changes page?
I have two pages in my pdf, when user clicks a button(this button is on first page) user moves to the second page using following script.//document level variablevar oldZoomLevel =...
View Articlejavascript dialog box close button functionality is not working.
I have a button in pdf when the user clicks the button a dialog box appears which has the following buttons. Ok- if pressed go to next pageCancel- If pressed go to third page But if i press window...
View ArticleRe: Creating bookmarks from access(VBA)
Hi again, How could it be a security feature? Thank you for you tips, im afraid Im restricted to use acrobat pro and office in this case. Can't use anything that required admin rights to install.
View ArticleRe: javascript dialog box close button functionality is not working.
What code have you now?
View ArticleRe: javascript dialog box close button functionality is not working.
This is more of a JavaScript question than an SDK question... I would use an external variable, like this: var userResponse = "";var dialog1 = { // dialog definition} And then inside the dialog...
View ArticleRe: PDF Search with SearchExecuteQueryEx and SearchExecuteQuery
Hi Rahman, Am also facing the same issue. can u help me solve it if u have already solved?
View ArticleRe: Creating bookmarks from access(VBA)
Hi, only as remark: PDFtk and also many other command line don't need admin rights, because there is no need to install it (via registry settings). You need only access to data storage (hard-disk, Usb...
View ArticleCan't get color value from DeviceN colorspace
Hi.I use this code: if (colorSpec.value.colorObj2){ colorValue = (PDEDeviceNColors)colorSpec.value.colorObj2; inVals[0] = ( float )ASFixedTruncToInt32(PDEDeviceNColorsGetColorValue(colorValue,...
View ArticleRe: Can't get color value from DeviceN colorspace
It could be a bug, but you'd need to open an official tech support case with developer support.
View Article通过Adobe PDF Reader COM 组件、WinForm 与WPF 集成方面的工具实现PDF 浏览功能的几个问题求助
通过Adobe PDF Reader COM 组件、WinForm 与WPF 集成方面的工具实现PDF 浏览功能。现在有两个问题没法解决,求帮助!!!!!(1)怎么全屏显示(隐藏工具栏,滚动条,缩略图,导航栏)?现在我可以调用:axAcroPDF1.setView("Fit"); axAcroPDF1.setPageMode("none");...
View ArticleRe: Issue with length of file paths - Windows & C++ plugin
You can use Long Path Tool, it works good for such problems, any problems related to long path files can be handled with this tool.
View ArticleSilently convert u3d file into PDF using AVConversionConvertToPDF
Hello , I want to convert u3d file into PDF file and I found an API "AVConversionConvertToPDF" which converts u3d file into PDF but I want this operation should be silent i.e I don't want any UI...
View ArticleRe: 通过Adobe PDF Reader COM 组件、WinForm 与WPF 集成方面的工具实现PDF 浏览功能的几个问题求助
2) Adobe Reader does not have an API for finding the page count or viewed page number, I believe.
View ArticleRe: how can i hide navigation panel buttons
This is a fair idea. I have been working with embedding 3d PDF's in html latley. I would like to remove all tools and options to just allow a user to move the 3d object and that is all. I would like to...
View ArticleHighlighting part of an image using API
Hi, I would like to control Reader using the API from a .NET application. Is it possible to highlight a portion of an image located in the PDF? How can it be done? The document is a historical document...
View ArticleRe: Highlighting part of an image using API
This would require a plug-in written in C++ providing a selection server; and the plug-in would need to have a private (non-Acrobat) interface to your front end. Adobe Reader plug-ins require a payment...
View ArticlePostscript "file" operator restrictions in Distiller 8 and above
According to the Acrobat X SDK Release Notes, "Beginning with Acrobat 8.1, Distiller® restricts the directories that PostScript® file operators can access. The new default behavior limits directory...
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
Start a command window and type CD %TEMP%
View Article