> Am 20.03.2018 um 10:06 schrieb Jean-Luc Arnaud <jean-...@cdmultimedia.fr>:
> 
> Replying to myself!
> 
> 1) Modifying and saving a PDF file
>     PageCount=pdf.GetPageCount ' Defined as Global
>    If pdf.MovePage(PageCount,1) Then ' Échange réussi
>         render ' Rendering method. Useful, mandatory?
>         Call pdf.CloseFile
>     End If

Well, looks like your render method closed the file, so the change is not 
written to memory.

> 
> 2) Export pages as JPeg files
> I discovered the "Extract Images" example and will study it.
> Is it the good example?
> 

That is to get images used on pages.


Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/


_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to