<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged print</title>
<link>https://overflow.efficy.io/?qa=tag/print</link>
<description>Powered by Question2Answer</description>
<item>
<title>Error when using &quot;Print Personalized Documents&quot; : Operation aborted (print error : Filehelper error)</title>
<link>https://overflow.efficy.io/?qa=4955/error-personalized-documents-operation-aborted-filehelper</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a client using 11.2 (upgraded from 10SP2) i am encountering problems when using the &quot;Print Personalized Documents&quot; button under the campaign tools.&lt;/p&gt;

&lt;p&gt;Almost immediately i get a &quot;Operation aborted (print error : Filehelper error)&quot; error. It seems everything goes fine but as soon as efficy tries to print there is an error.&lt;br&gt;
For example, the button &quot;Generate Documents&quot; works fine seeing it doesn't print.&lt;/p&gt;

&lt;p&gt;My question now is where could the origin for this problem be? Where can i check settings concerning printing? &lt;br&gt;
Maybe there is something that needs to be reconfigured.&lt;/p&gt;

&lt;p&gt;The only file that has been customized for this is ProcessRecords.js but i already checked this.&lt;/p&gt;

&lt;p&gt;Any help is welcome.&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br&gt;
Ken&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4955/error-personalized-documents-operation-aborted-filehelper</guid>
<pubDate>Wed, 23 Oct 2019 15:25:37 +0000</pubDate>
</item>
<item>
<title>Efficy 10 R8930 - Batch printing with FileLoader ?</title>
<link>https://overflow.efficy.io/?qa=2869/efficy-10-r8930-batch-printing-with-fileloader</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;Before in Efficy 2012 we used the sidebar to prints documents something like this : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;try {
    var EfficySideBar = new ActiveXObject(&quot;DSoftSideBar.EfficySideBar&quot;);
} catch(ex) {
    alert(&quot;Efficy SideBar not installed&quot;);
    return;
}
for (var i=0; i&amp;lt;DocumentKeys.length; i++) {
    var KDOCUMENT = DocumentKeys[i];
    try {
        alert('Printing KDOCUMENT ' + KDOCUMENT)
        EfficySideBar.PrintDocuments(KDOCUMENT);
    } finally {
        EfficySideBar = null;
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But this only works for Internet Explorer because of the ActiveX. So, I would like to do something similar but working to any browsers. I thought I could use the &quot;filehelper&quot; js module by using the following function ... which is not quite the same because it prints file attachments instead of the whole Efficy document, but this is the only methods I could find in the fileHelper  js module :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;print: function (fileId)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It works &quot;a bit&quot; but I have an issue.&lt;/p&gt;

&lt;p&gt;It opens each &quot;files&quot; with a specific program and try to save them each time after printing, and this doesn't work with Word because it tried to save the Normal.dot with is already in use by other word document that are also being printed ... and with some other kind of file too that needs apparently human interaction and which I would like to avoid ... we don't want any windows opening and any human interaction ... background process only.&lt;/p&gt;

&lt;p&gt;here is the code I used (most of it wasn't developped by me, but I reviewed the DialogPrint.htm page to try to make it works)&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=view;Docu;214379&amp;amp;close=T&quot;&gt;Batch Printing Code Example&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, I could not find anywhere something that can print an Efficy document from its key without looking through all file attachments, or did I missed something somewhere ? &lt;/p&gt;

&lt;p&gt;Please advise&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2869/efficy-10-r8930-batch-printing-with-fileloader</guid>
<pubDate>Thu, 11 Jan 2018 08:25:05 +0000</pubDate>
</item>
<item>
<title>Efficy 2014 - Batch Printing</title>
<link>https://overflow.efficy.io/?qa=193/efficy-2014-batch-printing</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;Did anyone of you have done &quot;Batch Printing&quot; with Efficy 2014 ?&lt;/p&gt;

&lt;p&gt;Before I used such function but it needs ActiveX Control, does Efficy 2014 has such feature ?&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    function PrintFile(K_File) {
        var FileLoaderX = document.getElementById(&quot;FileLoader&quot;)
        if (! CheckActiveXReady(FileLoaderX)) return

        FileLoaderX.URL = AppBase + s.replace(&quot;Dummy&quot;, K_File)
        FileLoaderX.PrintFile()
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=193/efficy-2014-batch-printing</guid>
<pubDate>Wed, 11 Feb 2015 16:21:10 +0000</pubDate>
</item>
</channel>
</rss>