asked on July 29, 2019

Hi there,

 

Im currently running a script to pull out CAD files, convert to PDF, then convert to TIFF. 

The issue we are having is that for each page, two versions are being created. I'm not sure why this is happening since the script is pretty basic outside of downloading the file etc. 

I can't share my code but pretty much the only part that touches the repository is the following: 

 DI.OverwritePages = true;
 DI.ImportImages(output);

Output being the item I've shot into the memorystream. For example I just ran through a 2 page CAD and it creates 4 versions, all marked as pages. 

Has anyone had success in putting in script to delete a version after it's created; I'm thinking something like create page 1, create page 2, delete version 1, loop, 

0 0