Search found 48 matches

by WayneH
Tue Mar 10, 2009 5:34 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Re: Run time error when distributing ActiveX

Ok thanks - I'll give it a try...
by WayneH
Tue Mar 10, 2009 5:23 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Re: Run time error when distributing ActiveX

During uninstallation, how do Unregister the exe?

Is just:

PDFXCView.exe /unregserver

??
by WayneH
Tue Mar 10, 2009 4:57 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Re: Run time error when distributing ActiveX

That seems pretty strange to me - that I have to install and register an exe ?

How do I 'hide' this?

Can I rename the exe before I register it?
by WayneH
Tue Mar 10, 2009 1:31 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Re: Run time error when distributing ActiveX

I've tried the distribution package and I do not want to use it. First of all, it installs many more items than I want to distribute - for example, the PDF viewer. Second, it adds 8 MB to my installer. Third, it has too many dialogs. Fourth, it creates new Program Menu items. I would like to resolve...
by WayneH
Mon Mar 09, 2009 5:29 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Re: Run time error when distributing ActiveX

More information:

The problem has nothing to do with my License - it's just the first call I make.

The problem occurs with ANY use of the ActiveX.....
by WayneH
Mon Mar 09, 2009 4:29 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Re: Run time error when distributing ActiveX

An additional note:

I did some tests and found that it is crashing (as described above) at this line:
(VB6)

CoPDFX.SetDevInfo myKey, MySerial

(Of course myKey and mySerial are Strings containing my info, which, again, work correctly on my Dev machine)
by WayneH
Mon Mar 09, 2009 4:09 pm
Forum: PDF-XChange Viewer SDK
Topic: Run time error when distributing ActiveX
Replies: 11
Views: 2791

Run time error when distributing ActiveX

I'm have some problems distributing my app with the PDFXCViewAx.dll When I run my app on my Dev environment, all is well. However, once I try to run it after installing my app on another machine, I get this error: Run Time Error "-2147418113" Automation Error Catastrophic Failure I'm devel...
by WayneH
Thu Mar 05, 2009 9:52 pm
Forum: PDF-XChange Viewer SDK
Topic: Allow/force overwrite for Export with no dialog
Replies: 2
Views: 1326

Allow/force overwrite for Export with no dialog

Is it possible to force the overwrite of a file when using ExportDocument, without a dialog window?
PXCVA_NoUI does not accomplish this.
by WayneH
Thu Nov 20, 2008 3:13 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PDF Tools distribution - dll registration
Replies: 1
Views: 1289

PDF Tools distribution - dll registration

Hi - I am distributing the following DLLs within my InstallShield setup: dscrt40.dll ixclib40.dll pxclib40.dll xccdx40.dll xcpro40.dll What I would like to know is this: Do these DLLs need to be registered on the Target system? Specifically (if you know InstallShield) should the installer properties...
by WayneH
Fri Oct 24, 2008 12:50 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Application complains missing pxclib40.dll after distrib.
Replies: 6
Views: 3035

Re: Application complains missing pxclib40.dll after distrib.

But, again, I don't use the viewer.

I only use the ActiveX to open existing PDFs so I can manipulate them - merge with others, watermarks, etc.

No viewing at all - none.
by WayneH
Fri Oct 24, 2008 3:23 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Is resource.dat required?
Replies: 4
Views: 2564

Re: Is resource.dat required?

It appears that you do need resource.dat as it has items necessary for handling pdfs, but I do not think that
PDFXCview.exe is necessary when only using the ActiveX.
by WayneH
Fri Oct 24, 2008 3:18 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Application complains missing pxclib40.dll after distrib.
Replies: 6
Views: 3035

Re: Application complains missing pxclib40.dll after distrib.

I've done some digging (using Dependency Walker) and discovered that I was missing ixclib40.dll even though I did not directly declare it. pxclib40.dll is dependent upon ixclib40.dll, and the error was not correct when it said "cannot find pxclib40.dll" - it should have said "cannot f...
by WayneH
Fri Oct 24, 2008 2:40 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Is resource.dat required?
Replies: 4
Views: 2564

Re: Is resource.dat required?

If I am not using the interface or creating a PDF viewer,
why do I need to include

PDFXCview.exe
or
Resource.dat ?

