Whenever I do save /save as on my pdf file, my file size gets increased.I am...
Whenever I do save /save as on my pdf file, my file size gets increased.I am using Acrobat Pro XI.Why does this gets happen. Is this the bug in XI version?
View ArticleFor Calibri bold font, pdf document is giving weird behaviour on change of...
For Calibri bold font, pdf document is giving weird behavior on change of resolution (%) of document.
View ArticleRe: For Calibri bold font, pdf document is giving weird behaviour on change...
Which part of the Acrobat SDK are you using?
View ArticleRe: Whenever I do save /save as on my pdf file, my file size gets increased.I...
It's by design for Save. Use Save As. Don't change signed files. What part of the Acrobat SDK are you using?
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
In Acrobat XI you can use the property printRange.
View ArticleHow can I change the default page size for the Adobe PDF Printer?
Hello All, I have cases where I need to switch the default paper size from 8.5x11 to 11x17 via api for the Adobe PDF Printer and have not been able to find how this can be accomplished. I am using C#...
View ArticleRe: How can I change the default page size for the Adobe PDF Printer?
There is no Acrobat API for this, but so far as I know there doesn't need to be. The user can go change this from the Printers Control panel as needed. The Adobe PDF printer has some differences from...
View ArticleRe: How can I change the default page size for the Adobe PDF Printer?
I know it can be performed manually but I had a printing application in C# that needs to do this automatically between the 2 papersizes.
View ArticleRe: How can I change the default page size for the Adobe PDF Printer?
I imagine there might be a Windows API that can be used to change the default printer attributes for a printer driver. If there is one, you can use it for Adobe PDF. Adobe wouldn't need to have any...
View ArticleRe: How can I change the default page size for the Adobe PDF Printer?
Sorry, that unfortunately is not the case as the default papersize is on the added Adobe PDF Printer preference tab and as I queried for the printer capabilities, a small subset of the papersizes were...
View ArticleRe: How can I change the default page size for the Adobe PDF Printer?
I think you are right. Anyway, no API so far as I know. The user needs to change it manually. Or your app which prints needs to set an explicit paper size.
View ArticleIs it possible to create a plugin for adobe reader xi using visual studio 2012?
Hi All, I'am trying to create a plugin for adobe reader xi .I have vs 2012.If it is possible for me to create a plugin for this specification, can you please let me know of an updated link? I couldn't...
View ArticleRe: Is it possible to create a plugin for adobe reader xi using visual studio...
You don't run a plug-in. You run Acrobat. Put the API in the Acrobat plug-ins folder (you do have Acrobat, of course, not just the free Reader??), start Acrobat.
View ArticleRe: Is it possible to create a plugin for adobe reader xi using visual studio...
Thanks a lot , I'am a complete newbie in this , I started by downloading the sdk, I unzipped it ,thought I'd try a sample named Basic Plugin, opened the solution file from the samples folder,, I built...
View ArticleRe: Is it possible to create a plugin for adobe reader xi using visual studio...
.Api should be in the usual spot for builds – but check the project settings for where it goes. HOWEVER, be aware that building for Acrobat does not require a license from Adobe. Building for Reader,...
View ArticleRe: Is it possible to create a plugin for adobe reader xi using visual studio...
Thank you so much , I will try and locate the API file
View ArticleVariable Form Data - PDF Merge Issue
I created a VB program, using Acrobat 5 and the FDFToolkit, that took variable data and populated a form and saved it. It then populated another form and then saved it. Each form is a set of cards...
View ArticleRe: Variable Form Data - PDF Merge Issue
Each form instance as the same field names. And you now have me worried about what you are getting at.
View ArticleRe: Variable Form Data - PDF Merge Issue
Before you combine files you must flatten the form fields.
View Article