Re: problems using a pfb file
Hi,Thanks for your reply. I'm sorry but being new with Adobe, I don't really understand your points. 1. OK if the Widths cannot be NULL I have to read the array from somewhere. My source is the pfb...
View ArticleRe: problems using a pfb file
I suspect, but cannot confirm, that this is a simple method that creates fonts according to the rules in the PDF specification (32000-1). It's therefore (probably) your job to deliver what 32000-1...
View ArticleRe: problems using a pfb file
Ok..I'm a little bit wiser thank to you. It works so well when I install the font (using the pfm file) and use the PDEFontCreateFromSysFont call...I have the feeling that PDEFontCreateFromSysFont helps...
View ArticleRe: problems using a pfb file
Perhaps the trickiest problem to solve properly is to find the right value for StemH and StemV as they are not part of the font metrics. One (can't remember which) is required. Fortunately, you don't...
View ArticleAdding Stamp Annotation fails after 1100 files
I'm trying to stamp 2500 PDF files by javascript. After around 1100 files had been stamped the Acrobat.exe process is terminated without any error message.This also happens if I call...
View ArticleRe: Adding Stamp Annotation fails after 1100 files
I'm not a bit surprised. I so often hear from people who, having found you can nicely use JavaScript to automate a dozen files, set of to do hundreds or thousands (or even hundreds of thousands)....
View ArticleRe: Adding Stamp Annotation fails after 1100 files
I have never seen something about this in the sdk doc... Also opening up a PDDoc in a plugin isn't really interactive since it isn't displayed, but acrobat terminates too in that case. What would be a...
View ArticleHelp using VBA to auto generate PDF using PDFMaker
I am using Adobe 9 Pro ( v9.2.0) and would to automate the building of PDFs from Excel. I have an Excel document with a [Main] page that has hyperlinks to the multiple worksheets in the document.I can...
View ArticleRe: Help using VBA to auto generate PDF using PDFMaker
There is no supported API to PDFMaker. You might discover interfaces or things people have tried, but there is no documentation and you'll be on your own.
View ArticleRe: Compress Pdf in C# Need Code
Hi lrosenth, Our requirement is We need to develop desktop application with objectives as below --- Need to compress all pdf files from "D:/pdfFiles/" and save in "D:\CompresPDFFiles/"...
View ArticleRe: Compress Pdf in C# Need Code
While you wait for a reply, I have some ideas for you to think about. 1. I don't know what you mean by the PDF SDK, so I will assume you mean the Adobe PDF Library. This isn't available for download...
View ArticleRe: svg to pdf conversion
Try using a batch action to convert the folder of svgs'. http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e0 7d0100196cbc5f-62b3a.html It work for me.
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
@Angry_Users. Thanks a lot. Your solution was very helpful. It took a while for me to figure out the location (C:\Program Files (x86)\Adobe\Reader 11.0\Reader\Services).The name of the files are:...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi I checked and saw that. AP atribute of Attachment notation is "undefined". So I think that data is not updated in AP field of attachment notation. Thanks
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
You checked using what tool? What do you mean it's "undefined"? So then see if you put it in some other place?
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi I have make a javascript to get AP of all notations in current pdf file. Below is my code: script = "console.show();\var aAnnots = this.getAnnots({\nPage:0, \bReverse: true\});\for (var i=0; i <...
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
You need to open up the PDF in a PDF editor/viewer that will show you the actual PDF objects and examine them against ISO 32000-1:2008 to make sure that everything is as expected.
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi After checking I don't see data why I expected. I think that my suggestion can not work in this way.Appearance stream is from Stamp can not moved to FileAttachment notation. Thanks
View ArticleRe: How to change icon of FileAttachment in Acrobat SDK
Hi I am not sure that whether FileAttachnotation has AP key in dictionary. Can you confirm for me ? I think that FileAttachment using icons from font or SVG data inside Reader. It is can not image....
View Article