Search found 19 matches

by wesallen
Thu May 12, 2011 3:36 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Error Using COM in .NET program
Replies: 6
Views: 2837

Re: Error Using COM in .NET program

Installing the printer driver fixed the problem.

The user was not doing anything associated with changing/printing/opening a PDF. This error happens when the form that references the COM object is loading.

Thanks
by wesallen
Wed May 11, 2011 3:49 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Error Using COM in .NET program
Replies: 6
Views: 2837

Re: Error Using COM in .NET program

All dlls are in the folder with the executables on a correct and recognized path.

All users are on Windows 7 32-bit.

Thanks
by wesallen
Wed May 11, 2011 2:41 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Error Using COM in .NET program
Replies: 6
Views: 2837

Error Using COM in .NET program

I have a vb.net WinForms program and we use your PDF-XChange PRO SDK Default Version: 4.0176. On our development and test machines the program functions as it should. However, at our clients site the program will error out with the following message. Retrieving the COM class factory for component wi...
by wesallen
Wed Sep 29, 2010 1:56 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

Everything looks like it is working now. Thanks for all the help.
by wesallen
Wed Sep 29, 2010 1:05 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

I thought that the PXCp_PlaceContents function should insert the contents of the old document into the new document. It works fine in my old vb6 program. The function copies the first page, but the second page and after do not get copied to the new document.
by wesallen
Tue Sep 28, 2010 7:29 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

One last problem with this program. On a multiple page pdf only the first page is being inserted. How can I get multiple pages to insert into the document. Thanks
by wesallen
Thu Sep 23, 2010 1:23 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

I am now having a problem with the PXCp_PlaceContents function. The following code throws the error: Arithmetic operation resulted in an overflow. res = XCPro40_Defs.PXCp_PlaceContents(NewPDF, ptrpdf, PagesCount, placeInfo(0), 0) If IS_DS_FAILED(res) Then GoTo Error_Renamed ********error is on this ...
by wesallen
Tue Sep 21, 2010 6:39 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

Are there any other declarations that need to change?

Thanks
by wesallen
Mon Sep 20, 2010 7:13 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

I now get past the PXCp_Init error, but still get the error from my first post when I get to the res = XCPro40_Defs.PXCp_TransformPage(ptrpdf, 0, TransMatrix, 0) The error is: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. A copy of the new pro...
by wesallen
Fri Sep 17, 2010 2:28 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Re: Problem with Transformpage function

I was trying to make a project to show the example of my problem, now I have a new error in my test project. when the programs gets to the res = XCPro40_Defs.PXCp_Init(ptrpdf, InitPDF, InitPDFDevCode) I get the error An attempt was made to load a program with an incorrect format. (Exception from HRE...
by wesallen
Tue Sep 14, 2010 3:18 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Problem with Transformpage function
Replies: 15
Views: 5297

Problem with Transformpage function

I am getting an error every time I make a call the the Transformpage function. The error is: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. I am developing in Visual Basic .Net using Visual Studio 2008. I use the same function in VB6 and do not...
by wesallen
Wed May 27, 2009 2:53 pm
Forum: PDF-XChange Viewer SDK
Topic: Problem using PXCV_GetPageDimensions
Replies: 2
Views: 4478

Problem using PXCV_GetPageDimensions

I am trying to use VB to get the dimensions of an existing PDF document. I have tried several things and keep getting an error, can't find dll entry point. Below is what I have tried, what am I missing? Public Declare Function PXCV_GetPageDimensions Lib "xcpro35" (ByVal prtdoc As Long, ByV...
by wesallen
Wed Nov 07, 2007 5:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Print Problem
Replies: 2
Views: 2679

Print Problem

I downloaded the latest viewer product and I am still having a print problem with a document created using res = PXC_NewDocument(NewPDF, InitPDF, InitPDFDevCode). Part of the top of the document is not printing correct when I use Call TrakPDFView.PrintDocument(PDFDocID, PXCVA_Flags.PXCVA_NoUI). It p...
by wesallen
Wed Oct 31, 2007 7:54 pm
Forum: PDF-XChange Viewer SDK
Topic: Printing problem
Replies: 1
Views: 1284

Printing problem

I was able to create a new document and merge with and existing document using you pdf tools software, it works great. However, when I try to print the document, part of the top that I created is not printing correctly using the xchange viewer. Call TrakPDFView.PrintDocument(PDFDocID, PXCVA_Flags.PX...
by wesallen
Mon Oct 22, 2007 4:08 pm
Forum: PDF-XChange Viewer SDK
Topic: problem with SetDevInfo
Replies: 6
Views: 2586

I got it! Thanks
by wesallen
Mon Oct 22, 2007 3:22 pm
Forum: PDF-XChange Viewer SDK
Topic: problem with SetDevInfo
Replies: 6
Views: 2586

Why do I get the Type Mismatch error? Is it a problem with the build I have Version 1.0(Build 0026)?

What do I need to do to get a regcode and devkey for the viewer?
by wesallen
Fri Oct 19, 2007 7:36 pm
Forum: PDF-XChange Viewer SDK
Topic: problem with SetDevInfo
Replies: 6
Views: 2586

problem with SetDevInfo

I am using the activeX sdk and trying to set the dev info, vb keeps erroring out. Error message is Compile error: Type mismatch.

Here is the code
res = frmMain.TrakPDFView.SetDevInfo(InitPDF, InitPDFDevCode)
by wesallen
Fri Oct 12, 2007 5:05 pm
Forum: PDF-XChange Viewer SDK
Topic: Batch Print
Replies: 3
Views: 1894

Batch Print

We have just purchased your product and have not started down either path yet. Right now programing in VB6 moveing to vb.net if that makes a difference.
by wesallen
Fri Oct 12, 2007 3:15 pm
Forum: PDF-XChange Viewer SDK
Topic: Batch Print
Replies: 3
Views: 1894

Batch Print

Is there an easy way to print a batch of existing PDF documents?