Defect #617
Locked file after using plugins.servoyguy_pdf_pro.deletePages(inputFile,pagesToDelete)
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
History
Updated by Imre Tokai over 12 years ago
- File servoyguy_pdf_pro.zip servoyguy_pdf_pro.zip added
- Status changed from New to In Progress
- Assignee set to Imre Tokai
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!