Recent content by erks

  1. E

    Compare PDF-Files

    Try Pdf Comparer. It is the best for batch comparing pdf files.
  2. E

    Versioning blk changes

    It's also discussed here: http://printplanet.com/forums/heidelberg/14204-proofing-black-plate-changes-pdf-workflow-using-metadimension
  3. E

    deleting pages in acrobat 9

    In Acrobat Javascript the internal page numbering starts from zero. Actual page 1 is in Javascript 0, page 2 is in Javascript 1 and so on.
  4. E

    deleting pages in acrobat 9

    You can do this with javascript: try { // save a copy of original document var newName = this.path; var filename = newName.replace(".pdf","_Original.pdf"); this.saveAs(filename); for (var i = this.numPages - 1; i >= 0 ; i--) { if (i % 2 != 0) { this.deletePages(i,i); } } }...
  5. E

    Proofing Black Plate Changes in a PDF workflow using MetaDimension

    Re: Proofing Black Plate Changes in a PDF workflow using MetaDimension Tarkware Versions Checker is a special tool for checking jobs with a black plate change. [http://www.tarkware.com] Regards, Erkki

PressWise

A 30-day Fix for Managed Chaos

As any print professional knows, printing can be managed chaos. Software that solves multiple problems and provides measurable and monetizable value has a direct impact on the bottom-line.

“We reduced order entry costs by about 40%.” Significant savings in a shop that turns about 500 jobs a month.


Learn how…….

 
Back
Top