Search found 1370 matches

by zarkogajic
Tue Mar 05, 2024 9:14 am
Forum: PDF-XChange Editor SDK
Topic: XFA IsSigned?
Replies: 7
Views: 1620

Re: XFA IsSigned?

Hi Support, I know you do not support displaying signatures on XFA documents … I at least need to know if a document is signed or not. For this purpose I’m using the IPXC_Document.HasDigitalSigns(false) as suggested here. I have two dynamic XFA documents, both have signature. However, for one of the...
by zarkogajic
Thu Feb 29, 2024 6:54 am
Forum: PDF-XChange Editor SDK
Topic: PXV_DocCloseFlags in e.document.beforeClose SOLVED
Replies: 5
Views: 688

Re: PXV_DocCloseFlags in e.document.beforeClose SOLVED

Thanks. Ok. Will check :)

by zarkogajic
Thu Feb 29, 2024 6:16 am
Forum: PDF-XChange Editor SDK
Topic: Some IOperation PagesRange.RangeTypes Custom and CustomRect SOLVED
Replies: 4
Views: 493

Re: Some IOperation PagesRange.RangeTypes Custom and CustomRect SOLVED

Hi Vasyl,

Yes, I only need color changing (keep font type/size..).

-žarko
by zarkogajic
Wed Feb 28, 2024 7:25 pm
Forum: PDF-XChange Editor SDK
Topic: Problems with pxcInst.OpenDocumentFromFile
Replies: 4
Views: 67

Re: Problems with pxcInst.OpenDocumentFromFile

Hi,

But is in button click.

Anyhow, try placing the following line inside the loop:

IPXC_Document Doc;

p.s.
Not official support nor C# guy.

-žarko
by zarkogajic
Wed Feb 28, 2024 2:08 pm
Forum: PDF-XChange Editor SDK
Topic: Problems with pxcInst.OpenDocumentFromFile
Replies: 4
Views: 67

Re: Problems with pxcInst.OpenDocumentFromFile

Hi Michael,

https://sdkhelp.pdf-xchange.com/view/PXV:PXV_Inst

Do not call new / Init multiple times.

-žarko
by zarkogajic
Wed Feb 28, 2024 11:21 am
Forum: PDF-XChange Editor SDK
Topic: Some IOperation PagesRange.RangeTypes Custom and CustomRect SOLVED
Replies: 4
Views: 493

Re: Some IOperation PagesRange.RangeTypes Custom and CustomRect SOLVED

Hi Vasyl, But seems the idea isn't too crazy and we will make a feature request to do it in the future. :wink: Wohoo :) Am actually looking into being possible to do the following: image.png So, specify (in this sample 4) custom rectangles on a page and have the magic do its work ... -žarko
by zarkogajic
Wed Feb 28, 2024 11:07 am
Forum: PDF-XChange Editor SDK
Topic: PXV_DocCloseFlags in e.document.beforeClose SOLVED
Replies: 5
Views: 688

Re: PXV_DocCloseFlags in e.document.beforeClose SOLVED

Hi Vasyl,

Ok, thanks.

Any chance to add PXV_DocCloseFlags value to that event (and also allow *not* closing even if pEvent.Param1 == 0)?

Seems that Param1 != 0 when closing using UI (File-Close, or Tab-"Close"), but == 0 when closing using IPXV_Document.Close (NEVER_MIND_WHAT).

-žarko
by zarkogajic
Wed Feb 28, 2024 10:53 am
Forum: PDF-XChange Editor SDK
Topic: op.bookmarks.autoGenerateFromText / Root.Options.PresetID / load presets from file ? SOLVED
Replies: 5
Views: 7262

Re: op.bookmarks.autoGenerateFromText / Root.Options.PresetID / load presets from file ? SOLVED

Hi Vasyl,

OK thanks.

Can I programmatically load a .presets file ?

p.s.
And then specify its ID for the "Root.Options.PresetID" ?

-žartko
by zarkogajic
Wed Feb 21, 2024 4:01 pm
Forum: PDF-XChange Editor SDK
Topic: PXV_DocCloseFlags in e.document.beforeClose SOLVED
Replies: 5
Views: 688

PXV_DocCloseFlags in e.document.beforeClose SOLVED

Hi Support,

How do I get the PXV_DocCloseFlags from the e.document.beforeClose event?

When I do IPXV_Document::Close(flags) I also react on the e.document.beforeClose - but pEvent.Param1 and Param2 are both zero (0) never mind what PXV_DocCloseFlags I set.


-žarko
by zarkogajic
Thu Feb 15, 2024 4:23 pm
Forum: PDF-XChange Editor SDK
Topic: Some IOperation PagesRange.RangeTypes Custom and CustomRect SOLVED
Replies: 4
Views: 493

