Re: Postscript "file" operator restrictions in Distiller 8 and above
Thanks for the suggestion but it did not work. Here is the error from Distiller: %%[ Error: invalidfileaccess; OffendingCommand: file ]%%Stack:(w)(c:\\Documents and Settings\\admin\\Local...
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
HMm, can't try it at the moment but maybe (%temp%something.txt) (w) file
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
Thanks again but that also failed.
View ArticleRe: 通过Adobe PDF Reader COM 组件、WinForm 与WPF 集成方面的工具实现PDF 浏览功能的几个问题求助
axAcroPDF1.setPageMode("none"); 有的文档可以隐藏导航栏,但有一些文档却隐藏不了导航栏???为什么???
View ArticleRe: Highlighting part of an image using API
I think my question wasn't clear: I just want to open Adobe Reader via a .NET program and and programmatically pass in an area to highlight on page. I know that you can programmatically pass in text...
View ArticleRe: PDF document properties Description Additional Metadata update by XMP file.
Hi, Using iTextSharp.dll we do this process. Look below Link: http://stackoverflow.com/questions/20284602/is-it-possible-to-load-xmp -file-in-pdf-using-itextsharp
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
Start Distiller with the /F parameter.
View ArticleRe: Highlighting part of an image using API
Thanks, that is what I thought. So far as I know, I've described the simplest way to do it.
View ArticleRe: Highlighting part of an image using API
I was hoping it would be as simple as passing in some parameters on start-up. Do you know any relevant documentation? I found some information on permissions for the plug in. Am I correct that it...
View ArticleRe: Highlighting part of an image using API
That would be for DRM plug-ins. Unless this is part of a DRM system the price is by negotation and much lower (I understand). You need to talk to Adobe to find out. There is extensive documentaton on...
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
This is the correct answer – and is fully documented in the Acrobat SDK.
View ArticleHow to getMouse click position in pdf page
How to getMouse click position in pdf page using acrobat javascript code
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
I tested the /F option when starting Distiller manually and it does work. Thank You!! However, my problem occurs when my Visual Foxpro 9 program launches Distiller using the automation command...
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
Start with a command line instead. You don't need OLE automation (I hope).
View ArticleRe: Postscript "file" operator restrictions in Distiller 8 and above
There is no way to pass that option when using automation – it is only supported on the command line (again, as documented).
View ArticlePage Resize and set printer brands
Hi all, i'm new on developing with acrobat sdk. I need help on modify the page size and set an printer brand to my pdf document. on sdk documentation or search engines i can't find code samples. i'm...
View ArticleRe: Page Resize and set printer brands
I don't know what you mean by "set a printer brand". There is no printer specific information in a PDF (hence the "portable").
View ArticleRe: Page Resize and set printer brands
Also, have you downloaded and installed the SDK? You have to use the SDK, you cannot develop for Acrobat using google for samples.
View ArticleAdobepdfl.dll CTBadFontException with Japanese Office 2003
Hello, I am getting a CTBadFontException from CoolType.dll within Adobepdfl.dll(9.2). It only happens occasionally and I was wondering if there is a thread safety issue or multiprocess issue. This is...
View Article