PDFXCview.exe is a stand-alone viewer - why do I need to distribute that?

Sorry, I don't understand.
by WayneH
Fri Oct 24, 2008 2:36 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Application complains missing pxclib40.dll after distrib.
Replies: 6
Views: 3035

Re: Application complains missing pxclib40.dll after distrib.

I am not using any bitmap functionality (image xchange),
scanner or net.

All of my declarations use only:

pxclib40.dll
or
xcpro40.dll

I need to know why pxclib40.dll is not found, even though it is in the system32 directory.
by WayneH
Thu Oct 23, 2008 7:49 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Is resource.dat required?
Replies: 4
Views: 2564

Is resource.dat required?

If I am using the CoPDFXCView active x (PDFXCviewAx.dll) , but not creating an interface or viewing PDFs,
do I need to distribute the resource.dat file?
by WayneH
Thu Oct 23, 2008 7:39 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Application complains missing pxclib40.dll after distrib.
Replies: 6
Views: 3035

Application complains missing pxclib40.dll after distrib.

Hi - I've built an installer (Install Shield) for my app, which includes the following: xcpro40.dll dscrt40.dll pxclib40.dll xccdx40.dll PDFXCviewAx.dll All files are put into the System32 directory of the receiving machine. However, when I run my app I get this error: "Run-time error '53': FIl...
by WayneH
Mon Sep 22, 2008 12:19 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Open existing PDF and send to printer
Replies: 12
Views: 5309

Re: Open existing PDF and send to printer

That's ok now.
I've gone ahead and built my own ActiveX Control.
Thanks.
by WayneH
Fri Sep 19, 2008 1:01 pm
Forum: PDF-XChange Viewer SDK
Topic: Disabling (hiding) printer progress bar in ActiveX
Replies: 7
Views: 2625

Re: Disabling (hiding) printer progress bar in ActiveX

Actually, I'm going one step further and building my own User Control.
So I can do this:
PDFX.DenyProgress=True
etc.
by WayneH
Fri Sep 19, 2008 12:59 pm
Forum: PDF-XChange Viewer SDK
Topic: How to Export A 1-Bit TIF ?
Replies: 5
Views: 2181

Re: How to Export A 1-Bit TIF ?

That sounds great - what kind of timeframe for the release of that version?
by WayneH
Thu Sep 18, 2008 12:41 pm
Forum: PDF-XChange Viewer SDK
Topic: Questions about Paper sizes for printing
Replies: 9
Views: 3756

Re: Questions about Paper sizes for printing

OK, that makes more sense - thanks.
by WayneH
Thu Sep 18, 2008 12:40 pm
Forum: PDF-XChange Viewer SDK
Topic: How to Export A 1-Bit TIF ?
Replies: 5
Views: 2181

Re: How to Export A 1-Bit TIF ?

Yes, I'd like full control over the export to Bitmap formats.

1) Resolution
2) bit depth
3) compression (with jpeg files)
4) etc.

For now, I guess I'll have to keep using GhostScript.

Thanks.
by WayneH
Thu Sep 18, 2008 12:38 pm
Forum: PDF-XChange Viewer SDK
Topic: Disabling (hiding) printer progress bar in ActiveX
Replies: 7
Views: 2625

Re: Disabling (hiding) printer progress bar in ActiveX

I ended up just building my own VB Class, so that I can
avoid having to type in exact text and instead can use my IDE.

So I can now do this:
MyPDF.DenyProgress
which evaluates to "General.DenyProgressDisplaying"
by WayneH
Wed Sep 17, 2008 7:18 pm
Forum: PDF-XChange Viewer SDK
Topic: How to Export A 1-Bit TIF ?
Replies: 5
Views: 2181

How to Export A 1-Bit TIF ?

I am successfully using the ActiveX to export PDFs to TIFF. However, they are always 24 bit, and I cannot find the Verb to use to set the image bit depth. How do I set the Image Bit depth when exporting? Also, how do I change things like JPEG compression values, and other parameters related to the a...
by WayneH
Wed Sep 17, 2008 1:58 pm
Forum: PDF-XChange Viewer SDK
Topic: Disabling (hiding) printer progress bar in ActiveX
Replies: 7
Views: 2625

Re: Disabling (hiding) printer progress bar in ActiveX