Some IOperation PagesRange.RangeTypes Custom and CustomRect SOLVED

Hi Support, I'm playing with the op.document.replaceFonts ... I had a crazy idea of specifying: I only want to change fonts "inside" the bottom half of a page (or pages). I've tried specifying the "Custom" and the "CustomRect" values - but nothing happens - no changes t...
by zarkogajic
Tue Feb 13, 2024 11:21 am
Forum: PDF-XChange Editor SDK
Topic: Markdown converter - Params - MarginTop ignored SOLVED
Replies: 1
Views: 6286

Markdown converter - Params - MarginTop ignored SOLVED

Hi Support, 'conv.imp.markdown' converter. mdParams = IPXV_FormatConverter::CreateParams() mdParams['Options.MarginTop'].v = 150 mdParams['Options.MarginBottom'].v = 300 The MarginTop value is ignored and MarginBottom value is used both for top and bottom margin. p.s. v. 385 Can be re-created in EU ...
by zarkogajic
Mon Feb 12, 2024 11:11 am
Forum: PDF-XChange Editor
Topic: Editing Stop Words in "Generate Bookmarks From Page text" does NOT Re-Enable "Save Current Settings" SOLVED
Replies: 1
Views: 5284

Editing Stop Words in "Generate Bookmarks From Page text" does NOT Re-Enable "Save Current Settings" SOLVED

Hi Support, I've created and saved a custom setting for "generate bookmarks from text file": image(2).png After saving, the "Save Current Settings" option is is disabled - as expected. image(3).png However, if I now edit anything in the "Edit Stop Words" dialog: image(4...
by zarkogajic
Tue Feb 06, 2024 3:47 pm
Forum: PDF-XChange Editor SDK
Topic: op.bookmarks.autoGenerateFromText / Root.Options.PresetID / load presets from file ? SOLVED
Replies: 5
Views: 7262

op.bookmarks.autoGenerateFromText / Root.Options.PresetID / load presets from file ? SOLVED

Hi Support, I'm looking into op.bookmarks.autoGenerateFromText ... I would want to set all the IOperation Options by simply specifying the .presets file (created / exported using EU Editor). I see there's "Root.Options.PresetID" parameter - but I do not know how to load a preset. My idea i...
by zarkogajic
Tue Feb 06, 2024 11:52 am
Forum: PDF-XChange Editor
Topic: Searching for non-English characters: different results in Find vs Search (vs Text Pattern for Bookmark Generation) SOLVED
Replies: 7
Views: 1499

Re: Searching for non-English characters: different results in Find vs Search (vs Text Pattern for Bookmark Generation) SOLVED

Hi Stefan,

Uops .. sorry - yes "whole words" was checked. OK, this solves the Find vs Search.

What about "bookmark generation" ? I'll send you the presets file (via email...)

-žarko
by zarkogajic
Tue Feb 06, 2024 10:47 am
Forum: PDF-XChange Editor
Topic: Searching for non-English characters: different results in Find vs Search (vs Text Pattern for Bookmark Generation) SOLVED
Replies: 7
Views: 1499

Searching for non-English characters: different results in Find vs Search (vs Text Pattern for Bookmark Generation) SOLVED

Hi Support, I have a PDF using Danish characters: "Æ, Ø, and Å". Using the Find vs Search ends in different results: 3 results for "Find", 1 results for "Search": image.png p.s. 0 (zero) results for: image(1).png p.s.2 Will send the document to email ... Using latest 38...
by zarkogajic
Thu Feb 01, 2024 2:14 pm
Forum: PDF-XChange Editor
Topic: Save as PDF/A-2B - fails pdf/a validation (XMP thingies) SOLVED
Replies: 5
Views: 554

Re: Save as PDF/A-2B - fails pdf/a validation (XMP thingies) SOLVED

Hi Support,

As far as I can see - for existing PDF/A documents you only check if a document claims to be PDF/A, not if it is really compliant.

Any plans to provide a proper check for an "I claim to be PDF/A" document (?):

image.png


-žarko
by zarkogajic
Wed Jan 31, 2024 2:49 pm
Forum: PDF-XChange Editor
Topic: Markdown converter - GoToR/GoTo links instead of URI SOLVED
Replies: 1
Views: 867

Markdown converter - GoToR/GoTo links instead of URI SOLVED

