Re: How to Merge Multiple PDF's
Have you downloaded and installed the Acrobat SDK? You should not be printing a PDF to PDF, this is called "refrying" and is strongly discouraged. You can use OLE to delete pages.
View ArticleRe: Re: How to Merge Multiple PDF's
Great idea. do you have example code? I found some code but it its contingent upon the pages having a page number on them. the pdfs im dealing with have no page numbers on the pages. also this code...
View ArticleRe: How to Merge Multiple PDF's
You did not answer my question. Have you downloaded and installed the Acrobat SDK?
View ArticleRe: How to Merge Multiple PDF's
I did download and viewed a lot of the info but there is nothing that shows me how to use the code in excel.
View ArticleRe: Change Printer in Acrobat from VBA
The scripting path did the trick. Thanks once again!ReinhardF wrote: Mmmh, with "AForm.Fields.ExecuteThisJavaScript" you can execute AcroJS directly.Have a look for example and a more or less equal...
View ArticleRe: How to Merge Multiple PDF's
Excel uses VBA. VBA can use OLE objects like PDDoc. These are documented in the Interapplication Communication Section. The SDK contains information for programming, not samples to copy/paste...
View ArticlePDDocGetFlags(PDDoc) returns zero. PDDocGetFlags() fails to recognize that...
Hi,Please help!!! For few Dynamic PDF forms the "PDDocGetFlags(PDDoc)" returns zero even though the current active dynamic PDF form has updated. So my plugin is not able to save the current active...
View ArticleRe: Use PaperCapture API in .Net
Hi Irosenth, Shall we use ASCab to retreive the paramters needed and store the parameters needed for the dialog box.Kindly clear me i'm going in the right path? Hi Axel Bangert, Send keys wont work if...
View ArticleRe: Use PaperCapture API in .Net
Acrobat is an interactive tool, so this is correct. When the user has chosen to minimize it, there is no active document.
View ArticleIssue in PDDocInsertPages
Hi, We are adding PDF pages from one docment to aother document by using below acrobat plugin API: First PDF(pdDocFirst): No of pages: 1 Second PDF(pdDocSecond) No of pages: 10...
View ArticlekASKhmerScript - looking for direction
Hello everyone, I've been unsuccessful in finding the proper header and code file that would produce the Khmer language in Acrobat. Has anyone solved adding the kASKhmerScript and if you have what...
View ArticleRe: kASKhmerScript - looking for direction
What do you mean "produce the Khmer language in Acrobat"? Do you mean having Acrobat's UI in Khmer? Creating a PDF containing Khmer text? Other?
View ArticleRe: Issue in PDDocInsertPages
I don't see anything obviously wrong with the code - but you only showed us the one line. Do you see this with EVERY PAIR of PDFs or just one single pair?
View ArticleRe: kASKhmerScript - looking for direction
Thanks for the reply Irosenth. Yes, I need to produce Khmer text. We output the text currently but we still see vowel indicators in the PDF output text (Acrobat 11). When I embed the KhmerOS font Adobe...
View ArticleRe: kASKhmerScript - looking for direction
Also still see the register shifters in the PDF output.
View ArticleRe: kASKhmerScript - looking for direction
Not sure which APIs you are using, but in general we don't support Khmer shaping (at least 100%). We introduced Indic shaping in some parts of the Acrobat product in Acrobat XI, but I don't believe...
View ArticleRe: kASKhmerScript - looking for direction
Thank you for the detail and direction Irosenth. I'll start looking at the other shapers. Have a great day!
View ArticleRe: Issue in PDDocInsertPages
Hello, This is caused by using the PDInsertAll flag. In the Acrobat SDK documentation for PDDocInsertPages there's a (subtle) note: "The insertFlags parameter controls whether bookmarks and threads are...
View ArticleRe: Issue in PDDocInsertPages
However, PDInsertAll is also used to specify that structure & tags should be brought over as well. I would just delete the extra pages after the insert.
View Article