Search found 17 matches

by userpark
Wed May 27, 2020 12:39 am
Forum: PDF-XChange Editor
Topic: [ERROR] Copy Annots (Javascript)
Replies: 5
Views: 1389

Re: [ERROR] Copy Annots (Javascript)

*VERSION v8.0.336.0 - OK v8.0.337.0 - ERROR v8.0.338.0 - ERROR ADD : v8.0.339.0 - ERROR The code above is based on the Adobe Acrobat Javacript API example. What I am currently using is the ability to copy comments of all types. "Stroke Color" is defined. If "Fill Color = None", a...
by userpark
Wed Apr 29, 2020 12:43 am
Forum: PDF-XChange Editor
Topic: [ERROR] Copy Annots (Javascript)
Replies: 5
Views: 1389

Re: [ERROR] Copy Annots (Javascript)

The code above is based on the Adobe Acrobat Javacript API example. What I am currently using is the ability to copy comments of all types. "Stroke Color" is defined. If "Fill Color = None", an error occurs. try { var annot = this.selectedAnnots[0]; var copy_props = annot.getProp...
by userpark
Tue Apr 28, 2020 12:39 pm
Forum: PDF-XChange Editor
Topic: [ERROR] Copy Annots (Javascript)
Replies: 5
Views: 1389

Re: [ERROR] Copy Annots (Javascript)

Sasha - Tracker Dev Team wrote: Tue Apr 28, 2020 11:40 am Hello userpark,

Can this be recreated in the End-User Editor?

Cheers,
Alex
YES! Equlas Error,
SDK = PDF-XChange Editor = PDF-XChage Editor Portable!
by userpark
Tue Apr 28, 2020 11:20 am
Forum: PDF-XChange Editor
Topic: [ERROR] Copy Annots (Javascript)
Replies: 5
Views: 1389

[ERROR] Copy Annots (Javascript)

*TYPE Text, FreeText - OK Line, ... - ERROR *VERSION v8.0.336.0 - OK v8.0.337.0 - ERROR v8.0.338.0 - ERROR try { var annot = this.addAnnot({ page: 0, type: "Line", rect: [40, 40, 140, 140] }); // Make a copy of the properties of annot var copy_props = annot.getProps(); // Now create a new ...
by userpark
Tue Apr 09, 2019 5:53 am
Forum: PDF-XChange Editor SDK
Topic: [Editor SDK V8] Redistribution to Clients, Language Not Support
Replies: 1
Views: 1783

[Editor SDK V8] Redistribution to Clients, Language Not Support

[Editor SDK V8] Redistributing to client is in use. - Sub Folder "Languages" Files -> Not Support Language My System OS : Windows 10 / Ver. 1809 / Build 17763.379 / 64bit OS Language : Korean (ko-KR) PDFXE SDK : v8.0.330.0 Visual Studio Pro 2017 / Ver 15.9.11 .NET Framwork : 4.6.1 ※ How is...
by userpark
Wed Nov 28, 2018 7:51 am
Forum: PDF-XChange Editor SDK
Topic: Request additional text vertical alignment option. SOLVED
Replies: 3
Views: 1399

Re: Request additional text vertical alignment option. SOLVED

Hello userpark, I don't quite understand your requirement - we show that file exactly as Acrobat does and also, when editing the vertical alignment is also being saved. Where exactly is the problem? Cheers, Alex Hello. In the "PDF X-Change Editor / SDK", make sure that the "Text Box&...
by userpark
Wed Nov 28, 2018 4:21 am
Forum: PDF-XChange Editor SDK
Topic: Request additional text vertical alignment option. SOLVED
Replies: 3
Views: 1399

Request additional text vertical alignment option. SOLVED

Hello. Adobe's Acrobat does not seem to be reflected. Request additional text vertical alignment in PDF annotation tool (eg FreeText / Text Box) Attachments will look easy to understand. (Modified .xfdf or .fdf manually.) Tag modify: text-align: top -> text-align: center / text-valign: top -> text-v...
by userpark
Thu Nov 01, 2018 1:09 am
Forum: PDF-XChange Editor SDK
Topic: Portable Application without installing SDK??
Replies: 3
Views: 1103

Re: Portable Application without installing SDK??

Sasha - Tracker Dev Team wrote:Hello userpark,

You will need to use the Registration-Free method described here:
https://sdkhelp.pdf-xchange.com/vi ... stribution
Also, you can try it for yourself with the FullDemo application.

Cheers,
Alex

Wow!
You are the best.
It was solved so easily.
thank you very much.
by userpark
Wed Oct 31, 2018 12:24 pm
Forum: PDF-XChange Editor SDK
Topic: Portable Application without installing SDK??
Replies: 3
Views: 1103

Portable Application without installing SDK??

Now it is installed separately from the PDF-X Editor SDK. However, the occurrence was the installation and deployment issues. So, I want to develop it as Portable Application(C#) without installing SDK. (DLLs Dynamic Load) Give tips or know-how (samples, examples). Thank you. PS) Should I email tech...
by userpark
Mon Oct 29, 2018 8:22 am
Forum: PDF-XChange Editor SDK
Topic: "2-byte characters input Error" / C# Demo or Application, Find Tool
Replies: 5
Views: 1623

Re: "2-byte characters input Error" / C# Demo or Application, Find Tool

Sasha - Tracker Dev Team wrote:Hello userpark,

I will forward that to the appropriate developer for further investigation.

Cheers,
Alex
Thank.

I checked further.
Copy & Past the text is fine.(Copy & Past the letter seems to have been fixed .)
However, you should not type using the keyboard.

Bye.
by userpark
Mon Oct 29, 2018 7:09 am
Forum: PDF-XChange Editor SDK
Topic: "2-byte characters input Error" / C# Demo or Application, Find Tool
Replies: 5
Views: 1623

Re: "2-byte characters input Error" / C# Demo or Application, Find Tool

Hello userpark, Have you tried the latest build? From what I see, Vasyl said that it should be fixed now. Cheers, Alex I tested it every time I upgraded. The current version is 7.0.327.1. Not yet supported. My language is Korean. OS : Windows 10 Pro. Version 10.0.17134.345 It works fine in COM (Act...
by userpark
Mon Oct 29, 2018 4:12 am
Forum: PDF-XChange Editor SDK
Topic: "2-byte characters input Error" / C# Demo or Application, Find Tool
Replies: 5
Views: 1623

"2-byte characters input Error" / C# Demo or Application, Find Tool

Prev. Post : viewtopic.php?f=66&t=31085

When is the patch plan related to the above?
I wonder.

Thank you.
by userpark
Wed Jun 20, 2018 11:46 pm
Forum: PDF-XChange Editor SDK
Topic: 2-byte characters are not input in FIND(Ctrl-F)
Replies: 6
Views: 2148

Re: 2-byte characters are not input in FIND(Ctrl-F)

Vasyl-Tracker Dev Team wrote:Hi userpark.

We reproduced your issue and will try to fix it. Initially it looks that events-loop in C# app 'eating' some keyboard events. Currently we don't know why.

Cheers.
Thank you for your efforts.
If you need my help, ask for it.

For success, Fighting.
by userpark
Wed Jun 13, 2018 11:51 pm
Forum: PDF-XChange Editor SDK
Topic: 2-byte characters are not input in FIND(Ctrl-F)
Replies: 6
Views: 2148

Re: 2-byte characters are not input in FIND(Ctrl-F)

Hello userpark, Just tried copying and pasting the text that you had in your Youtube video description in the Full Demo application Find Box - everything worked fine. Though after installing the language and trying to type the symbols - the behavior that you experienced reoccurred. I've notified th...
by userpark
Tue Jun 12, 2018 1:21 am
Forum: PDF-XChange Editor SDK
Topic: 2-byte characters are not input in FIND(Ctrl-F)
Replies: 6
Views: 2148

2-byte characters are not input in FIND(Ctrl-F)

Hello. I am Korean, but I am not good at English, so I use Google Translator to write. Even if the context is not right, please ask for your understanding. When using Find (Ctrl + F), "PDF XChage Editor" of the End-User version can input double(multi)-byte characters, but "PDF-XChage ...
by userpark
Thu Nov 09, 2017 7:58 am
Forum: PDF-XChange Editor SDK
Topic: File - Drag & Drop - Open? SOLVED
Replies: 1
Views: 1109

File - Drag & Drop - Open? SOLVED

I am using "PDF-XChange Editor SDK". I have created an application using the SDK, but I do not know how to open and drop the file directly into the ActiveX object "AxPDFXEdit.AxPXV_Control", rather than drag and drop it into the Form object of the application. I would be grateful...
by userpark
Fri Aug 04, 2017 4:40 am
Forum: PDF-XChange Editor
Topic: Comment object selection display line / box style change?
Replies: 1
Views: 687

Comment object selection display line / box style change?

PDF X-Change Edit 6.0 Comment OBject Selection Style https://www.pdf-xchange.com/forum3/download/file.php?mode=view&id=7542 PDF X-Change View 2.5 Comment OBject Selection Style https://www.pdf-xchange.com/forum3/download/file.php?mode=view&id=7543 "PDF XChange Viewer 2.5" version C...