Great, thanks. By the way, the help file states: Allow/deny progress dialog displaying. For possible named values, see the Booleans. Default value is 1 (progress displaying allowed). I believe the default is actually "0" False. As in my other post, for the next release I'd like to see thes...
by WayneH
Wed Sep 17, 2008 1:56 pm
Forum: PDF-XChange Viewer SDK
Topic: Questions about Paper sizes for printing
Replies: 9
Views: 3756

Re: Questions about Paper sizes for printing

Previously you said: List of available papers received before printing. If PaperByPage is specified, appropriate paper will be chosen from this list. During this, printer margins are ignored, options "Fit/Reduce" also ignored. Did you mean that these options are ignored when chosing the pa...
by WayneH
Wed Sep 17, 2008 1:48 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Open existing PDF and send to printer
Replies: 12
Views: 5309

Re: Open existing PDF and send to printer

OK, thanks.

I'd like to suggest using Enums/Types for these values in the next release
so that we can take advantage of our IDEs.
by WayneH
Tue Sep 16, 2008 10:10 pm
Forum: PDF-XChange Viewer SDK
Topic: Questions about Paper sizes for printing
Replies: 9
Views: 3756

Re: Questions about Paper sizes for printing

Regarding #5 - You state that 'PaperByPage' 'ignores printer margins'. So, it will choose a paper size based on actual paper size from the print driver and the actual doc size? For example, with an 8.5x11 PDF, paper 'Letter' would be chosen? If that is the case, does it automatically 'scale-to-fit' ...
by WayneH
Tue Sep 16, 2008 6:59 pm
Forum: PDF-XChange Viewer SDK
Topic: Disabling (hiding) printer progress bar in ActiveX
Replies: 7
Views: 2625

Disabling (hiding) printer progress bar in ActiveX

I'm testing the Viewer SDK ActiveX, and I noticed that even though I have set PXCVA_Flags.PXCVA_NoUI when using PrintDocument,
I still see a progress bar during printing.

pdfx.PrintDocument pdfId, PXCVA_Flags.PXCVA_NoUI

How do I turn off the Progress bar ?
by WayneH
Tue Sep 16, 2008 6:33 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Open existing PDF and send to printer
Replies: 12
Views: 5309

Re: Open existing PDF and send to printer

Sorry to add on to this post - but.... I'm curious about PrintDocument and SetProperty within the ActiveX. It seems that without using the print dialog, the only way to set properties for printing is by using 'verbs'. So, I have to do something like this: pdfx.SetProperty "Print.RangeType"...
by WayneH
Tue Sep 16, 2008 5:14 pm
Forum: PDF-XChange Viewer SDK
Topic: Questions about Paper sizes for printing
Replies: 9
Views: 3756

Re: Questions about Paper sizes for printing

If you don't mind, I'd like to give a few examples to make sure I understand.... 1,2) So I can query the printer with my own code, get a list of paper names, and use them within this call to 'echo' the papername back during printing? For example, I query XYZPrinter, get a list of "8.5x11" ...
by WayneH
Tue Sep 16, 2008 4:16 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Open existing PDF and send to printer
Replies: 12
Views: 5309

Re: Open existing PDF and send to printer

Sorry, but I'm a bit confused.

I downloaded the Simple Viewer SDk and installed it,
but when I look at the documentation, I only see printing
in the docs for the ActiveX, not the Simple DLL.

What am I missing?
by WayneH
Tue Sep 16, 2008 3:19 pm
Forum: PDF-XChange Viewer SDK
Topic: Questions about Paper sizes for printing
Replies: 9
Views: 3756

Questions about Paper sizes for printing

I'm looking through the documentation about Objects::Print and IPDFXCview::PrintDocument Method. I have several questions: 1) The "PaperName" value is supposed to be "The name of the standard type of paper to print on." Where can I find a list of Standard Names? Who defines what ...
by WayneH
Tue Sep 16, 2008 1:19 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Open existing PDF and send to printer
Replies: 12
Views: 5309

Re: Open existing PDF and send to printer

Hi -

Thanks, that helps so far.

But if I only need to open a PDF and print it, can I use the "Simple" SDK ?

