Search found 130 matches

by kyo
Mon Mar 06, 2017 4:20 am
Forum: PDF-XChange Editor SDK
Topic: PDF-XChange printer redirect to custom .exe
Replies: 4
Views: 1449

Re: PDF-XChange printer redirect to custom .exe

Dear Stefan, Our company just purchased your PDF-XChange Editor SDK. As far as I know, this Editor SDK does not install any printer, which can be seen in the windows Device list, on the machine. Now,I am evaluating your Drivers API SDK. I hope your PDF-XChanger printer can do some thing like redirec...
by kyo
Mon Mar 06, 2017 4:01 am
Forum: PDF-XChange Editor SDK
Topic: Editor SDK OCR iussues
Replies: 3
Views: 1073

Re: Editor SDK OCR iussues

Dear Stefan,
Thank you for your reply.
I have almost understood what you mean.
So,Do you have a workaround to ensure only one ocred layer is added on the top of the pdf?

Please give me some advice about how to handle this in my program.
Any advice will be greately apprieciated.

Thanks.
by kyo
Sat Mar 04, 2017 3:56 am
Forum: PDF-XChange Editor SDK
Topic: PDF-XChange printer redirect to custom .exe
Replies: 4
Views: 1449

PDF-XChange printer redirect to custom .exe

Dear all, I installed your PDF-XChanger printer whose name is "PDF-XChange Standard V6". Now, I want to customize your PDF-XChanger printer to do some thing of my own. Take my case for example, I need to do some thing like that If an end user print a document with your PDF-XChanger printer...
by kyo
Sat Mar 04, 2017 3:11 am
Forum: PDF-XChange Editor SDK
Topic: Editor SDK OCR iussues
Replies: 3
Views: 1073

Editor SDK OCR iussues

Dear all, Our company had purchased your PDF-XChange Editor SDK, and now I need your assistance. When I did OCR using "op.document.OCRPages" operation, I encountered some confusing issues,as shown below: 1.If I execute the "op.document.OCRPages" operation a few times, and it woul...
by kyo
Wed Jan 04, 2017 12:19 pm
Forum: PDF-XChange Editor SDK
Topic: where to find the license key
Replies: 3
Views: 1059

Re: where to find the license key

Hello , http://downloads.pdf-xchange.com/PDF-XChange%20Editor%20SDK.pdf Through the link above,I find a 4 pages pdf license agreement. But I am still not quite clear how to deal with the license agreement. I download the license agreement pdf,but I find that the license agreement pdf cannot be modif...
by kyo
Wed Jan 04, 2017 11:45 am
Forum: PDF-XChange Editor SDK
Topic: where to find the license key
Replies: 3
Views: 1059

where to find the license key

Dear all,
Today,our company has purchased your PDF-XChange Editor SDK ,but I do not know where to find the license key.
So,can you tell me where to find the license key and how to activate it?

Note that I have the purchase order.
by kyo
Wed Dec 28, 2016 3:16 pm
Forum: PDF-XChange Editor SDK
Topic: how to use IPXC_Document.SetStdEncryption() method SOLVED
Replies: 4
Views: 1788

Re: how to use IPXC_Document.SetStdEncryption() method SOLVED

Dear Alex,
Thanks very much.That is exactly what I want to know.
by kyo
Wed Dec 28, 2016 12:05 pm
Forum: PDF-XChange Editor SDK
Topic: how to use IPXC_Document.SetStdEncryption() method SOLVED
Replies: 4
Views: 1788

Re: how to use IPXC_Document.SetStdEncryption() method SOLVED

