Search found 8 matches

by gmyers
Tue May 28, 2019 2:26 pm
Forum: PDF-XChange Core API SDK
Topic: Migrating from PDF Tools to Core API
Replies: 3
Views: 3304

Re: Migrating from PDF Tools to Core API

In the documentation for the 331 release, I see there are methods IIXC_Page::GetPageDC and IIXC_Page::ReleasePageDC but there is not much in the way of description. Are these the methods that fill the same role as PXC_GetContentDC?

gmyers
by gmyers
Mon Jun 25, 2018 3:00 pm
Forum: PDF-XChange Core API SDK
Topic: Migrating from PDF Tools to Core API
Replies: 3
Views: 3304

Migrating from PDF Tools to Core API

We are evaluating the Core API SDK version 7.0.325.1. We have used the PDF Tools SDK for a number of years and versions. Our existing code uses PXC_GetContentDC extensively. Does the new API provide similar functionality?

gmyers
by gmyers
Tue Feb 20, 2007 5:15 pm
Forum: PDF-XChange Viewer SDK
Topic: PXCV_DrawPageToDC and PXC_GetContentDC
Replies: 1
Views: 1989

PXCV_DrawPageToDC and PXC_GetContentDC

We recently added the embeded PDF viewer to our app, and one of our users has noticed something strange. The app itself deals with large documents composed of pages from various sources, most built into the app directory but some user defined. Output is to hard copy and PDF using PXC_GetContentDC fo...
by gmyers
Mon Jan 22, 2007 7:16 pm
Forum: PDF-XChange Viewer SDK
Topic: Viewer and Windows NT 4
Replies: 3
Views: 2668

Mostly, I was just curious to know if anyone else had even tried using the viewer on NT. I did not really expect NT to be supported. In fact, we have told our users that we only support Windows versions as long as Microsoft does. But that doesn't stop them from trying, and we still get questions lik...
by gmyers
Mon Jan 22, 2007 6:17 pm
Forum: PDF-XChange Viewer SDK
Topic: Viewer and Windows NT 4
Replies: 3
Views: 2668

Viewer and Windows NT 4

I have a user who has installed our app on some Windows NT 4.0 workstations, and is getting errors that mscms.dll is not found on start up. I have found dependencies on this file in both pxcview.dll and gdiplus.dll, so my user needs to find this missing dll. I dusted of an old partition, installed N...
by gmyers
Wed Nov 08, 2006 2:32 pm
Forum: PDF-XChange Viewer SDK
Topic: pxcview.dll in latest XChange PRO SDK release...
Replies: 17
Views: 6937

The problem appears to be resolved with version 3.6.0.107 of the viewer dll and the pxvrpf_UseVectorRenderer parameter. Thanks for all your help.
by gmyers
Thu Oct 26, 2006 2:25 pm
Forum: PDF-XChange Viewer SDK
Topic: pxcview.dll in latest XChange PRO SDK release...
Replies: 17
Views: 6937

Driver evilness! Both of the test printers I had used up to now were using the drivers bundled with Windows XP. I tried on a printer with an HP downloaded driver, and success! The blackness is gone and the job size is much more reasonable. This is not the first time that we have run across inconsist...
by gmyers
Wed Oct 25, 2006 6:45 pm
Forum: PDF-XChange Viewer SDK
Topic: pxcview.dll in latest XChange PRO SDK release...
Replies: 17
Views: 6937

Attached you will find a zip with a Sample PDF (generated by pxclib30) and modifed versions of MainFrame.pas and MainFrame.dfm from the Delphi sample PXCViewSample. All other files from the sample project are unchanged. When rendering the page on the Printer DC, WholePageRect is set to the canvas cl...