Search found 17 matches

by kmoens
Wed Nov 15, 2023 6:04 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDF has hidden links that point to tracker's website.
Replies: 7
Views: 5975

Re: PDF has hidden links that point to tracker's website.

This can be closed. We worked with customer and found out what happened. emailing support with the key and verifying that it was still good helped.

Thank you.
by kmoens
Mon Nov 13, 2023 7:17 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDF has hidden links that point to tracker's website.
Replies: 7
Views: 5975

Re: PDF has hidden links that point to tracker's website.

Email sent. I was out of the office at the end of last week.
by kmoens
Thu Nov 09, 2023 2:51 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDF has hidden links that point to tracker's website.
Replies: 7
Views: 5975

Re: PDF has hidden links that point to tracker's website.

How can I send you the license key we have to verify that it is a valid license?
by kmoens
Wed Nov 08, 2023 10:07 pm
Forum: PDF-XChange Drivers API SDK
Topic: PDF has hidden links that point to tracker's website.
Replies: 7
Views: 5975

PDF has hidden links that point to tracker's website.

We have a customer that noticed a link to www.tracker-software.com when they are hovering over the document generated with the PXCComLib7.CPXCControlEx and PXCComLib7.CPXCPrinter. The link is a very small SS-16080-01__MMP-105083_1_0_20231103_161929837.pdf image.png This customer is using PDF-XChange...
by kmoens
Wed Jun 08, 2022 4:44 pm
Forum: PDF-XChange Drivers API SDK
Topic: C# Task Scheduler App in background fails to convert excel file to PDF
Replies: 1
Views: 2857

C# Task Scheduler App in background fails to convert excel file to PDF

We have an app that we use to convert files from Excel, Word, and other extensions that have a viewer that handles the "printto" verb. We recently worked with a client on a server that when our code runs in the foreground and we convert an Excel (XLSX) file to PDF it works without issue. W...
by kmoens
Mon Jul 02, 2012 2:46 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

Is there a way to set the flag "Fit To Page"?
by kmoens
Mon Jul 02, 2012 2:42 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

I did my tests. 14 as your suggestion still kept the Background Flag checked 0001 = ? 0010 = Background 0100 = View 1000 = Export 1 0000 = Print  I also found out when I used single Character names such as "I" for Image and "T" for Text it wouldn't select the watermark. Attached ...
by kmoens
Thu May 10, 2012 12:55 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

In the last zip file I uploaded I moved the bitmap next to the executable path. Everything should be in the zip file for you to test. I am looking to make an ImageWatermark act like an overlay with an RGB value of (244, 244, 244) as the Transparent Color. With PDF X-Change 3.0 we put these setting i...
by kmoens
Wed May 09, 2012 9:32 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

Sorry about that... the VB6 app died and lost the changes. So I zipped up the wrong code. Re-made the changes and retested still with no luck.
--Kevin
by kmoens
Wed May 09, 2012 6:59 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

I updated making the changes you suggested and then I also included the bitmap I am testing with. I still do not see these watermarks.

I uploaded the zip file with the changes.

--Kevin
by kmoens
Thu Apr 19, 2012 6:25 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

I attached VbExCOM.zip. This contains the source and compiled VB6 example into a zip file. Below are the lines added that are not in the basic demo: PDFPrinter.Option("Watermarks.Enabled") = "Yes" PDFPrinter.AddImageWatermark "I", "P:\DOCTRAK FORMS\temp\Lake\Older ...
by kmoens
Thu Apr 19, 2012 5:22 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

Re: AddImageWatermark and AddTextWatermark for API

Has anyone been able to reproduce this issue?

This is for a customer that we are upgrading from PDF X-Change 3.0 to 4.0. I am just looking to get this going.

--Kevin
by kmoens
Mon Apr 16, 2012 1:06 pm
Forum: PDF-XChange (End Users FR)
Topic: Add Printing To the SDK
Replies: 3
Views: 286

Re: Add Printing To the SDK

Are there any code examples that you can point me to?
by kmoens
Fri Apr 13, 2012 8:57 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to print doc or xls file pdf silently
Replies: 10
Views: 6150

Re: How to print doc or xls file pdf silently

This worked. We have now created OfficeAutomation executables.

Thanks
by kmoens
Fri Apr 13, 2012 8:54 pm
Forum: PDF-XChange (End Users FR)
Topic: Add Printing To the SDK
Replies: 3
Views: 286

Add Printing To the SDK

We would like to automate printing PDF (Not to a PDF) files through the SDK and print the PDF Files on a background process. This would include printing to network printer not defined as local printer queues on the server we are running from. We would need a status return to let us know if the print...
by kmoens
Fri Apr 13, 2012 3:46 pm
Forum: PDF-XChange Drivers API SDK
Topic: AddImageWatermark and AddTextWatermark for API
Replies: 20
Views: 10402

AddImageWatermark and AddTextWatermark for API

I downloaded the latest PDF-XChange PRO 4 sdk which was the PDFSDKPRO4.zip file. I openned the VbExCom vb6 project and modified the code to use the AddImageWatermark and AddTextWatermark based on other examples seen earlier. I didn't see either of the watermarks added to the PDF. The code is below. ...
by kmoens
Fri Nov 11, 2011 11:04 pm
Forum: PDF-XChange Drivers API SDK
Topic: How to print doc or xls file pdf silently
Replies: 10
Views: 6150

Re: How to print doc or xls file pdf silently

We have bought PDF-XChange v4 driver sdk. We have implemented the code mentioned in the early post about using multiple "PDFPrinter.set_Option" settings. We have a (customer / end user) which has multiple versions of Microsoft Excel files. On the machine we submit these files to be convert...