enum PXC_SecurityPermissions { Permit_Printing = 4, Permit_Modification = 8, Permit_Copying_And_TextGraphicsExtractions = 16, Permit_Add_And_Modify_Annotations = 32, Permit_FormFilling = 256, Permit_TextGraphicsExtractions = 512, Permit_Assemble = 1024, Permit_HighQualityPrinting = 2048, Permit_Not...
by kyo
Wed Dec 28, 2016 11:30 am
Forum: PDF-XChange Editor SDK
Topic: how to use IPXC_Document.SetStdEncryption() method SOLVED
Replies: 4
Views: 1788

how to use IPXC_Document.SetStdEncryption() method SOLVED

Dear all, I have to clarify some questions about the IPXC_Document.SetStdEncryption() method. My questions are as follows: 1.What does the paramter PXC_StdEncryptionMethod mean? And how can I specify a more security encryption level? As far as I know,the end user can specify the encryption level (e....
by kyo
Sat Dec 24, 2016 9:58 am
Forum: PDF-XChange Editor SDK
Topic: how to generate tree-like hierachical structure bookmarks
Replies: 1
Views: 790

how to generate tree-like hierachical structure bookmarks

Dear all, I need to generate tree-like hierachical structure bookmarks. For now, I can generate simple bookmarks with the id "op.bookmarks.addNew".However,sometimes,I need to generate tree-like hierachical structure bookmarks which looks like a TOC (Table of contents). I know that the prop...
by kyo
Fri Dec 23, 2016 1:53 pm
Forum: PDF-XChange Editor SDK
Topic: Save pdf without UI prompt
Replies: 3
Views: 1105

Re: Save pdf without UI prompt

Hello,
I have already tried the flag PXV_DocSave_NoErrorMsg ,but it makes no difference.
Maybe I should try the flag PXV_DocSave_NoProgress.

Thanks .
by kyo
Fri Dec 23, 2016 11:48 am
Forum: PDF-XChange Editor SDK
Topic: Save pdf without UI prompt
Replies: 3
Views: 1105

Save pdf without UI prompt

Dear All,

When I call the IPXV_Document.Save() method without passing any parameters to it,It still popup a dialog showing the progress of saving.

Now,I want to do the saving silently without any UI prompt.How can I do this?

Please give me a sample.

Thanks.
by kyo
Fri Dec 23, 2016 11:12 am
Forum: PDF-XChange Editor SDK
Topic: How to add thumbnails rapidly
Replies: 3
Views: 1196

Re: How to add thumbnails rapidly

Hello, By the way,I want to know your Editor SDK's Thumbnails pane is written by C++ or C#? As far as I know,C# language only support the UI thread (main thread) to manipulate the UI related controls,and other sub threads need to be invoked to the main thread to do this.That is to say,in C# we could...
by kyo
Fri Dec 23, 2016 9:15 am
Forum: PDF-XChange Editor SDK
Topic: How to add thumbnails rapidly
Replies: 3
Views: 1196

How to add thumbnails rapidly

Dear All, I have run into a problem of adding thumnails to panel slowly. Recently,I have done a performance test to add a large quantity of thumbnails (C# usercontrol) to my own thumbnails pane. But,it takes about 8s to add all the thumbnails (about 160 pages) that is quite slower than your Editor S...
by kyo
Thu Dec 22, 2016 9:31 am
Forum: PDF-XChange Editor SDK
Topic: hide some buttons in Thumbnails pane SOLVED
Replies: 5
Views: 2452

Re: hide some buttons in Thumbnails pane SOLVED

PDFXEdit.IUIX_ScrollContainer scrollContainer = GetParentScrollContainer(pdfCtl.Doc.ActiveView.PageThumbsView.Obj); PDFXEdit.IUIX_CmdLine line = scrollContainer.CmdPaneTop[0]; PDFXEdit.IUIX_CmdBar bar = line[0]; PDFXEdit.IUIX_CmdItem item = bar.FindFirstItemByCmdName("cmd.delete"); item.D...
by kyo
Thu Dec 22, 2016 8:30 am
Forum: PDF-XChange Editor SDK
Topic: IPXC_Page.DrawToDevice has a performance issue
Replies: 6
Views: 2425

Re: IPXC_Page.DrawToDevice has a performance issue

Dear All, I have created a simple C# project using the DrawToIXCPage method to generate thumbnails as your links told me to do. The result is that the project can run smoothly,but no thumnail is displayed(maybe some coordinate is not correct). I have a strong feeling that the destination page(IIXC_P...
by kyo
Thu Dec 22, 2016 1:50 am
Forum: PDF-XChange Editor SDK
Topic: IPXC_Page.DrawToDevice has a performance issue
Replies: 6
Views: 2425

Re: IPXC_Page.DrawToDevice has a performance issue

uint Pt2Px(double nPoint, double nDPI) { return (uint)((nPoint / 72.0) * nDPI + 0.5); } //Creating empty dest IIXC_Page including DPI PDFXEdit.IIXC_Page iDestPage = iInst.Page_CreateEmpty(Pt2Px(nW, nDPI), Pt2Px(nH, nDPI), PDFXEdit.IXC_PageFormat.PageFormat_8RGB, 0x0000FF); //Creating destination im...
by kyo
Wed Dec 21, 2016 2:27 pm
Forum: PDF-XChange Editor SDK
Topic: IPXC_Page.DrawToDevice has a performance issue
Replies: 6
Views: 2425

IPXC_Page.DrawToDevice has a performance issue

Dear All, I use the method IPXC_Page.DrawToDevice() to generate thumbnails and that works fine if there is not a large number of pdf pages. But,as the number of pdf pages increase,the performance is significantly decline. For instance,I have a pdf with 19pages,and it will take about 5s to generate t...
by kyo
Wed Dec 21, 2016 10:45 am
Forum: PDF-XChange Editor SDK
Topic: hide some buttons in Thumbnails pane SOLVED
Replies: 5
Views: 2452

Re: hide some buttons in Thumbnails pane SOLVED

Hello,
Oh,I am very sorry.I made a mistake that I want to hide buttons in Bookmarks pane not the Thumbnails pane.

Does your sample code can be applied to Bookmarks pane either?

You'd better download the attachment that you can understand my requirement easily.

Thanks.
by kyo
Wed Dec 21, 2016 9:32 am
Forum: PDF-XChange Editor SDK
Topic: hide some buttons in Thumbnails pane SOLVED
Replies: 5
Views: 2452

hide some buttons in Thumbnails pane SOLVED

Dear All, I want to hide or remove some buttons in the Editor SDK's Thumbnails pane,because I do not want the end users to use them. I have upload a image to indicate that which buttons need to be shown and which buttons need to be hidden or removed. Please give me some advise or sample. Thanks in a...
by kyo
Tue Dec 20, 2016 11:32 am
Forum: PDF-XChange Editor SDK
Topic: "conv.exp.office.docx" not found in some machine
Replies: 3
Views: 1155

Re: "conv.exp.office.docx" not found in some machine

Hello,
The machine with problem just installed MS Office 2007 and the normal machine installed MS office 2013.

Do you mean that only the machine installs MS office 2010+ ,can the id "conv.exp.office.docx" be available?
by kyo
Tue Dec 20, 2016 11:10 am
Forum: PDF-XChange Editor SDK
Topic: "conv.exp.office.docx" not found in some machine
Replies: 3
Views: 1155

"conv.exp.office.docx" not found in some machine

Dear All, Today,I ran my application to convert a pdf to a docx (using IPXV_ExportConverter),but it failed.My application can do this conversion well before. After debugging, I find that the pdfCtrl.Inst.ExportConvertersCount varies in different machines. For instance,in some machine the export conv...
by kyo
Sun Dec 18, 2016 9:42 am
Forum: PDF-XChange Editor SDK
Topic: prevent the Editor SDK from capturing shortcut key SOLVED
Replies: 2
Views: 1460

Re: prevent the Editor SDK from capturing shortcut key SOLVED

Hello,
Now you can ignore this post ,because I have already solved it.

Thanks.
by kyo
Sun Dec 18, 2016 9:07 am
Forum: PDF-XChange Editor SDK
Topic: prevent the Editor SDK from capturing shortcut key SOLVED
Replies: 2
Views: 1460

prevent the Editor SDK from capturing shortcut key SOLVED

Dear All, I found that the Editor SDK would capture my shortcut key to do some default behavior when it got the focus. For example,if the Editor SDK got focused,when I pressed the shortcut key Ctrl + T ,it would show the Thumbnail pane. Now,I do not want the Editor SDK to capture my shortcut key,bec...
by kyo
Fri Dec 16, 2016 1:46 am
Forum: PDF-XChange Editor SDK
Topic: replace the popup dialog when document changed
Replies: 5
Views: 1439

Re: replace the popup dialog when document changed

Hello,
Thanks,this event is useful for me.
By the way,can you give me a entire list of events that I might need them in the near future.
by kyo
Thu Dec 15, 2016 2:57 pm
Forum: PDF-XChange Editor SDK
Topic: replace the popup dialog when document changed
Replies: 5
Views: 1439

Re: replace the popup dialog when document changed

Hello,
Your understanding is quite right.
I intend to replace your default dialog with a custom one ,and all my code is C#.

Is there a easy way to achieve this?

Thanks.
by kyo
Thu Dec 15, 2016 3:24 am
Forum: PDF-XChange Editor SDK
Topic: replace the popup dialog when document changed
Replies: 5
Views: 1439

replace the popup dialog when document changed

Dear All, When I am going to open another pdf,the Editor SDK will popup a dialog asking me whether or not to save the previous modified one. I have uploaded the popup dialog from your Editor SDK. Now,I want to replace the popup dialog with my own style.How can I do this with your Editor SDK? I guess...
by kyo
Tue Dec 13, 2016 1:24 am
Forum: PDF-XChange Editor SDK
Topic: how to retrieve pdf basic infomation
Replies: 1
Views: 791

how to retrieve pdf basic infomation

Dear All,
I need to display the pdf document informations(e.g. page size,pages,font,security etc.) in somewhere.
Does your Editot SDK support this?
If yes,can you tell me how can I do this with your Editor SDK?

I am waiting for your reply.
Thanks in advance.
by kyo
Thu Dec 08, 2016 9:50 am
Forum: PDF-XChange Editor SDK
Topic: file is being used by another process
Replies: 1
Views: 817

file is being used by another process

Hello guys, I have encountered an issue that after I did a conversion using IPXC_ImportConverter,I found that the original file cannot be modified any more.If I trid to modify the original file ,I would get an exception something like the file is being used by another process,and the current process...
by kyo
Mon Dec 05, 2016 6:49 am
Forum: PDF-XChange Editor SDK
Topic: how to OCR files
Replies: 16
Views: 2994

Re: how to OCR files

Hello,
I have found a command "cmd.document.OCRPages",and I want to know whether I can invoke this command programmatically?

If yes,can your give me a sample illustrating how to use this command?

Thanks?
by kyo
Mon Dec 05, 2016 6:11 am
Forum: PDF-XChange Editor SDK
Topic: how to set watermark font color and italic SOLVED
Replies: 5
Views: 2781

Re: how to set watermark font color and italic SOLVED

Thanks very much for your sample.
by kyo
Mon Dec 05, 2016 6:09 am
Forum: PDF-XChange Editor SDK
Topic: how to OCR files
Replies: 16
Views: 2994

Re: how to OCR files

Hello, We can not use your end-user Editor entirely.But it is may acceptable that we use some command like "OCR pages" which will popup its own dialog.That is to say,only in unavoidable sitation,can we might use your GUI reluctantly. Is there a "OCR pages" command in your editor ...
by kyo
Thu Dec 01, 2016 9:00 am
Forum: PDF-XChange Editor SDK
Topic: how to set watermark font color and italic SOLVED
Replies: 5
Views: 2781

how to set watermark font color and italic SOLVED

Dear All, https://sdkhelp.pdf-xchange.com/view/PXV:cs_FontParams I am working on adding watermark .And I use the operation "op.document.addWatermarks" to do this, however,I encounter some trouble with setting some properties of the Font dictionary. I have listed my problems as follows: 1.A...
by kyo
Wed Nov 30, 2016 6:46 am
Forum: PDF-XChange Editor SDK
Topic: how to OCR files
Replies: 16
Views: 2994

Re: how to OCR files

Dear All, Your reply is greatly helpful for me.And further, I want to ask another question. By the way,our company has ever purchased a professional OCR production named "Omnipage",which can allow us to specify the language to OCR. I think the ability to specify the specific language to OC...
by kyo
Wed Nov 30, 2016 6:11 am
Forum: PDF-XChange Editor SDK
Topic: Redistribute to other machine
Replies: 3
Views: 1047

Re: Redistribute to other machine

Some days before,I had already read the link above that you gave me.So, I had done some steps just according to the link. I am sorry for bothering you with such simple question.But I feel that the link is a little bit complex and have serveral options (which make me a little confused). Taking my cas...
by kyo
Tue Nov 29, 2016 2:54 pm
Forum: PDF-XChange Editor SDK
Topic: Redistribute to other machine
Replies: 3
Views: 1047

Redistribute to other machine

Dear All, I have tried to copy all my application's dll/exe and the Editor SDK related files to a machine which did not install any of your productions.But the result is that the application crashed at once when launched it. I have already successfully registered the COM dlls(PDFXEditCore.xxx.dll.x8...
by kyo
Mon Nov 28, 2016 11:44 am
Forum: PDF-XChange Editor SDK
Topic: search pdf
Replies: 3
Views: 1176

Re: search pdf

Hello,
Is there any sample to illustrate how to search words/symbols via IPXC_PageText?
Thanks.
by kyo
Mon Nov 28, 2016 11:28 am
Forum: PDF-XChange Editor SDK
Topic: add form control to pdf SOLVED
Replies: 3
Views: 1610

Re: add form control to pdf SOLVED

Hello,
Thanks very much.
I will try it asap.
by kyo
Mon Nov 28, 2016 8:33 am
Forum: PDF-XChange Editor SDK
Topic: add form control to pdf SOLVED
Replies: 3
Views: 1610

add form control to pdf SOLVED

Dear All,
I found that some other commercial pdf viewer/edtor supported adding form fields (e.g. CheckBox,Text Field,Radio Button etc.) to pdf.

I wonder that does your editor sdk support this programmatically?

If yes,can you give me some sample?

Thanks in advance.
by kyo
Mon Nov 28, 2016 8:00 am
Forum: PDF-XChange Editor SDK
Topic: search pdf
Replies: 3
Views: 1176

search pdf

Dear All, Now,I am working on searching pdf. I want to implement my own search dialog similar to the FullDemo's search dialog (when press Ctrl + F ,it will popup the search dialog). I also uploaded the search dialog of the FullDemo to which I was referring. I had already done some search in the foru...
by kyo
Fri Nov 25, 2016 3:15 pm
Forum: PDF-XChange Editor SDK
Topic: how to create thumbnails
Replies: 5
Views: 1449

Re: how to create thumbnails

hello, I have mentioned that I need to create a thumbnail image,and use C# PictureBox control to load it. Generally, C# PictureBox control loads image in the form of file path , stream,Image object(memory object). Thus,how to use IPXC_Page.DrawToDevice() method to draw a image to a C# PictureBox con...
by kyo
Fri Nov 25, 2016 2:02 pm
Forum: PDF-XChange Editor SDK
Topic: generate table of contents
Replies: 32
Views: 6109

Re: generate table of contents

Hello,
Can you give a simple code illustrate how to do this?
by kyo
Fri Nov 25, 2016 1:41 pm
Forum: PDF-XChange Editor SDK
Topic: generate table of contents
Replies: 32
Views: 6109

Re: generate table of contents

Dear All, I have successfully generated a simple table of contents by adding text and inserting pages manually. But all the items are static and can not be linked to the target page. Now,what I want is that I need all the items are linked.That is to say,if a user clicks one of the items ,it can go t...
by kyo
Fri Nov 25, 2016 1:03 am
Forum: PDF-XChange Editor SDK
Topic: generate table of contents
Replies: 32
Views: 6109

Re: generate table of contents

Hello,
Ok,I have already got it.

Thanks.
by kyo
Fri Nov 25, 2016 1:00 am
Forum: PDF-XChange Editor SDK
Topic: how to create thumbnails
Replies: 5
Views: 1449

Re: how to create thumbnails

Hello, In short,all I want is that I need a way to generate a thumbnail image from page. I would have some PictureBox controls to show the thumbnails.so,the first thing is how to create a thumbnail image with your Editor SDK. I think I have already described my requirement clearly this time. Thanks.
by kyo
Thu Nov 24, 2016 12:24 pm
Forum: PDF-XChange Editor SDK
Topic: generate table of contents
Replies: 32
Views: 6109

Re: generate table of contents

Hello,

Besides,I also want to know how to define a PXC_Rect variable whose size(left/top/right/bottom) is assigned according to the text's length and font size.

Thanks.
by kyo
Thu Nov 24, 2016 12:04 pm
Forum: PDF-XChange Editor SDK
Topic: how to create thumbnails
Replies: 5
Views: 1449

how to create thumbnails

Dear All,
I want to implement my own thumbnails pane with your Editor SDK.

I want to know mostly is how to use the Editor SDK to create a thumbnail image for each pdf pages.

Can you me some assistance?
Sample code will be greatly appreciated.

Thanks in advance.
by kyo
Thu Nov 24, 2016 11:47 am
Forum: PDF-XChange Editor SDK
Topic: generate table of contents
Replies: 32
Views: 6109

Re: generate table of contents

1) For the rectangle calculation use the ShowTextBlock method with the PXC_DrawTextFlags.DTF_CalcSizeOnly flag. 2) You will need to use the correspondent methods of the Content Creator to set the font size, color etc. I did not quite understand what you mean. Please give me a simple code snippet to...
by kyo
Thu Nov 24, 2016 9:29 am
Forum: PDF-XChange Editor SDK
Topic: generate table of contents
Replies: 32
Views: 6109

Re: generate table of contents

Dear All, private void addRotatedTextToolStripMenuItem_Click(object sender, EventArgs e) { PDFXEdit.IPXC_Document doc = pxcInst.NewDocument(); PDFXEdit.PXC_Rect rcMedia; rcMedia.left = 0; rcMedia.bottom = 0; rcMedia.top = 800; rcMedia.right = 600; PDFXEdit.IPXC_UndoRedoData urData; PDFXEdit.IPXC_Pag...
by kyo
Thu Nov 24, 2016 2:15 am
Forum: PDF-XChange Editor SDK
Topic: how to OCR files
Replies: 16
Views: 2994

Re: how to OCR files

Hello, https://www.pdf-xchange.com/pdf-xchange-viewer-ocr I downloaded the "OCRBaseLangPack.zip" from the link you gave me and installed it . I found that the OCRBaseLangPack.exe (included in OCRBaseLangPack.zip) extracted all the language files (.dat,.lng) to a default location "C:\W...