Search found 14 matches

by madhu1528
Thu May 02, 2019 9:45 am
Forum: PDF-XChange Editor SDK
Topic: Issue with import of annotations and their status
Replies: 3
Views: 1694

Re: Issue with import of annotations and their status

Hi alex, While exporting only status are not beeing exported , below code snippet i am using for exporting can you suggest other code for exporting in order to import status along with annotation. PDFXEdit.IPXC_DocAuthCallback authCallBack = null; _pdfInst = new PDFXEdit.PXV_Inst(); _pxcInst = (PDFX...
by madhu1528
Tue Apr 30, 2019 10:36 am
Forum: PDF-XChange Editor SDK
Topic: Issue with import of annotations and their status
Replies: 3
Views: 1694

Issue with import of annotations and their status

Hi team, 1. We are importing and exporting annotations using the below code snippet. op.Do(0); -import of annotaion var op = ole_pdf.Inst.CreateOp(ole_pdf.Inst.Str2ID("op.document.importCommentsAndFields")); if (op == null) { return; } op.Params.Root["Input"].v = ole_pdf.Doc; // ...
by madhu1528
Tue Apr 30, 2019 10:33 am
Forum: PDF-XChange Editor SDK
Topic: Creation of Custom plugin
Replies: 0
Views: 9779

Creation of Custom plugin

Hi team, As per your suggestion we tried to run the sample and we are able to generate the pvp file and place it required folder but we are not able to see the plugin the editor viewer after creation of Pvp through the sample code. 1.Please help us in this are we missing anything in plugin generatio...
by madhu1528
Thu Apr 25, 2019 1:06 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Hello Madhu, 1. As the description of the operation says - you have to specify the IPXC_Document as an input. 2. Have you tried doing the same with the End-User Editor? 3. What is not working exactly? Cheers, Alex hi alex, I didnt get can you mention in which part of the code i need to place the IP...
by madhu1528
Thu Apr 25, 2019 1:05 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Hi Sasha, 1.What is the source code for the EDITOR SDK? 2.when we purchase the SDk will we get the source code? 3.What is the road map of SDK future updates and how long it get updates,when updated how we are going to get the Updated SDK? 4.How to read PDF from a local path with out opening to expor...
by madhu1528
Wed Apr 24, 2019 12:52 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Hi Sasha, 1.Is there chance to work on exporting and importing of annotations with out opening the doc , where we can mention the source and destination path with out opening the doc. 2.While import and Export of annotations status of annotatin is not beeing carried while importing using the sample ...
by madhu1528
Tue Apr 23, 2019 2:14 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

hi Sasha, I am able to run the full demo code in my local machine ,but while i tried to run the same code in other project by adding required dll's i am facing issues , is there any license restrictions . can you suggest me a method to run the code in local project other than full demo. Regards, Madhu
by madhu1528
Tue Apr 23, 2019 1:29 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Sasha - Tracker Dev Team wrote: Tue Apr 23, 2019 12:44 pm Hello Madhu,

Please read forum rules at the top of this page and specify the full error information, so that we can continue.

Cheers,
Alex
hi sasha,

converting WORD to PDF is working , i am able to run the sample code :D .


Regards,
madhu
by madhu1528
Tue Apr 23, 2019 12:51 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Sasha - Tracker Dev Team wrote: Tue Apr 23, 2019 9:18 am Hello Madhu,

https://sdkhelp.pdf-xchange.com/vi ... nnots_move

Cheers,
Alex
Hello Sasha,

i need to export to xfdf file not like moving in the same doc.can i get a sample code using op.document.importCommentsAndFields .

Regards,
Madhu
by madhu1528
Tue Apr 23, 2019 12:42 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Sasha - Tracker Dev Team wrote: Tue Apr 23, 2019 7:08 am Hello Madhu,

Here's the topic that you need:
viewtopic.php?f=66&t=27488&hilit=ConvertPDF

Cheers,
Alex

hi Sasha,

Sample coded provided by you is not working ,providing the screen shot regarding this.



Regards,
Madhu
by madhu1528
Tue Apr 23, 2019 8:59 am
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Hello shasha,

In the similar way can you provide sample code snippet for copying annotations from one doc to other doc using SDK , preferable Import and export of annotations in XFDF format.


Regards,
Madhu
by madhu1528
Mon Apr 22, 2019 2:27 pm
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

Re: I need to perform below mentioned actions programatically using Editor SDK?

Hi team,

In full demo i cant see conversion of doc to PDF . can you provide me code snippet for this.


Regards,
Madhu
by madhu1528
Mon Apr 22, 2019 12:42 pm
Forum: PDF-XChange Core API SDK
Topic: i am facing issues while opening PDF doc form the local folder in windows form application?
Replies: 1
Views: 2515

i am facing issues while opening PDF doc form the local folder in windows form application?

Hi team, I am facing issue while i try to open the PDF doc which is stored in the local folder fo my machine using the below code snippet. public PDFXEdit.IAFS_NamesCollection ShowOpenFilesDlg(bool bAllowMult, string sFilter) { PDFXEdit.IPXV_OpenFilesDlgRes openFilesRes = null; try { openFilesRes = ...
by madhu1528
Mon Apr 22, 2019 10:54 am
Forum: PDF-XChange Editor SDK
Topic: I need to perform below mentioned actions programatically using Editor SDK?
Replies: 17
Views: 6265

I need to perform below mentioned actions programatically using Editor SDK?

Hi team, I need perform below actions using PDF Xchange editor SDk Programatically. please provide code snippets for the below mentioned actions . We need to use PDF Xchange Editor SDK in our c# application to perform certain task's . 1.Conversion of Word to PDF 2.XFDF import / export of annotaions....