Search found 141 matches

by vivekpatel
Mon Jan 29, 2018 6:47 am
Forum: PDF-XChange Editor SDK
Topic: How to customize Settings.dat?
Replies: 10
Views: 2470

Re: How to customize Settings.dat?

Hello, We have used your activex control in 3-4 places in our project. In one it is used as viewer so we have hidden editing tool bars, in other it is used as editor so we show editing tool bars. In 3rd place it is only a reorder tool, showing only thumbnail view. We have customized tool bars using ...
by vivekpatel
Thu Jan 25, 2018 5:28 am
Forum: PDF-XChange Editor SDK
Topic: How to customize Settings.dat?
Replies: 10
Views: 2470

Re: How to customize Settings.dat?

Hello, Thanks for reply. I have two form named Editor and Viewer in my application. I don't want to export. only need to create ".dat" file for that both. Like, Dim prefsPath As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\Viewer_settings.dat&q...
by vivekpatel
Wed Jan 24, 2018 5:53 am
Forum: PDF-XChange Editor SDK
Topic: How to customize Settings.dat?
Replies: 10
Views: 2470

How to customize Settings.dat?

Hello,

How to customize or make too many setting.dat file according to Editros and viewer?
Here i'm doing with Editor and viewer, i want to make Setting.dat file for both. How it is possible?

Thanks.
I'm looking forward to it.
by vivekpatel
Fri Sep 15, 2017 10:11 am
Forum: PDF-XChange Editor SDK
Topic: image to pdf.
Replies: 1
Views: 880

image to pdf.

Hello, I have Memorystream of image like tif flie. Now i want to convert this memorystream to pdf file. I did code as below Dim docBytes As Byte() Dim Doc12 As PDFXEdit.IPXC_Document docBytes = GetBytesFromFile("Here is my tiff file") Dim _FileMemorystream As New MemoryStream(docBytes) Dim...
by vivekpatel
Fri Sep 01, 2017 10:07 am
Forum: PDF-XChange Editor SDK
Topic: How to make pdf from images?
Replies: 1
Views: 736

How to make pdf from images?

Hello,
I have images file with dimensions = 1200 x 3422 pixels.
I have to convert this image into " 2 or 3 Pages " pdf file.
It is possible with control?
let me know. I'm looking forward to it.

Regards.
by vivekpatel
Wed Aug 23, 2017 12:25 pm
Forum: PDF-XChange Editor SDK
Topic: How to add document skipper bar at bottom in control?
Replies: 1
Views: 684

How to add document skipper bar at bottom in control?

Hello, I want to create the viewer that contain the file skipper bar having textbox and buttons (next,prev). Whenever i click the next button it open up next document from same location if any. Here attached zip contain 1). Feature image --> That i want to do. 2). Pdf Skipper --> Feature set to bott...
by vivekpatel
Tue Aug 22, 2017 10:21 am
Forum: PDF-XChange Editor SDK
Topic: how to pass find text in finebox using programatically?
Replies: 5
Views: 1370

Re: how to pass find text in finebox using programatically?

Hello, I got the solution but that is not that i want. code: js = GetJavascript(dtRow("SEARCHTEXT").ToString) pdfctrl.Inst.ExecuteJS(pdfctrl.Doc, js, PXV_ActionTriggerClass.PAEC_Annot, PXV_ActionTriggerSubclass.PAESC_Exec, Nothing) Public Function GetJavascript(ByVal searchText As String) ...
by vivekpatel
Tue Aug 22, 2017 5:36 am
Forum: PDF-XChange Editor SDK
Topic: how to pass find text in finebox using programatically?
Replies: 5
Views: 1370

Re: how to pass find text in finebox using programatically?

Hello,
I don't get any idea about it how to work with it.
could you please provide some more details about findbox and how to pass text in it, i don't want information of search.
Regards.
by vivekpatel
Tue Aug 22, 2017 5:27 am
Forum: PDF-XChange Editor SDK
Topic: how to open document?
Replies: 4
Views: 1400

Re: how to open document?

