Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /*
  2. Relink a PDF by mekk
  3. written for the fellowship of qbn.com
  4.  
  5. small, but powerful!
  6.  
  7. */
  8.  
  9.  
  10. var placedPDF = app.selection[0].graphics[0];
  11.  
  12. var PDFattr = placedPDF.pdfAttributes;
  13. var PDFprops = PDFattr.properties;
  14. var placedNumber = PDFprops.pageNumber;
  15.  
  16. placedPDF.place(placedPDF.itemLink.filePath, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement