Search found 66 matches

by zaksoft
Thu Nov 27 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: More on PDF/A
Replies: 4
Views: 14336

More on PDF/A

I've discovered a problem converting a document to PDF/A. PDF/A is required to be 1.4, if the loaded document is based on 1.3 it is not converted to 1.4. Since acFileSavePDFA value is eual to 4 and acFileSavePDF14 is equal to 5 I cannot combine them. How can I convert these documents ? saving using ...
by zaksoft
Wed Nov 12 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] PDF/A
Replies: 6
Views: 13500

Re: PDF/A

A C++ solution (even if on a document a Windings symbol is not correctly saved - support has a copy of the document showing the problem) using latest 3.03 creator code is below and pdf is an instance of CPdfcreactivex class wrapper, there is no enumerated value for metadata parameters so the value i...
by zaksoft
Wed Nov 12 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: CDIntf300.h
Replies: 3
Views: 6233

Re: CDIntf300.h

With new cdintf300.dll also XPS works fine. Just one problem, I've made a sequence of calls to test all functions. It seems that if PrintPDFDocument() fails any further calls to functions on same document ( PDF2xxx) fails also. Maybe is an open not in share mode or a resource not freed. Thank you fo...
by zaksoft
Mon Nov 10 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: CDIntf300.h
Replies: 3
Views: 6233

CDIntf300.h

In latest .h / .lib ( dated 10/10/2008 ) is present a definition for // Send an email with file attachments using smtp long WINAPI SendSmtpMailEx(LPCSTR szHostname, long lPort, LPCSTR szUsername, LPCSTR szPassword, LPCSTR szFrom, LPCSTR szTo, LPCSTR szCC, LPCSTR szBCC, LPCSTR szSubject, LPCSTR szMes...
by zaksoft
Mon Nov 10 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] PDF/A
Replies: 6
Views: 13500

Re: PDF/A

Fonts are not embedded since this PDF is not created with PDF Creator but with Crystal Recports, and I cant change their settings, I thought I can save as PDF/A regardless the actual status...

TIA
by zaksoft
Mon Nov 10 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Thumbnail Control
Replies: 3
Views: 8749

Re: Thumbnail Control

Maybe this can help someone else..

m_pdf.Open( CString( "c:\\test.pdf"), NULL);

LPUNKNOWN pUnk = m_pdf.GetControlUnknown();
LPDISPATCH pDisp = NULL;
pUnk->QueryInterface(IID_IDispatch, (LPVOID*)&pDisp);
ASSERT( pDisp);

m_pages.Initialize( pDisp);

Davide...
by zaksoft
Sat Nov 08 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] PDF/A
Replies: 6
Views: 13500

Re: PDF/A

No, I mean the result is not a PDF/A document... maybe I've made some mistakes.. VS2008 SP1, C++ not managed code - MBCS - MFC Statically linked - Suite 3.03 pdf.Open( "Invoice.Pdf"); pdf.Save( "InvPdfA.pdf, CPdfcreactivex::acFileSavePDFA); I've also tried using pdf.Open( "Invoic...
by zaksoft
Tue Nov 04 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] PDF/A
Replies: 6
Views: 13500

[Solved] PDF/A

How can I save a PDF as PDF/A ?

also in your sample there is no way ( Save as or Export )

TIA
by zaksoft
Tue Aug 05 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Own Installation
Replies: 6
Views: 10721

Re: Own Installation

I'll send shortly a request to support, but I was referring to MSM not MSI.. it's better to have a module that can be included in our own MSI setup and can user inner logic and key-

Thank you-
by zaksoft
Tue Aug 05 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Own Installation
Replies: 6
Views: 10721

Re: Own Installation

Nevetheless a .MSM package wold be highly appreciated...
by zaksoft
Mon Jul 07 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: ConcatenateFiles
Replies: 5
Views: 7549

Re: ConcatenateFiles

Yes, but when you get FALSE as return value where is the problem ? How can we spot the underlaying problem ?
by zaksoft
Thu Jul 03 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: ConcatenateFiles
Replies: 5
Views: 7549

Re: ConcatenateFiles

I'll send immediately, but two things:
1) as explained by the code the files can be opened
2) there is no documentation about function and about returning error codes.

I'm using version 3.02.
by zaksoft
Tue Jul 01 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: ConcatenateFiles
Replies: 5
Views: 7549

ConcatenateFiles

Is there any information about error occured when ConcatenateFiles() failed ? It simply return FALSE and it's difficult to find the reason (file 1 and file 2 exist, file 3 doesnt, both created with Acrobat 5 with filed that are filled and flattened, both can be opened separately) TIA P.S. I've tryed...
by zaksoft
Thu Jun 26 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Digital Signature
Replies: 17
Views: 20740

Re: Digital Signature

I've solved the problem related to invisible certificate ( CSP problems with XP SP3), now I'me able to sign from Adobe Acrobat and your utility show the two items on smart card 1) Using digisign_test I can see my name surname, scope all, valid for 3 years, if I press OK the error "Key usage doe...
by zaksoft
Wed Jun 25 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Digital Signature
Replies: 17
Views: 20740

Re: Digital Signature

I've got a new, valid smart card, and with many utilities I'm able to select my certificate (after giving PIN) and sign the PDF. But the library (and the digisign test utility) seems to consider only certificate present into the machine store..

Can you please tell me how to use smart card cert ?

TIA