Hi Support, I might be asking too much - but you never know... The "Convert Markdown to PDF" does a nice job of converting MD files to PDF. For the next md line: My favorite PDF editor is [PDF-XChange Editor](https://www.pdf-xchange.com). the generated PDF will have an URI link action to y...
by zarkogajic
Wed Jan 31, 2024 9:56 am
Forum: PDF-XChange Editor
Topic: Save as PDF/A-2B - fails pdf/a validation (XMP thingies) SOLVED
Replies: 5
Views: 554

Save as PDF/A-2B - fails pdf/a validation (XMP thingies) SOLVED

Hi Support, I have a PDF document I'm saving as PDF/A using: image.png I'm then testing the PDF/A validity using some tools and the resulting document fails the test with: result tool 1: "XMP property is predefined but is not used in accordance with the definition (XMP 2005)" result tool 2...
by zarkogajic
Wed Jan 24, 2024 6:29 am
Forum: PDF-XChange Editor SDK
Topic: (Default) OCR in SDK, .dat files in Tesseract folder -> .traineddata SOLVED
Replies: 9
Views: 641

Re: (Default) OCR in SDK, .dat files in Tesseract folder -> .traineddata SOLVED

Hi Vasyl,

Thanks

Btw,
And seems both formats are incompatible, unfortunately.
What do you mean?

I've simply renamed the file extension and all seems to work.

-žarko
by zarkogajic
Tue Jan 16, 2024 3:35 pm
Forum: PDF-XChange Editor
Topic: Updater (.384) does not find more recent Editor (.383) version SOLVED
Replies: 3
Views: 568

Updater (.384) does not find more recent Editor (.383) version SOLVED

Hi Support,

I'm not sure how I managed to have this:

image.png

So, "PDF-XChange Updater" is at version .384, while "PDF-XChange Editor" is at .383 - and the Updater states that there is no update available.




-žarko
by zarkogajic
Mon Jan 15, 2024 10:27 am
Forum: PDF-XChange Editor SDK
Topic: (Default) OCR in SDK, .dat files in Tesseract folder -> .traineddata SOLVED
Replies: 9
Views: 641

(Default) OCR in SDK, .dat files in Tesseract folder -> .traineddata SOLVED

Hi Support, Seems like in some of the few past releases, the extension of the language files for the Default OCR engine (the one available in SDK) has changed from ".dat" to ".traineddata". Can you confirm that's the only change (related to using the default OCR from SDK)? Are th...
by zarkogajic
Wed Dec 13, 2023 3:01 pm
Forum: PDF-XChange Editor SDK
Topic: Command execution difference: click item vs enter key on item in Quick Launch list SOLVED
Replies: 4
Views: 13909

Command execution difference: click item vs enter key on item in Quick Launch list SOLVED

Hi Support, Please shed some light on the following... (some intro) I'm custom handing some commands, let's say "cmd.newDocHtml" for the sake of this question. In my custom IUIX_CmdHandler implementation, for UIX_CmdNotify_Exec in OnNotify I'm calling the following 3 "code lines"...
by zarkogajic
Sat Dec 09, 2023 10:04 am
Forum: PDF-XChange Editor SDK
Topic: Params for "conv.imp.RTF".Convert() SOLVED
Replies: 5
Views: 12947

Re: Params for "conv.imp.RTF".Convert() SOLVED

Hi Vasyl,

GetFormatConverterParams rasises exception becasue no params for rtf conversion, right?

-žarko
by zarkogajic
Thu Dec 07, 2023 1:30 pm
Forum: PDF-XChange Editor SDK
Topic: Params for "conv.imp.RTF".Convert() SOLVED
Replies: 5
Views: 12947

Params for "conv.imp.RTF".Convert() SOLVED

Hi Support, I'm using "conv.imp.RTF" to convert an RTF to PDF. What would be the Params for the Convert method for "conv.imp.rtf" converter? The GetFormatConverterParams(true, 'conv.imp.rtf') raises an "unspecified error" exception. Expected? p.s. ? Is Word required for...
by zarkogajic
Wed Nov 22, 2023 11:08 am
Forum: PDF-XChange Editor SDK
Topic: Confirmation / more info for IAUX_Inst::IsUserBreak SOLVED
Replies: 3
Views: 10825

Confirmation / more info for IAUX_Inst::IsUserBreak SOLVED

Hi Support, Can you provide some detailed info on IAUX_Inst::IsUserBreak? Seems like it will return true when, for example, user is: - trying to open a password protected document and clicks Cancel - opening a Word (any conversion) document and during conversion Cancel clicked - doing any IOperation...
by zarkogajic
Thu Nov 16, 2023 10:42 am
Forum: PDF-XChange Editor
Topic: Modify "sub-toolbar" of a tool (e.g. Edit Text) SOLVED
Replies: 3
Views: 2952

Modify "sub-toolbar" of a tool (e.g. Edit Text) SOLVED

Hi Support, Would you consider making possible the following: "add commands to default sub-toolbars": For example: when in the need to edit documents, one can activate the "Edit Text" tool and a sub-toolbar appears with common actions: image.png Most times I (only) need to use &q...
by zarkogajic
Tue Nov 14, 2023 11:37 am
Forum: PDF-XChange Editor SDK
Topic: .Net 7 WinForms - process hangs after closing the app SOLVED
Replies: 3
Views: 10017

.Net 7 WinForms - process hangs after closing the app SOLVED

Hi Support, Can you shed some light on the following: Attached are two super simple same WinForms applications using AxPXV_Control: "DotNetFrameworkWinFormsSimple.zip" using ".NET Framework 4.8.9181.0" DotNetFrameworkWinFormsSimple.zip "DotNetWinFormsSimple.zip" using &...
by zarkogajic
Mon Nov 13, 2023 11:44 am
Forum: PDF-XChange Editor
Topic: Renaming Named Destinations -> Update Bookmarks and Links SOLVED
Replies: 3
Views: 2871

Renaming Named Destinations -> Update Bookmarks and Links SOLVED

Hi Support, Am not sure if this has been asked for before .. so here goes: If a bookmark or a link type annotation uses a named destination - renaming the named destination would result in a non functional bookmark/link (GoTo action would go to a non existing named destination). Would you consider i...
by zarkogajic
Fri Oct 27, 2023 9:00 am
Forum: PDF-XChange Editor SDK
Topic: Number of Tab Groups in DocumentViewsArea ? SOLVED
Replies: 6
Views: 8161

Re: Number of Tab Groups in DocumentViewsArea ? SOLVED

Hi Vasyl,


That's it, thanks!

-žarko
by zarkogajic
Wed Oct 25, 2023 8:19 am
Forum: PDF-XChange Editor SDK
Topic: Number of Tab Groups in DocumentViewsArea ? SOLVED
Replies: 6
Views: 8161

Re: Number of Tab Groups in DocumentViewsArea ? SOLVED

Hi Support,

Ping here :)

