Hi, I have an actual newbie question:
After modifying a PDF file (using DynaPDF), how do you save it to disk with another name (Save as ...)? I tried to create a new pdf file (pdf2.CreateNewPDF), then to assign my modified pdf (pdf1) to pdf2 (pdf2=pdf1) and finally flush pdf2 pages (pdf2.FlushPages) but it claims for an output file. It should be the one used when creating pdf2, shouldn't it? In addition, I'm looking for a way to export each page individually as a JPeg file. I found ExtractPageText but nothing for images. TIA for your help. -- Jean-Luc Arnaud _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list mbsplugins@monkeybreadsoftware.info https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info