Project

General

Profile

Defect #617

Locked file after using plugins.servoyguy_pdf_pro.deletePages(inputFile,pagesToDelete)

Added by Juan Ramirez over 11 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
12/31/2012
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

The funtion plugins.servoyguy_pdf_pro.deletePages(inputFile,pagesToDelete)works fine but after that it locked the inputFile.
If you try to delete that file you cannot, you need to restart the PC.

best regards

Juan Ramírez


Files

servoyguy_pdf_pro.zip (9.03 MB) servoyguy_pdf_pro.zip Imre Tokai, 01/04/2013 04:24 PM

History

#1

Updated by Imre Tokai over 11 years ago

Test attached version like below, please

//Delete pages from the PDF.
var pdf = plugins.file.showFileOpenDialog()
var pgs = new Array()
pgs[0] = 5
pgs[1] = 2
var modifiedPdf = plugins.servoyguy_pdf_pro.deletePages( pdf, pgs )
application.showURL('file:///' + modifiedPdf)

Wish you happy and bug-less New Year!

#2

Updated by Juan Ramirez over 11 years ago

Ok its works perfect.

Thanks

#3

Updated by Imre Tokai over 11 years ago

  • Status changed from In Progress to Resolved

Also available in: Atom PDF