-žarko
by zarkogajic
Fri Oct 06, 2023 3:14 pm
Forum: PDF-XChange Editor SDK
Topic: Number of Tab Groups in DocumentViewsArea ? SOLVED
Replies: 6
Views: 8161

Number of Tab Groups in DocumentViewsArea ? SOLVED

Hi Support, How can I get the number of Tab groups in IPXV_DocumentViewsArea ? The below image displays 5 tab groups: image.png p.s. I have my hands on the document's tab's LayoutItem (https://forum.pdf-xchange.com/viewtopic.php?p=138509#p138509). layoutItem.Parent should be the ScrollContainer cont...
by zarkogajic
Wed Oct 04, 2023 6:19 am
Forum: PDF-XChange Editor SDK
Topic: IUIX_Inst::SetAppIcon vs DlgProgress SOLVED
Replies: 3
Views: 8727

Re: IUIX_Inst::SetAppIcon vs DlgProgress SOLVED

Hi Vasyl,

All clear, thanks.

by zarkogajic
Tue Sep 19, 2023 4:41 pm
Forum: PDF-XChange Editor
Topic: "Add QR Code" missing in pages view context menu when "Hand" tool activated SOLVED
Replies: 3
Views: 1342

Re: "Add QR Code" missing in pages view context menu when "Hand" tool activated SOLVED

Hi Daniel,

Thanks.

p.s.
I'm seeing this more as a minor bug than a change request :)

by zarkogajic
Tue Sep 19, 2023 3:22 pm
Forum: PDF-XChange Editor
Topic: "Add QR Code" missing in pages view context menu when "Hand" tool activated SOLVED
Replies: 3
Views: 1342

"Add QR Code" missing in pages view context menu when "Hand" tool activated SOLVED

Hi Support, Having Hand tool active, right click on a page and the context menu is displayed. Among other items, there's "add image", "add sticky note..." but "Add QR Code" is not displayed: image.png Activate "Select Text" tool and right click does display th...
by zarkogajic
Tue Sep 19, 2023 10:08 am
Forum: PDF-XChange Editor SDK
Topic: IUIX_Inst::SetAppIcon vs DlgProgress SOLVED
Replies: 3
Views: 8727

IUIX_Inst::SetAppIcon vs DlgProgress SOLVED

Hi Support,

Specifying the icon using SetAppIcon does not set the icon also to "DlgProgress" dialog.

By design, or ?

p.s.
I'm using WM_SETICON for DlgProgress - so above is not a problem, just curious about it.

-žarko
by zarkogajic
Mon Sep 11, 2023 9:07 am
Forum: PDF-XChange Editor SDK
Topic: cb.where items creation in IPXV_SearchView SOLVED
Replies: 5
Views: 9654

Re: cb.where items creation in IPXV_SearchView SOLVED

Hi Vasyl,

OK. Thanks.

I'm taking the following approach : custom IUIX_ObjImpl (+UIX_ObjStyle_NeedPreEvent) for that combo - so that each time UIX_Notify_BeforeShowPopup is fired I disable what I need disabled.

-žarko