Search found 7 matches

by numerobis
Fri May 17, 2019 9:56 am
Forum: PDF-XChange Core API SDK
Topic: AddImageFromMemory using only Core API
Replies: 3
Views: 4835

Re: AddImageFromMemory using only Core API

Hello Alex, I was able to extract what I need from the example you sent me. Works like a charm, thanks! Below a working example for anybody else who might stumble upon the same requirement. // You are responsible for calling the GDI DeleteObject method to free the memory used by // the GDI bitmap ob...
by numerobis
Thu May 16, 2019 8:24 pm
Forum: PDF-XChange Core API SDK
Topic: AddImageFromMemory using only Core API
Replies: 3
Views: 4835

AddImageFromMemory using only Core API

Hi, I'm trying to insert an image from memory into a page (I have a C# Bitmap/Image object). I found the following code: https://forum.pdf-xchange.com/viewtopic.php?f=66&t=25859&p=101045&hilit=AddImageFromStream#p101050 It uses the PDFXEdit API with the AddImageFromIXCPage() function to ...
by numerobis
Fri Jun 16, 2017 5:06 pm
Forum: PDF-XChange Drivers API SDK
Topic: Printer driver distribution using merge modules
Replies: 5
Views: 4716

Re: Printer driver distribution using merge modules

Hello! Ivan, you are right about the platform conflict between 32/64-bit Windows. I've been testing it on a 64-bit Windows, but using the x86 merge module, which throws the "HRESULT E_FAIL.." error mentioned above. Merging the x64 merge module, my application runs without errors. So now I ...
by numerobis
Sat May 20, 2017 2:37 pm
Forum: PDF-XChange Drivers API SDK
Topic: Printer driver distribution using merge modules
Replies: 5
Views: 4716

Printer driver distribution using merge modules

Hello! First of all, I hope I'm posting in the correct forum, as I'm using PDF-XChange Drivers API SDK V6. I assume though, that there is no difference compared to V4/V5. In the Drivers API 2012 (I haven't found one for V6) you state: "We provide a comprehensive installation executable for deve...
by numerobis
Wed May 10, 2017 9:43 am
Forum: PDF-XChange Drivers API SDK
Topic: Removable (or addable) header and footer logos
Replies: 3
Views: 3271

Re: Removable (or addable) header and footer logos

Hello,

Yes, you are right, I seem to have posted in the wrong forum. My mistake. We are using the PDF-XChange PRO SDK with Visual Studio 2015 and C#. Should I re-post it in the "PDF-XChange Core API SDK" forum, or can you move it there?

Thanks
by numerobis
Mon May 08, 2017 7:35 pm
Forum: PDF-XChange Drivers API SDK
Topic: Removable (or addable) header and footer logos
Replies: 3
Views: 3271

Removable (or addable) header and footer logos

Dear Technical Team, We create PDF files using the PDF-XChange printer driver (C#, VS2015, Win 10) and store them for later use (some can't be reproduced once created, as the required data may be altered). Most of the time these PDFs are sent via mail, thus they should include a header and footer lo...