Also, can I assume that if I use the SImple DLL, I do not need the Distribution file?
(The ActiveX and the Distribution are a pair?)
by WayneH
Mon Sep 15, 2008 7:31 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Open existing PDF and send to printer
Replies: 12
Views: 5309

Open existing PDF and send to printer

Hi - I tried searching about this issue, but every search comes back "word is too common" when I look for info about printing a PDF to an actual printer. So, here's my question: I have PDFTools SDK 4 - how can I open an existing PDF file and print it to a printer? (I'm using VB6) Thanks.
by WayneH
Wed Jul 18, 2007 3:18 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

When you have a chance, can you please look into this?

There is a quality issue when creating TIFFs from PDF.

I'd prefer to use your solution, but to be honest, the competition seems to address this better.

Thank You.
by WayneH
Tue Jun 12, 2007 1:06 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Hi - I'm trying the code you supplied, and I am able to get tiff output now (thank you!) However, the quality of the image is still a concern. I tried using the Save Dialog so that I could try a variety of settings, but the image is still not as clean as I would like. I've uploaded 2 samples - one u...
by WayneH
Fri Jun 08, 2007 12:50 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

I have uploaded another version of the sample code which includes everything.

At this point, my issues are related only to creating a TIF from a PDF.

Thanks.
by WayneH
Thu Jun 07, 2007 5:50 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Thanks for responding... 1) I'm not sure what you mean about portrait vs landscape. The original image, the pdf, and both sample tiffs are all landscape. It's not being stretched at all. 2) The corruption being caused by the FreeImage library is seems strange to me since I use it for both DrawToDC a...
by WayneH
Thu Jun 07, 2007 5:39 pm
Forum: PDF-XChange Viewer SDK
Topic: Where do I find the PDF Viewer ActiveX ?
Replies: 8
Views: 4013

Fair enough.

I'm anxious to try it since my current methods are not providing acceptable output.
by WayneH
Thu Jun 07, 2007 4:52 pm
Forum: PDF-XChange Viewer SDK
Topic: Where do I find the PDF Viewer ActiveX ?
Replies: 8
Views: 4013

Terrific - I'm hoping it will make creating TIFFs easier.

(That is what I have read in the Forums, correct?)
by WayneH
Thu Jun 07, 2007 1:07 pm
Forum: PDF-XChange Viewer SDK
Topic: Where do I find the PDF Viewer ActiveX ?
Replies: 8
Views: 4013

Is the Viewer ActiveX available yet?
by WayneH
Thu Jun 07, 2007 1:04 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Can someone at Tracker please follow up with my last post?

Thank You.
by WayneH
Mon May 28, 2007 3:19 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Thanks for the help so far. I'm still running into a few issues when creating TIFF from PDFs. 1) If I use the DrawToDC method, the resulting image is rather low quality (lots of missing image) and the watermark from the PDF doesn't show up. 2a) If I instead use the DrawToDIB method, I get a better q...
by WayneH
Thu May 24, 2007 2:54 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

I've attached the sample code.

Since I'm using a third-party ActiveX, expect portions to cause errors upon opening, which can be ignored.

Once open, run and click the "TIFF..." button

Thanks.
by WayneH
Thu May 24, 2007 12:15 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Perhaps you can take a quick look at what I have tried so far... Here's what I've done so far: Public Declare Function PXCV_Init Lib "pxcview.dll" (ByRef doc As Long, ByVal Key As String, ByVal devcode As String) As Long Public Declare Function PXCV_ReadDocumentW Lib "pxcview.dll"...
by WayneH
Wed May 23, 2007 7:46 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Do you have any examples of how to save a file from the Viewer SDK?

I've seen this to open a file: PXCV_ReadDocument....
and
PXV+CommonRenderParameters

But nothing to suggest exporting/saving as a different file format.

Thanks.
by WayneH
Wed May 23, 2007 7:06 pm
Forum: PDF-XChange Viewer SDK
Topic: Question about TIFF and PDF
Replies: 17
Views: 12829

Question about TIFF and PDF

I'm testing PDFXChange and creating PDFs, but I'd like to convertmy completed PDFs to TIFF (using a dll or com object - no printers, virtual or otherwise) Can I use Image XChange to do this? I'm using VB6, but I only see a demo for viewing. The ImagesTest.exe sample looks most promising but it's in ...