Re: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301...
Acrobat Javascript - is that stand alone software or is it build in acrobat? (I am a litte new to both writing code and using acrobat prof.)
View ArticleRe: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301...
JS is built-in in Acrobat.
View ArticleRe: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301...
I have just tested it and yes it looks like what i need. Now I just need the code to combine the pages?I have the Javascript debugger open.Any one knows how to write code to either print s1,last side,...
View ArticleRe: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301...
I have found this: (i am now trying to print from a pdf with 90 pages) - somehow it adds one to the page no. var pp = this.getPrintParams();pp.interactive =...
View ArticleRe: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301...
so this means that this actually gives me what I asked for: var pp = this.getPrintParams();pp.interactive =...
View ArticleRe: print a large # of different pages eg. 1,301 2,301 3,301 and so on (301...
In a script, the page numbers are 0-based. So if you want to print page 1 you have to specify 0, page 2 is 1, etc.
View ArticleRe: Printing RGB colors - Conversion to CMYK?
Hi, Thanks for your response. I put these color issues on hold because I had no time to search more on that recently... However, I have still lots of questions about color conversion! When I said...
View ArticleRe: Printing RGB colors - Conversion to CMYK?
CMYK is not a colour. It is a recipe for mixing inks so the result looks radically different if you change inks. It is probably neither possible nor appropriate to find out what CMYK colours were used...
View Articleadd background
Hi all,sorry if I get this wrong. First time posting here. I have some vba code utilising windows Api to set adobe as printer then specify a file name and print a document. I then tried to add a...
View ArticleIssues with Adobe PDF printer
I am running Adobe Acrobat X standard version 10.1.6 with Windows 7 Enterprise. Randomly when I go to print a document using my Adobe PDF printer stating "Before you can print, you need to select a...
View ArticleRe: How to fix broken "Print to AdobePDF" ?
Unfortunately that's not going to solve the issue. Can't tell you how many times I tried complete uninstall/clean up/re-install, with no success. And Adobe is aware of the problem according to the...
View ArticleRe: Adding header
"Automatically" in what way, exactly? You'll need to be a bit more specific...
View ArticlePrinting to PDF adding "tint" to page
Every time I print to PDF, an overall tint is added to the whole document. It does this when I print to PDF in Photoshop, Publisher, Word... pretty much any application. This started just a little...
View ArticleRe: How can I detect a "partial" transparency in one element using the...
Hello all, I finally discovered what happened.When you create a partially tranparent element in artpro and set its transparency atributtes as "completely transparent" except for one concrete colour/s...
View ArticleRe: Adding header
Thank you for the response. I need to add the header to the file when I open the file without going to the "add header and footer" option in adobe acrobat. I have lot of pdf files with different file...
View ArticleRe: Adding header
That is not very feasible. A better approach would be to use an Action (assuming you have Acrobat Pro) and process all of your files, adding the headers to them.
View ArticleRe: Adding header
Is it possible to set an action item to pick the file name as the header in action Wizard.I am not familair with this "Action wizard" option.Can you help me to understand on this?
View ArticleRe: Adding header
I do not have any experience in writing scripts.So it would be great if you can help me in writing a script for this intend.
View Article