Hello, Here i'm sending my IstreamWrapper file. code: Dim clbk As AuthCallback_Pwd_PDF = New AuthCallback_Pwd_PDF() Dim Doc As PDFXEdit.IPXC_Document '= m_pxcInst.OpenDocumentFromFile(path, clbk) Dim _FileMemorystream As New MemoryStream Dim blnReturn As Boolean blnReturn = ReadFileStream(_FileMemor...
by vivekpatel
Fri Aug 18, 2017 12:05 pm
Forum: PDF-XChange Editor SDK
Topic: how to open document?
Replies: 4
Views: 1400

how to open document?

Hello, How to open document using IStreamWrapper without loading file in pdfcontrol? Here is my sample: Dim clbk As AuthCallback_Pwd_PDF = New AuthCallback_Pwd_PDF() Dim Doc As PDFXEdit.IPXC_Document '= m_pxcInst.OpenDocumentFromFile(path, clbk) Dim _FileMemorystream As New MemoryStream Dim blnRetur...
by vivekpatel
Thu Aug 17, 2017 7:07 am
Forum: PDF-XChange Editor SDK
Topic: how to pass find text in finebox using programatically?
Replies: 5
Views: 1370

how to pass find text in finebox using programatically?

Hello, Here i want to fit your pdfcontrol in our system to find text in doc. There is one search form, from that i want to fine "abc" so it gives file list with "abc" text. now i pass this text to your find dialog so what to do? here i able to open find dialog using below code, b...
by vivekpatel
Mon Aug 14, 2017 5:50 am
Forum: PDF-XChange Core API SDK
Topic: WaterMark not added to file.
Replies: 3
Views: 1946

Re: WaterMark not added to file.

Hello and thanks,

i did as you suggest, but not working for me.
Here i'm attaching my sample to figure out prob.
Rgds,
by vivekpatel
Sat Aug 12, 2017 11:45 am
Forum: PDF-XChange Core API SDK
Topic: WaterMark not added to file.
Replies: 3
Views: 1946

WaterMark not added to file.

Hello, I'm using pdfcontrol to do watermark document without open document in control. Here is my code: Public rc As PDFXEdit.PXC_Rect Public m_Inst As PDFXEdit.PXV_Inst = Nothing Public m_pxcInst As PDFXEdit.IPXC_Inst = Nothing Public ixcInst As PDFXEdit.IIXC_Inst = Nothing Public IAUX_Inst As PDFX...
by vivekpatel
Sat Jul 29, 2017 6:02 am
Forum: PDF-XChange Editor SDK
Topic: how to merge multiplefiles and delete this all files?
Replies: 2
Views: 1075

how to merge multiplefiles and delete this all files?

Hello, Here is my code for "Merge Multiple Files". My issue is after the operation, I need to delete the files which are merged and the files are 'inuse' for a long time so cannot delete them. ======= Dim m_Inst As PDFXEdit.PXV_Inst = Nothing Dim m_Inst1 As PDFXEdit.IPXV_Document = Nothing...
by vivekpatel
Sat May 27, 2017 5:54 am
Forum: PDF-XChange Editor SDK
Topic: How to identify that the "pageThumbnailsView" is open or hide?
Replies: 2
Views: 926

How to identify that the "pageThumbnailsView" is open or hide?

Hello,
How to identify that the "pageThumbnailsView" is open or hide?
by vivekpatel
Wed May 24, 2017 9:16 am
Forum: PDF-XChange Editor SDK
Topic: How to Save document in MemoryStream?
Replies: 1
Views: 773

How to Save document in MemoryStream?

Hello,
How to save file in memorystream?
I have do some code but its not working.



Dim fs As New MemoryStream
Dim srcIStream As IStreamWrapper = New IStreamWrapper(fs)
'fs.Seek(0, SeekOrigin.Begin)
'pdfctrl.Doc.CoreDoc.WriteTo(fs)

pdfctrl.Doc.Save(fs, 2)
by vivekpatel
Wed May 17, 2017 8:00 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,

"Exception has been thrown by the target of an invocation." , exception After IStream_Read() function.
by vivekpatel
Wed May 17, 2017 6:33 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
I did Try.. Catch Block.
Here i'm sending my IstreamWrapper Class file to figure out prob.
by vivekpatel
Wed May 17, 2017 6:18 am
Forum: PDF-XChange Editor SDK
Topic: How to create button or dropbutton like "from Scanner" ?
Replies: 5
Views: 1326

Re: How to create button or dropbutton like "from Scanner" ?

Hello, This is not working. I have made this code for my ref. according to your post. Private Sub CreateDropButton() Try Dim cmdBar As PDFXEdit.IUIX_CmdBar = pdfctrl.Inst.ActiveMainFrm.View.MenuBar Dim nFlatIndex As Integer = cmdBar.FlatFindFirstItemByCmdName("cmd.help") Dim cmdHelp As PDF...
by vivekpatel
Tue May 16, 2017 10:20 am
Forum: PDF-XChange Editor SDK
Topic: How to create button or dropbutton like "from Scanner" ?
Replies: 5
Views: 1326

How to create button or dropbutton like "from Scanner" ?

Hello,
How to Create Button/Drop button like "From Scanner..." in menu bar?
Here i'm attached the image of button.
provide any demo in vb.net.
i'm looking forward to it.
by vivekpatel
Mon May 08, 2017 5:29 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello And Thanks,
Thanks for the demo. But Still it produce error in your demo.
Here i'm attached error image.
by vivekpatel
Fri May 05, 2017 10:00 am
Forum: PDF-XChange Editor SDK
Topic: How to remove option menu from ThumbnailView?
Replies: 3
Views: 1142

Re: How to remove option menu from ThumbnailView?

Hello,
i want to stop right click in DocumentPanel and ThumbnailPanel.
How it is possible?
by vivekpatel
Fri May 05, 2017 5:06 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
on your side it's ok.
i have updated PDFXEditCore.x86.dll to 6.0.321.
is there any problem on my side?
It's not open in FullDemon that tracker provided.
what i have to do? please help me to getting out.
by vivekpatel
Thu May 04, 2017 6:53 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
Here i'm attaching my images.
by vivekpatel
Wed May 03, 2017 7:16 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,

Could you please send me a simple demo of how to add submenu in cmd.
i'm looking forward to it.
by vivekpatel
Wed May 03, 2017 7:06 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,

cmd.Save_As is my own command added to MenuBar.
by vivekpatel
Wed May 03, 2017 6:46 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,
I Did this, but how to add sub menu in this cmd ("cmd.Save_As")?
by vivekpatel
Wed May 03, 2017 6:35 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello, Here is my code that i have added. Dim cmdBar As PDFXEdit.IUIX_Cmd = uiInst.CmdManager.Cmds.Find("cmd.Save_As") Dim nFlatIndex As Integer = cmdBar.FlatFindFirstItemByCmdName("cmd.Save_As") Dim cmdHelp As PDFXEdit.IUIX_CmdItem = cmdBar.FlatGetItem(nFlatIndex) Dim helpMenu A...
by vivekpatel
Wed May 03, 2017 6:31 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,
Still it is not working for Commnad Menu.
by vivekpatel
Tue May 02, 2017 12:22 pm
Forum: PDF-XChange Editor SDK
Topic: How to identify pdf is password protected?
Replies: 17
Views: 3633

Re: How to identify pdf is password protected?

Hello,
It is possible to identify that the document is password protected using "PDF Core Enumerations " ---> https://sdkhelp.pdf-xchange.com/vie ... umerations
Thanks.
by vivekpatel
Tue May 02, 2017 11:32 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
Did you get any solution?
i'm looking forward to it.
Thanks in advance.
by vivekpatel
Mon May 01, 2017 12:02 pm
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
I have updated new version 6.0.321.0.
Still it can't open image file using IStreamWrapper.
by vivekpatel
Fri Apr 28, 2017 11:29 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
I have "PDFXEditCore.x86.dll" with version 6.0.317.1.
by vivekpatel
Fri Apr 28, 2017 10:33 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
i'm facing the file upload problem. So, i con't upload my files and dll.
what next i have to do?
by vivekpatel
Fri Apr 28, 2017 10:11 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,

Which dll i have to send?
by vivekpatel
Fri Apr 28, 2017 10:07 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
Can i get your FullDemo?
by vivekpatel
Fri Apr 28, 2017 10:00 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
No there is no change in FullDemo project and i have clean and rebuild the project, but issue is there.
by vivekpatel
Fri Apr 28, 2017 9:24 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
I did the same.
here i'm attaching my FullDemo sample.
by vivekpatel
Fri Apr 28, 2017 5:31 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
Did you get any solution?
i'm looking forward to it.
Thanks in advance.
by vivekpatel
Wed Apr 26, 2017 11:57 am
Forum: PDF-XChange Editor SDK
Topic: How to open PDF file using MemoryStream?
Replies: 34
Views: 8001

Re: How to open PDF file using MemoryStream?

Hello,
It is possible to open images using IStreamWrapper?
I have tried to open image file in FullDemo sample project using IStreamWrappe, which produce exception.
i'm looking forward to it.
by vivekpatel
Tue Apr 25, 2017 7:20 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,
I'm Sorry to say that your code not working.
i have attached my sample code so, that will help yo.
In Sample there is one Function like "CreateDropButton". it produce error.
by vivekpatel
Mon Apr 24, 2017 6:45 am
Forum: PDF-XChange Editor SDK
Topic: How to remove option menu from ThumbnailView?
Replies: 3
Views: 1142

How to remove option menu from ThumbnailView?

Hello,

How to Remove "option menu" and "right click on page" from thumbnailView?
i'm looking forward to it.
Thanks in advance.
by vivekpatel
Mon Apr 24, 2017 6:21 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,
This is not exactly that i want.
I want to create Command Menu or Button with options like open Command.
Thanks.
by vivekpatel
Wed Apr 19, 2017 10:46 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello,
I want to Create MenuCommand "View" with dropdown having items "Documetn Panel, Property Panel, Thumnail Panel" etc.
Whenever i click this dropdown item panels are hide/show and dropdown item is marked with right sign when panel is show.

Thanks.
by vivekpatel
Tue Apr 18, 2017 10:57 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create MenuCommand with dropdown option?

Hello,
How to create menucommand with dropdown like open menucommand?
Thanks.
by vivekpatel
Mon Apr 10, 2017 11:44 am
Forum: PDF-XChange Editor SDK
Topic: How to create "Save As" MenuCommand?
Replies: 22
Views: 4698

Re: How to create "Save As" MenuCommand?

Hello, I have one problem with Save Command. I want to set save command always enable,in any mode. i tried, Dim cmdSave As PDFXEdit.IUIX_Cmd = uiInst.CmdManager.Cmds.Find("cmd.save") Dim cmdSaveAs As PDFXEdit.IUIX_Cmd = uiInst.CmdManager.Cmds.Find("cmd.saveAs") cmdSave.Handler = ...