<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Apr 2020 21:26:53 Z</lastBuildDate><pubDate>8 Apr 2020 15:54:36 Z</pubDate><description>Hello,&#13;
&#13;
I am starting with DotNet. &#13;
I have to integrate a DotNet assemblie in a project Windev.&#13;
The objective is to Extract each page of a multipages PDF file to multiples JPG files.&#13;
&#13;
I had to generate a DLL DotNet with the original C++ code with Visual Studio &#13;
I imported in the Windev project. Everything is OK. &#13;
Name of the Dot Assemblie in the Project : "ILOVEPDF" . &#13;
&#13;
However I am blocking to traduce the original instructions to Windev.&#13;
&#13;
5 fases step by step (.NET):&#13;
&#13;
0)   /////   Authentication : var api = new LovePdfApi("PUBLIC_KEY", "SECRET_KEY");&#13;
      /////  Sequence to Extract JPG files from a PDF Files&#13;
1) START TASK 		:  var task = api.CreateTask&lt;PDFtoJPGPTask&gt;();&#13;
2) UPLOAD FILES		:  var file1 = taskCompress.AddFile("path/to/file/file1_name.pdf");&#13;
			   	           var file2 = taskCompress.AddFile("path/to/file/file2_name.pdf");&#13;
3) PROCESS FILES		:  taskPDFtoJPG.Process(new PDFtoJPGParams{PdfJpgMode = PdfJpgModes.extract});&#13;
4) DOWNLOAD		:  taskPDFtoJPG.DownloadFile();&#13;
&#13;
Can you give some suggestions to unblock the situation, please . Thanks.&#13;
&#13;
Best Regards&#13;
&#13;
&#13;
Chris</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67743-dotnet-aseemblie/read.awp</link><title>DotNET Aseemblie</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>test</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67743-dotnet-aseemblie-67746/read.awp</comments><pubDate>8 Apr 2020 21:26:53 Z</pubDate><description>if you are doing this as a test about .net, I cannot help you.&#13;
&#13;
However, if your objective is REALLY to Extract each page of a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67743-dotnet-aseemblie-67746/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67743-dotnet-aseemblie-67746/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67743-dotnet-aseemblie/read.awp">DotNET Aseemblie</source><title>Re: DotNET Aseemblie</title></item></channel></rss>
