Search found 66 matches

by zaksoft
Wed Oct 28 2009
Forum: C/C++/C# Community
Topic: PDF in PDF-Version 1.4
Replies: 4
Views: 13067

Re: PDF in PDF-Version 1.4

wrapper of pdfcreactivex.dll
by zaksoft
Wed Oct 28 2009
Forum: C/C++/C# Community
Topic: PDF in PDF-Version 1.4
Replies: 4
Views: 13067

Re: PDF in PDF-Version 1.4

I've found the a

pObj->put_Modified( TRUE);

is needed to get 1.4.
by zaksoft
Thu Apr 02 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: More on PDF/A
Replies: 4
Views: 14269

Re: More on PDF/A

version 4.00 it's a fools day joke?
by zaksoft
Wed Apr 01 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Remove document from control
Replies: 6
Views: 16173

Re: Remove document from control

As I wrote above I'm using

m_Pdf.Open( filename, NULL);
and
m_Pdf.InitBlank();

and not

m_Pdf.Document.InitBlank();

(there is no Document interface, do you mean m_Pdf.get_document()->InitBlank(); ?)

Any news about version 4.0 download ?
by zaksoft
Tue Mar 31 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: More on PDF/A
Replies: 4
Views: 14269

Re: More on PDF/A

You're welcome! In Italy it's now 7:30 PM, so your 'later' it's probably whem I'm sleeping... but be sure tomorrow I'll arrive as early as possible to get it.

Thank you, I'll let you know if the new version fix the problem.
by zaksoft
Tue Mar 24 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Remove document from control
Replies: 6
Views: 16173

Re: Remove document from control

It's more that one moth that I've posted my question... can you please tell me if you have (at least) reproduced the problem ?

You have posted that in march version 3.50 will be released (so within one week), I hope it will be fixed before releasing.

Thanxs
by zaksoft
Wed Feb 25 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Remove document from control
Replies: 6
Views: 16173

Re: Remove document from control

I've inserted m_Pdf.InitBlank(); in my C++ program when (for example) the list is cleared so no items are present and no preview is to be shown. I've stepped into code ( that call InvokeHelper( 0x1c, DISPATCH_METHOD, VT_EMPTY, NULL, NULL) ), a void returning void... so it's trivial, but the previous...
by zaksoft
Wed Feb 25 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Remove document from control
Replies: 6
Views: 16173

Re: Remove document from control

Thank, I'll try this 2 related problems: 1) using the control as a preview: try to create a dialog with a ListControl with some hundreds - in my case this morning 18211- of files and together a 3.03 ActiveX control that is updated every time the selected row is changed.. the flicker is unacceptable ...
by zaksoft
Tue Feb 17 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Remove document from control
Replies: 6
Views: 16173

Remove document from control

I need to remove the document from the control, I have a list of document and when the user click on an item the preview is diplayed using pdf.Open( Filename, ""), but sometimes the document is not available or the refreshed list is empty... how can I remove last document from control ? Th...
by zaksoft
Mon Feb 16 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Extract text content
Replies: 4
Views: 14735

Re: Extract text content

Thank you for this information, I'll try to implement it, but since many other items can be involved ( various fields ) I suggest a page-level function that retrieve the full text. Maybe other developers are interested.
by zaksoft
Fri Feb 13 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF/A font error
Replies: 1
Views: 4177

PDF/A font error

Using Suite 3.03 I've set FullEmbed and MultilingualSupport. But the result PDF is not compliant (reported by Preflight of Acrobat 9.0.0 Pro Extended), when I fix the file I get that "Font 'Lucida Console' was successfull embedded as substitution for 'LucidaConsole' " (please note that the...
by zaksoft
Fri Feb 13 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Extract text content
Replies: 4
Views: 14735

Extract text content

Is there any whay to get full text content of a document or a page ?

I need to identify documents from their content.

TIA.
by zaksoft
Tue Feb 03 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problem concatenating PDF/A files
Replies: 3
Views: 6712

Re: Problem concatenating PDF/A files

Hello, Compliance with Acrobat 9 will be implemented in our new version 4.0 Regards, I've read about version 3.50... Can you please give us an idea of future releases and (rough) timeframe ? PDF/A compliance and digital sign are growing in importance. P.S. any news about dgital sign from smart-card...
by zaksoft
Wed Dec 03 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SendSmtpMail
Replies: 3
Views: 6271

Re: SendSmtpMail

It doesnt work, even removing "" from name as you suggest I alway get return code 14.. (even if I only put <name.surname@isv.com> , only a plain email address seem to work) P.S. can you give more information also of retCode meanings (I suppose 13=network error - happens when firewall i blo...
by zaksoft
Mon Dec 01 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SendSmtpMail
Replies: 3
Views: 6271

SendSmtpMail

Version 3.03

It is possible to specify as parameter 3 ( FROM - ie Sender ) not only the eMail address but also the name ( ie something like "Name Surname" <name.surname@isv.com> ) ?

TIA