Search found 14 matches

by ericr
Sat Jul 18, 2015 2:10 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER SDK 4.0.313.1
Replies: 1
Views: 2942

PDFX SCAN MULTI SCANNER SDK 4.0.313.1

Hi,

dll version: 4.0.313.1

The new version of sdk cannot get all devices WIA.

I´m try using end user tools and get all device, but xcscan40.dll cannot get all device only first.

Do you have examples of multi devices connect via WIA in c#.
by ericr
Wed Jul 15, 2015 5:09 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

Re: PDFX SCAN MULTI SCANNER

Do you have examples of multi devices connect via WIA in c#.
by ericr
Wed Jul 15, 2015 1:58 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

Re: PDFX SCAN MULTI SCANNER

Hi Stefan,

Ok, I'll download the latest version of SDK files.

Thanks.
by ericr
Tue Jul 14, 2015 3:46 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

Re: PDFX SCAN MULTI SCANNER

ok,

I´m try using create new document from scanner, and all device appear on pdf xchange viewer (end user).
by ericr
Tue Jul 14, 2015 3:38 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

Re: PDFX SCAN MULTI SCANNER

ok,

the file version is 4.0.311.0
by ericr
Tue Jul 14, 2015 2:13 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

Re: PDFX SCAN MULTI SCANNER

Hi Stephan, the versions of your .dll files are 4.0. OS: Windows 7,8,8.1 I not need end user PDF Tools. I have developer sdk of pdf xchange. XSCAN 4 SDK. the lib function that used WIA. the function SXC_WIASelectDeviceGUI execute correctly(standard WIA GUI), but its used SXC_WIAGetAllDevices2 cannot...
by ericr
Mon Jul 13, 2015 2:15 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

Re: PDFX SCAN MULTI SCANNER

Product:
PDF-XChange 5 SDK PRO.
LIB: xcscan40
by ericr
Sat Jul 11, 2015 4:12 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDFX SCAN MULTI SCANNER
Replies: 12
Views: 8575

PDFX SCAN MULTI SCANNER

Hello, i have a problem

This functions SXC_WIAGetAllDevices and SXC_WIAGetAllDevices2 cannot get all devices in C# (x86,x64).

SXC_WIAGetAllDevices2: cannot return all device, only one device.

SXC_WIAGetAllDevices : it does nothing. Close my program.

Net framework 4.

regards
by ericr
Fri Jan 30, 2015 4:46 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXC_AddImageFromMemory
Replies: 1
Views: 1954

PXC_AddImageFromMemory

Hello,

How to use PXC_AddImageFromMemory in C#.

Do you have a example?
by ericr
Fri Jan 30, 2015 4:44 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCLIB40 and XCPRO40 LIB
Replies: 3
Views: 2024

Re: PXCLIB40 and XCPRO40 LIB

ok. the problem is how to call methods.

I resolved this issue. the external dll in same times clean local variable string inside local function. Set string in null and call exception StackOverflowException.


regards
by ericr
Thu Jan 29, 2015 6:34 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCLIB40 and XCPRO40 LIB
Replies: 3
Views: 2024

PXCLIB40 and XCPRO40 LIB

Hello,

I have a issue.

PXCLIB40 and XCPRO40 LIB same methods cannot work in netframework 4.0

this a example:

if (Common.IS_DS_FAILED(PDFXC_Funcs.PXC_NewDocument(out pdf, key, key_code)))
return;

this code work fine in netframework 2 and 3.5, but netframework 4 cannot work.




regards
by ericr
Wed Jan 28, 2015 7:59 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Multipage tiff file to PDF
Replies: 4
Views: 2179

Re: Multipage tiff file to PDF

Hi, Stefan

I resolved this issue.

The topic that mention in older post works fine.

Convert the vb code to c# code.


Regards,

Stefan
by ericr
Wed Jan 28, 2015 6:50 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Multipage tiff file to PDF
Replies: 4
Views: 2179

Re: Multipage tiff file to PDF

ok, this topic is old.

but,i need example in c#.

how to use the external method:
[DllImport("pxclib40.dll")]
public static extern int PXC_AddImageExA(int pdf, [MarshalAs(UnmanagedType.LPStr)]string filename,
int[] image, int pages);


netframework 3.5

regards
by ericr
Wed Jan 28, 2015 5:06 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Multipage tiff file to PDF
Replies: 4
Views: 2179

Multipage tiff file to PDF

Hello,

I have a problem.

How to create or insert multipage tiff file(image) to pdf(C#).