Tagged Questions
2
votes
0answers
172 views
charIDToTypeID Photoshop Lack of Reference
Okay, I understand that charIDToTypeID converts a string into the ID photoshop can actually use but I'm seeing ones I cannot find reference for:
var idLyr = charIDToTypeID( "Lyr " );
var idOrdn = ...
1
vote
0answers
126 views
Export Photoshop Groups as separate images
I'm currently working with several different Photoshop files. They all contain up to 10-40 Groups with even more layers. I want to export every group as a "image for web" in a different size than the ...
1
vote
0answers
388 views
POST request for file upload in Javascript InDesign, extendables
I'm trying to implement a file upload out of InDesign with it's built in JavaScript technology.
Basically the script exports an InDesign document to a PDF and then tries to upload the file to a ...
1
vote
0answers
1k views
Indesign JavaScript Creating Text & intra-doc Hyperlinks in Book - Extremely Slow
First time posting
First time writing in JavaScript, though I have experience in other languages.
I'm working in Adobe InDesign CS5.5. I have multiple files in an ID Book, each containing a varying ...
1
vote
0answers
204 views
Programmatically saving PDFs (or any other suggested format) based on OCR results
Here's the problem:
Once a week I have to scan 200+ pages of signed documents. The documents are usually 4 pages each, but sometimes 7. My current approach is simply to
Scan them in as a .pdf
...
0
votes
0answers
87 views
Disable scripting in server-hosted System.Windows.Forms.WebBrowser control
Advanced print solutions for web applications seem to require server-side rendering to PDF.
The IE-based System.Windows.Forms.WebBrowser can be used for part of the job by giving it HTML and getting ...
0
votes
0answers
186 views
Automating URLs of catalogue numbers in InDesign CS6 with Javascript
I want to automate the creation of 1000's of URLs based on catalogue numbers in a document.
I am totally new to Indesign scripting, but the script I have found below nearly does exactly what I require ...
0
votes
0answers
107 views
PDF file checkbox validation for printing?
I have a PDF document which has 2 checkboxes. I have validated them in Acrobat pro X.
My question is how do I prevent the document from being printed without checking either one of the checkboxes ? ...
0
votes
0answers
311 views
EcmaError: TypeError in Rhino: not a function, a NativeJavaObject
Several months ago, I hacked together a mechanism for creating javascript functions from java interfaces like so:
public interface ReturnableScriptMethodSPI extends Runnable {
public String ...
0
votes
0answers
205 views
.wsf file to load web page
OK, so this is my first question asked on this site, though I have read many in search of answers. Please forgive any errors of ettiquette. I have searched for an answer to this question, but have ...
0
votes
0answers
157 views
Button disable after javascript validation
I have a validation in a grid textbox for the date ranges, if the javascript validates date ranges are fine, i can click the add button and add new row in the grid.
But when the validation fails , i ...
0
votes
0answers
130 views
Validate last two date controls controls in the grid using Jquery
I have grid where last two date controls having the control id generated at runtime as below :
...
0
votes
0answers
531 views
How to determine Referrer for external links with target=“_blank”?
I am unable to catch the Referrer using PHP:
$_SERVER['HTTP_REFERER'];
when visitors come to mywebsite.com from an external-web-site.com via a link with target="_blank", for ex:
...
...
0
votes
0answers
233 views
Trying to merge two javascript scripts into php/html/sql table page
I have a page that i am displaying the information from my database on. I currently have two scripts running on the page, one that is a search script, and one that sorts the table columns by ...
0
votes
0answers
101 views
Script Debugging - Pumping Hybrid Script Debug back to Visual Studio
I am looking at the following;
C# application which runs javascript using an internal javascript engine like JInt or IronJS.
To be able to step through scripts and debug them using Visual Studio ...