filter for pdf and pdf a  SOLVED

A forum for questions or concerns related to the PDF-XChange Core API SDK

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
hjerteblod
User
Posts: 26
Joined: Thu Sep 05, 2019 9:03 am

filter for pdf and pdf a

Post by hjerteblod »

I have a folder full of PDf and want to filter for PDF and PDF a. It shows me the version of the pdf, but unfortunately not if pdf or pdf a. Can anybody help me further?

Code: Select all

        If ofd.ShowDialog() = DialogResult.OK Then

            For Each s As String In ofd.FileNames
                txtarchivpfad.Text = s
                SetPDF_ID(txtarchivpfad.Text)

                Dim pver As XCPro40_Defs.PXC_SpecVersion
                If XCPro40_Defs.PXCp_GetSpecVersion(PdfID, pver) >= 0 Then
                    MsgBox(pver)
                    ListBox1.Items.Add("INDEX: " & pver & " DATEI: " & s)

               End If
          Next

        End If
pver gives me a number like 20 or 21 or 22, which tells me the version of the pdf.

thank you in advance, yvonne
(in the search function, I have not found a topic, sorry if I have overlooked something)
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: filter for pdf and pdf a  SOLVED

Post by Sasha - Tracker Dev Team »

Hello hjerteblod,

Please post this in the correct forum thread - this is a Core API SDK thread.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
hjerteblod
User
Posts: 26
Joined: Thu Sep 05, 2019 9:03 am

Re: filter for pdf and pdf a

Post by hjerteblod »

alright thank you
hjerteblod
User
Posts: 26
Joined: Thu Sep 05, 2019 9:03 am

Re: filter for pdf and pdf a

Post by hjerteblod »

which one is the right one? I am not sure
greetz
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: filter for pdf and pdf a

Post by Sasha - Tracker Dev Team »

What SDK and what version are you using?
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
hjerteblod
User
Posts: 26
Joined: Thu Sep 05, 2019 9:03 am

Re: filter for pdf and pdf a

Post by hjerteblod »

PDF-XChange PRO 6 SDK
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17820
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: filter for pdf and pdf a

Post by Tracker Supp-Stefan »

Hello hjerteblod,

The Pro SDK is a bundle, so you have a license for this bundle, but the actual SDK product you are using is e.g. the Viewer AX SDK, or the Tools SDK, or the Core API SDK. This is the one we need to know so that we can point you to the correct forum!

Regards,
Stefan
hjerteblod
User
Posts: 26
Joined: Thu Sep 05, 2019 9:03 am

Re: filter for pdf and pdf a

Post by hjerteblod »

Hey Stefan,
now I see, thank you. I need help for the viewer. I solved the problem with the filter, but now I need to turn off the conversion report, that shows off, when I convert a pdf. Can you tell me, in which forum I can ask this question?
best regards, Yvonne
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: filter for pdf and pdf a

Post by Sasha - Tracker Dev Team »

Hello Yvonne,

If you are using the Viewer SDK then here's a forum for you:
viewforum.php?f=36

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
hjerteblod
User
Posts: 26
Joined: Thu Sep 05, 2019 9:03 am

Re: filter for pdf and pdf a

Post by hjerteblod »

thank you!!
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: filter for pdf and pdf a

Post by Sasha - Tracker Dev Team »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply