Search found 5522 matches
- Tue Jul 27, 2021 9:21 am
- Forum: PDF-XChange Editor SDK
- Topic: How to remove PDF/A limitation
- Replies: 4
- Views: 1999
- Thu Jul 22, 2021 8:21 am
- Forum: PDF-XChange Editor
- Topic: Replace fonts - Add from selection do not working
- Replies: 17
- Views: 4064
Re: Replace fonts - Add from selection do not working
Hello lindermman, After further investigation, I can tell more. The thing is that in the 354 build, when editing text and then launching the dialog, the editing box persisted and one could launch the Replace Fonts dialog and use Add from selection. Right now, when the dialog is being launched the Ed...
- Wed Jul 21, 2021 1:39 pm
- Forum: PDF-XChange Editor
- Topic: Replace fonts - Add from selection do not working
- Replies: 17
- Views: 4064
Re: Replace fonts - Add from selection do not working
Hello lindermman,
Can you please provide more details and preferably a screenshot of what you are doing? We've tried this here and everything is working correctly.
Basically you will have to use the Text Select tool (not the Edit Text tool) and everything will work for you correctly.
Cheers,
Alex
Can you please provide more details and preferably a screenshot of what you are doing? We've tried this here and everything is working correctly.
Basically you will have to use the Text Select tool (not the Edit Text tool) and everything will work for you correctly.
Cheers,
Alex
- Mon Jul 19, 2021 7:49 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Here's a fully working project for this sample. Also, we've tried extracting the code and launching this on VS2012 - everything worked as expected:
https://github.com/tracker-software/PDF ... eAPISample
Cheers,
Alex
Here's a fully working project for this sample. Also, we've tried extracting the code and launching this on VS2012 - everything worked as expected:
https://github.com/tracker-software/PDF ... eAPISample
Cheers,
Alex
- Fri Jul 16, 2021 1:26 pm
- Forum: PDF-XChange Editor
- Topic: Callout - Fit box by text content
- Replies: 70
- Views: 17447
- Thu Jul 15, 2021 7:39 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm, I've made a working sample that generates a one page document with one image content item that's being loaded from file Figures.png. To try this you should unpack the archive, put the PDFXCoreAPI.x64.dll in the unpacked folder and launch the exe. The result of this should be a Test.pdf ...
- Wed Jul 14, 2021 9:01 am
- Forum: PDF-XChange Editor
- Topic: [9.1.355] GOTO links with X, Y, Zoom set to inherit - X, Y ignored when link clicked
- Replies: 14
- Views: 3084
Re: [9.1.355] GOTO links with X, Y, Zoom set to inherit - X, Y ignored when link clicked
Hello zarkogajic,
Done. Will investigate this one once we have the document available.
Cheers,
Alex
Done. Will investigate this one once we have the document available.
Cheers,
Alex
- Tue Jul 13, 2021 9:48 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Nope - as we did not get an answer prior to both cases:
1) Does it work correctly if you take the built exe file from the VS2019 PC and try it on the VS2008 one?
2) Does it work correctly if you take the built exe file from the VS2008 PC and try it on the VS2019 one?
Cheers,
Alex
Nope - as we did not get an answer prior to both cases:
1) Does it work correctly if you take the built exe file from the VS2019 PC and try it on the VS2008 one?
2) Does it work correctly if you take the built exe file from the VS2008 PC and try it on the VS2019 one?
Cheers,
Alex
- Fri Jul 09, 2021 7:45 am
- Forum: PDF-XChange Editor SDK
- Topic: e_annots_changed
- Replies: 5
- Views: 2517
- Wed Jul 07, 2021 1:49 pm
- Forum: PDF-XChange Editor SDK
- Topic: e_annots_changed
- Replies: 5
- Views: 2517
Re: e_annots_changed
Hello jusWest,
It's not an event - but an operation. Basically you should catch the e_operBeforeExecute event and see what operation is being executed.
Cheers,
Alex
It's not an event - but an operation. Basically you should catch the e_operBeforeExecute event and see what operation is being executed.
Cheers,
Alex
- Wed Jul 07, 2021 8:37 am
- Forum: PDF-XChange Editor SDK
- Topic: e_annots_changed
- Replies: 5
- Views: 2517
Re: e_annots_changed
Hello jusWest,
From what I see, the e_annots_changed does not hold this information. You should monitor the op_annots_setState execution - it's being launched when that state is being changed.
Cheers,
Alex
From what I see, the e_annots_changed does not hold this information. You should monitor the op_annots_setState execution - it's being launched when that state is being changed.
Cheers,
Alex
- Tue Jul 06, 2021 3:09 pm
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Well, we'll still need an answers for the behavior in both cases - then we can tell more.
Cheers,
Alex
Well, we'll still need an answers for the behavior in both cases - then we can tell more.
Cheers,
Alex
- Tue Jul 06, 2021 9:05 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
In two cases that I mentioned earlier?
Cheers,
Alex
In two cases that I mentioned earlier?
Cheers,
Alex
- Tue Jul 06, 2021 9:04 am
- Forum: PDF-XChange Editor SDK
- Topic: How to set "Get the information from the Active Directory"
- Replies: 8
- Views: 3474
- Mon Jul 05, 2021 7:33 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
OK, and if you take the built exe file from the 2019 PC and try it on the 2008 one? And the reversed case - take the exe from the 2008 and try it on the 2019 PC.
Cheers,
Alex
OK, and if you take the built exe file from the 2019 PC and try it on the 2008 one? And the reversed case - take the exe from the 2008 and try it on the 2019 PC.
Cheers,
Alex
- Fri Jul 02, 2021 8:27 am
- Forum: PDF-XChange Editor SDK
- Topic: How to set "Get the information from the Active Directory"
- Replies: 8
- Views: 3474
Re: How to set "Get the information from the Active Directory"
Hello cew, There is no documentation available for these. Basically to check the needed flag, open the registry of the End-User Editor: Computer\HKEY_CURRENT_USER\SOFTWARE\Tracker Software\PDFXEditor\3.0\Settings Then, when changing some settings and closing the Editor, you will see the changes made...
- Fri Jul 02, 2021 7:30 am
- Forum: PDF-XChange Editor SDK
- Topic: Crop tool not remove every outside of box
- Replies: 7
- Views: 3324
Re: Crop tool not remove every outside of box
Hello lidds,
Well not weeks - we are planning to launch the release on 12 of July if all goes well.
Cheers,
Alex
Well not weeks - we are planning to launch the release on 12 of July if all goes well.
Cheers,
Alex
- Thu Jul 01, 2021 2:36 pm
- Forum: PDF-XChange Editor SDK
- Topic: Crop tool not remove every outside of box
- Replies: 7
- Views: 3324
Re: Crop tool not remove every outside of box
Hello lidds,
Hopefully we've made a fix and will include this in the next release if all goes well.
Cheers,
Alex
Hopefully we've made a fix and will include this in the next release if all goes well.
Cheers,
Alex
- Thu Jul 01, 2021 8:20 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
OK, I don't get it now. You said that your code is working perfectly for VisualStudio2019. Are you trying the same code with VS2008 and it does not work? If so, that the problem is not with the SDK, but with the VS, settings and environment.
Cheers,
Alex
OK, I don't get it now. You said that your code is working perfectly for VisualStudio2019. Are you trying the same code with VS2008 and it does not work? If so, that the problem is not with the SDK, but with the VS, settings and environment.
Cheers,
Alex
- Thu Jul 01, 2021 8:17 am
- Forum: PDF-XChange Drivers API SDK
- Topic: make a new printer copy ( with uniqe name ) using c#
- Replies: 3
- Views: 4663
- Wed Jun 30, 2021 2:26 pm
- Forum: PDF-XChange Editor SDK
- Topic: How to set "Get the information from the Active Directory"
- Replies: 8
- Views: 3474
Re: How to set "Get the information from the Active Directory"
Hello cew,
Also, to enable that setting use the
Cheers,
Alex
Also, to enable that setting use the
Code: Select all
Editor.Inst.Settings["Identity.GetFromAD"].v = true;
Alex
- Wed Jun 30, 2021 2:22 pm
- Forum: PDF-XChange Editor SDK
- Topic: How to set "Get the information from the Active Directory"
- Replies: 8
- Views: 3474
Re: How to set "Get the information from the Active Directory"
Hello cew,
Have you tried this sample?
viewtopic.php?f=66&t=34683&p=143997&hil ... me#p143973
Cheers,
Alex
Have you tried this sample?
viewtopic.php?f=66&t=34683&p=143997&hil ... me#p143973
Cheers,
Alex
- Wed Jun 30, 2021 7:34 am
- Forum: PDF-XChange Editor SDK
- Topic: Crop tool not remove every outside of box
- Replies: 7
- Views: 3324
Re: Crop tool not remove every outside of box
Hello lidds, Thanks for the file - found the problem. The items that you are seeing overlap with the crop area rectangle, thus they are left - that is OK. But what is wrong here is that the clip rectangle is not being applied correctly - thus you can see those leftovers. I will forward this to the r...
- Wed Jun 30, 2021 7:05 am
- Forum: PDF-XChange Editor SDK
- Topic: MaskEx and FlagEx
- Replies: 1
- Views: 1379
Re: MaskEx and FlagEx
Hello lidds, No difference - just overcrowded enum - that's all. For example - see this: enum PXV_OpModifyAnnotMaskFlags { OpModifyAnnot_BorderWidth = 1, OpModifyAnnot_BorderStyle = 2, OpModifyAnnot_Border = 3, OpModifyAnnot_SColor = 8, OpModifyAnnot_FColor = 16, OpModifyAnnot_NoteIcon = 32, OpModif...
- Tue Jun 29, 2021 2:05 pm
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Well I'm afraid that you will have to debug this for yourself, as we don't know what the issue is exactly.
Cheers,
Alex
Well I'm afraid that you will have to debug this for yourself, as we don't know what the issue is exactly.
Cheers,
Alex
- Tue Jun 29, 2021 9:16 am
- Forum: PDF-XChange Editor SDK
- Topic: Late binding with pdfxchange sdk
- Replies: 6
- Views: 3032
- Tue Jun 29, 2021 9:00 am
- Forum: PDF-XChange Editor SDK
- Topic: Late binding with pdfxchange sdk
- Replies: 6
- Views: 3032
Re: Late binding with pdfxchange sdk
Hello jusWest,
Well then the Click-Once method is the right one for you:
https://sdkhelp.pdf-xchange.com/vi ... stribution
You can try it for yourself in the FullDemo application.
Cheers,
Alex
Well then the Click-Once method is the right one for you:
https://sdkhelp.pdf-xchange.com/vi ... stribution
You can try it for yourself in the FullDemo application.
Cheers,
Alex
- Tue Jun 29, 2021 9:00 am
- Forum: PDF-XChange Editor SDK
- Topic: Late binding with pdfxchange sdk
- Replies: 6
- Views: 3032
Re: Late binding with pdfxchange sdk
Hello jusWest,
Well then the Click-Once method is the right one for you:
https://sdkhelp.pdf-xchange.com/vi ... stribution
You can try it for yourself in the FullDemo application.
Cheers,
Alex
Well then the Click-Once method is the right one for you:
https://sdkhelp.pdf-xchange.com/vi ... stribution
You can try it for yourself in the FullDemo application.
Cheers,
Alex
- Tue Jun 29, 2021 8:52 am
- Forum: PDF-XChange Editor
- Topic: Color information when exporting comments to a .CSV-file
- Replies: 8
- Views: 2020
- Tue Jun 29, 2021 8:46 am
- Forum: PDF-XChange Editor SDK
- Topic: Late binding with pdfxchange sdk
- Replies: 6
- Views: 3032
Re: Late binding with pdfxchange sdk
Hello jusWest,
Let's talk about what exactly do you want to achieve here.
If you want to load the needed dll dynamically - then we have a way of doing that through the manifest.
Also, do you need the IPXV_Control, or only the IPXV_Inst - the criteria for those differ?
Cheers,
Alex
Let's talk about what exactly do you want to achieve here.
If you want to load the needed dll dynamically - then we have a way of doing that through the manifest.
Also, do you need the IPXV_Control, or only the IPXV_Inst - the criteria for those differ?
Cheers,
Alex
- Tue Jun 29, 2021 8:24 am
- Forum: PDF-XChange Editor SDK
- Topic: Crop tool not remove every outside of box
- Replies: 7
- Views: 3324
Re: Crop tool not remove every outside of box
Hello lidds, Just tried your code - everything worked correctly on the latest version (showing you a Crop Pages dialog to see the results): image.png Also, here's the same result with comments on the page: image1.png Probably the behavior that you are experiencing is due to that we have added some n...
- Tue Jun 29, 2021 8:01 am
- Forum: PDF-XChange Editor SDK
- Topic: Export comments of visible layers
- Replies: 10
- Views: 6113
Re: Export comments of visible layers
Hello lidds,
To read more about the Optional Content Groups, please read the latest PDF Specification. Also, that functionality has not been added to the API yet.
Cheers,
Alex
To read more about the Optional Content Groups, please read the latest PDF Specification. Also, that functionality has not been added to the API yet.
Cheers,
Alex
- Tue Jun 29, 2021 7:59 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Does it work with the latest Windows version and the VS2008? Because I'm afraid that it's outdated for correct usage.
Cheers,
Alex
Does it work with the latest Windows version and the VS2008? Because I'm afraid that it's outdated for correct usage.
Cheers,
Alex
- Tue Jun 29, 2021 7:50 am
- Forum: PDF-XChange Editor SDK
- Topic: Issue with text selection and text blocks
- Replies: 3
- Views: 1815
Re: Issue with text selection and text blocks
Hello SMan, Well the problem is in the incorrect text blocks that were created by the 3rd party OCR software - thus the text selection does not work as intended. Please try using our OCR engine for this - I'm sure it will give better results. Other then that - we'll have to wait for Vasyl on this on...
- Tue Jun 15, 2021 11:32 am
- Forum: PDF-XChange Editor SDK
- Topic: Export individual annots
- Replies: 3
- Views: 1737
Re: Export individual annots
Hello zarkogajic,
Thanks for the assistance
Cheers,
Alex
Thanks for the assistance
Cheers,
Alex
- Mon Jun 14, 2021 8:54 am
- Forum: PDF-XChange Core API SDK
- Topic: Print a page and the size in the preview is to small (tump nail)
- Replies: 6
- Views: 6189
- Fri Jun 11, 2021 7:01 pm
- Forum: PDF-XChange Core API SDK
- Topic: Print a page and the size in the preview is to small (tump nail)
- Replies: 6
- Views: 6189
Re: Print a page and the size in the preview is to small (tump nail)
Hello rlcgm,
We've found a solution to your problem.
The thing is that the dm matrix in this call is not needed:
Pass nullptr instead and it will work for you.
Cheers,
Alex
We've found a solution to your problem.
The thing is that the dm matrix in this call is not needed:
Code: Select all
pPage->DrawToDevice((PXC::HANDLE_T)pdlg.hDC, DrawRect, &dm, PXC::DDF_AsVector, nullptr, pROpt, nullptr);
Cheers,
Alex
- Fri Jun 11, 2021 1:08 pm
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
- Fri Jun 11, 2021 1:07 pm
- Forum: PDF-XChange Editor SDK
- Topic: Event Source in split mode
- Replies: 8
- Views: 3616
Re: Event Source in split mode
Hello zarkogajic,
Thanks for the assistance here
Cheers,
Alex
Thanks for the assistance here
Cheers,
Alex
- Fri Jun 11, 2021 7:23 am
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
I meant using the code from the C# sample with your file and looking at the results.
If it all works correctly - then it's the problem with the translation.
If it behaves the same as your C++ code - then the problem is with the file itself.
Cheers,
Alex
I meant using the code from the C# sample with your file and looking at the results.
If it all works correctly - then it's the problem with the translation.
If it behaves the same as your C++ code - then the problem is with the file itself.
Cheers,
Alex
- Thu Jun 10, 2021 1:46 pm
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Have you tried using that sample directly? Does it give correct results with your image?
Cheers,
Alex
Have you tried using that sample directly? Does it give correct results with your image?
Cheers,
Alex
- Thu Jun 10, 2021 12:37 pm
- Forum: PDF-XChange Core API SDK
- Topic: Print a page and the size in the preview is to small (tump nail)
- Replies: 6
- Views: 6189
Re: Print a page and the size in the preview is to small (tump nail)
Hello rlcgm,
Please show a piece of code that you are using for this.
Cheers,
Alex
Please show a piece of code that you are using for this.
Cheers,
Alex
- Thu Jun 10, 2021 12:36 pm
- Forum: PDF-XChange Core API SDK
- Topic: Add a grafic like JPG or BMP on a page
- Replies: 30
- Views: 18573
Re: Add a grafic like JPG or BMP on a page
Hello rlcgm,
Check out the CoreAPIDemo application - it holds plenty of samples:
https://github.com/tracker-software/PDF ... oreAPIDemo
Cheers,
Alex
Check out the CoreAPIDemo application - it holds plenty of samples:
https://github.com/tracker-software/PDF ... oreAPIDemo
Cheers,
Alex
- Thu Jun 10, 2021 7:53 am
- Forum: PDF-XChange Editor SDK
- Topic: Event Source in split mode
- Replies: 8
- Views: 3616
Re: Event Source in split mode
Hello AnMuWK,
You mean that the objects (pointers) are the same for both of the split views?
Cheers,
Alex
You mean that the objects (pointers) are the same for both of the split views?
Cheers,
Alex
- Wed Jun 09, 2021 10:11 am
- Forum: PDF-XChange Editor SDK
- Topic: Event Source in split mode
- Replies: 8
- Views: 3616
Re: Event Source in split mode
Hello AnMuWK,
The pFrom parameter in the OnEvent method should hold the IPXV_View (PagesView) from which you can get to the IPXV_DocumentView parent.
Cheers,
Alex
The pFrom parameter in the OnEvent method should hold the IPXV_View (PagesView) from which you can get to the IPXV_DocumentView parent.
Cheers,
Alex
- Wed Jun 09, 2021 7:55 am
- Forum: PDF-XChange Editor SDK
- Topic: Event Source in split mode
- Replies: 8
- Views: 3616
Re: Event Source in split mode
Hello AnMuWK,
What event exactly do you want to catch? There are document based events and Instance based events - the later are not connected to any presice view.
Cheers,
Alex
What event exactly do you want to catch? There are document based events and Instance based events - the later are not connected to any presice view.
Cheers,
Alex
- Wed Jun 02, 2021 7:42 am
- Forum: PDF-XChange Editor
- Topic: Emty csv-file after export measurements
- Replies: 5
- Views: 1550
- Mon May 31, 2021 8:43 am
- Forum: PDF-XChange Editor
- Topic: Feature Request: Multiple Zones With Select Text Tool
- Replies: 3
- Views: 1264
- Fri May 28, 2021 3:18 pm
- Forum: PDF-XChange Editor
- Topic: Select all pages that are link targets SOLVED
- Replies: 14
- Views: 5897
- Fri May 28, 2021 9:26 am
- Forum: PDF-XChange Editor
- Topic: Select all pages that are link targets SOLVED
- Replies: 14
- Views: 5897
Re: Select all pages that are link targets SOLVED
Hello PHK, To retain the selection, you can use the Pages View's navigation bar to choose the needed page. image.png Also, if the pages are scattered throughout the document, you can simply export them to the new document and view them there if needed - this won't take long and you will have an isol...