Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Bash_on_deja #1
Programmatically changing Adobe Pdf Print Properties
Greetings,
I have search all over to find an answer to this problem. I am driving
MS Powerpoint with VB6 and also with Perl using Win32::OLE
My program automatically builds powerpoint presentations dependent upon
a number of criteria in my database. Of course not everyone uses the
same paper size (we use A4 in Europe, and they use Letter in North
America). The best way it seems to create undistorted Pdfs using
"Adobe PDF" - the default printer on my system, is to change the paper
size on Acrobat and let it work out the conversion. If I give this job
to Microsoft Powerpoint - well it makes a complete mess of the
translation
This means I can stick to a custom slide size which works on the screen
and have Acrobat print to either A4 and Letter depending on my needs.
Unfortunately there does not appear to be an easy way of talking to the
"Adobe PDF" print driver so that I can change the paper size, using
some kind of automation. I imagine this is an adobe specific thing
which is why I have posted to the SDKuser group.
I have a module in perl (Win32::Printer) which can change this, but it
works outside of Powerpoint so not much use.
Has anyone worked out to do this - I would love to hear from you.
All help appreciated
Steve Bicknell.
Bash_on_deja Guest
-
programmatically changing the constraint layout
Hi, I have a control that I placed on an MXML form with contraints, so that it automatically resizes when the form resizes. I now need to change... -
Programmatically Get to User Control Properties
I created a User Control, called in an Asp.Net page. First, I've registered the control at the top of the page: <%@ Register TagPrefix="uc1"... -
Can I access datasource properties programmatically?
I had an idea recently to include a description of the database within my application's XML config file. The idea being that upon initialization of... -
Programmatically inspect custom Object properties? ASP? PHP? ASP.NET?
I've written a bunch of custom classes in ASP/VBScript. I'm wondering if there is a way to programmatically view the object's public properties,... -
Properties for User Controls loaded Programmatically
I have x number of user controls that have a strong type (e.g. className uc1). I am able to access their properties through a single aspx page... -
Bash_on_deja #2
Re: Programmatically changing Adobe Pdf Print Properties
Having thought about this some more what I really need is a utility to
alter the paper size. Lets call it "setpapersize"
You would run it from the command line
setpapersize "Adobe PDF" A4 or setpapersize "Adobe PDF" Letter
My question is therefore, is this something which can be built using
the Adobe SDK, or would I have to go directly for the Windows API to do
this ?
Kind regards
Steve Bicknell.
Bash_on_deja wrote:> Greetings,
>
> I have search all over to find an answer to this problem. I am driving
> MS Powerpoint with VB6 and also with Perl using Win32::OLE
>
> My program automatically builds powerpoint presentations dependent upon
> a number of criteria in my database. Of course not everyone uses the
> same paper size (we use A4 in Europe, and they use Letter in North
> America). The best way it seems to create undistorted Pdfs using
> "Adobe PDF" - the default printer on my system, is to change the paper
> size on Acrobat and let it work out the conversion. If I give this job
> to Microsoft Powerpoint - well it makes a complete mess of the
> translation
>
> This means I can stick to a custom slide size which works on the screen
> and have Acrobat print to either A4 and Letter depending on my needs.
>
> Unfortunately there does not appear to be an easy way of talking to the
> "Adobe PDF" print driver so that I can change the paper size, using
> some kind of automation. I imagine this is an adobe specific thing
> which is why I have posted to the SDKuser group.
>
> I have a module in perl (Win32::Printer) which can change this, but it
> works outside of Powerpoint so not much use.
>
> Has anyone worked out to do this - I would love to hear from you.
>
> All help appreciated
> Steve Bicknell.Bash_on_deja Guest



Reply With Quote

