Recent Topics
Xceed Words for .NET v2.5 -watermark
I'm using Xceed Words for .NET v2.5 , could I add the watermark into the word file ?
async
Greetings, I have a query regarding asynchronous file transfer. I noticed that it's feasible to enable BackgroundProcessing = true for transferring files in asynchronous mode, allowing the code to proceed after the SendFile operation. My concern is about
Xceed 7.1 Multi-threading
Hi, May I know the multi-threading is activated by default or? If not, how to implement it? By adding zip.MultiThreadManager when zipping into split .zip files? Thank you.
Generating word document with ordered numbering
Hello, Please help me with this problem: I have a docx template that I am trying to populate from c# code in a Windows Application. Here is the template format I have. 1. %CasesListDescription% - Paragraph 1 which will be dynamically generated. (This
_isres1033-dll download
Hello everyone, From some days i am facing an error that _isres1033-dll download, i have downloaded _isres1033-dll but don't know how to install it, please help Thanks in advance, (Nova Grace)
How to change font which generating word documents
Hello, Can someone please help me. In the word document that I am generating programatically, as below. strPmtCaseText = strPmtCaseText + "To , Docker# " + item.DocketrToString() + " , Account " + item.Number.ToString() + ", "; strPmtCaseText = strPmtCaseText
Xceed Docx
Me and my team are developing document template functionality in which we have a document with shapes as placeholders for signatures. We need the option to find x,y positions, height, width and page number on which the shape is located. Once we locate
How to keep formating of the previous row/cell when insert new to a table
Hello, Please help me with this problem: I have a docx with a table in it. The table contain only header row and 1 empty row. I have already set formatting for the table to use specific font-size/font-name... When inserting data to the table, all the
Fastest way to delete large amount of files from ZIP file
Hello, I am using XCeed ZIP for .Net. I wrote a tool that has to delete a large amount of files (10.000s) from a few subfolders. Each file in these folders is a few 100 kB up to several MB in size, and it's mostly PDFs. Some of the ZIP files can be several
ConvertToPdf method in Docker linux environment
Hi. We are using Xceed.Words.NET to process an docx file, replace some text variables and generate a pdf with the result. The process work fine in my Windows environment but when i deploy it in Docker production environment (linux) the method DocX.ConvertToPdf()
Deserializing Layout null exception when updating from 3.5 to 4.5
Name Value Type ◢ $exception {"Object reference not set to an instance of an object."} System.NullReferenceException I was using version 3.5 and updated to 4.5.22477.12540 and now I have this null exception when deseserializing my layout. Call Stack at
Unzip method generating invalid created and accessed date time of file after unzip operation.
Hi, We are using XceedZipLib in our code for zip/unzip operation. The method Unzip() generating Invalid created and accessed date time for a file after unzipping zip file. for some files it is generating correct datetime but for some files it is generating
Xceed.Zip - Path To Long exception
When calling QuickZip.Unzip(inZipFilename, destStorageFolder, true, true, true, @"*"); Where thare are files in the zip file with filenames over 100 chars long, and the destination path is very long as well... this call throws an exception as below PathTooLongException:
Xceed Zip V6.0 - Split File security concern
Hi, We are using Xceed Zip V6.0 to do the split file. zip.SplitNameFormat = SplitNameFormat.WinZip; Sometime Gmail blocks the files for security reasons. May I know is there any solution for this issue.
All PropertyGrids in solution now only show one property
Some how I've managed to have every PropertyGrid in my solution only show one property. Even though my definition hasn't changed and includes many other properties... <!-- Property Grid --> <xctk:PropertyGrid x:Name="_settingsGrid"
Xceed Words .NET
Is there any way I can set the margins of first page separately and the rest of the document separately. I am using DocX.MarginLeft(), DocX.MarginRight() but it sets the margins of the complete document. I want different margins for first page. Is there
WPF Datagrid with ComboBox Template
I have the below Person Model as an example class, with an ObservableCollection<string> of occupations. How would I bind a ComboBox so that the ItemSource is linked to the Occupations property, and the selected item is linked to the Occupation property?
XCeed Workbooks .NET - TimeSpan when using Culture without point as decimal separator
When working under Culture, which uses something else than a point as a decimal separator, assigning TimeSpan value to a cell results in a broken spreadsheet. The numerical value inside the xml is written with the decimal separator from the current culture,
Exceed ActiveX zip compression and decompression library using c#.
Hi @Admin, I have recently downloaded and start using Xceed Activex Zip version 6.X for Mcx streaming compression and decompression. I am not able to see any reference dll or releated docs for decompression. Can you please share how to create dll for
DockingManager.PreviewDock & DockingManager.Docked events not firing when docking under program control
Hi Evance: Using the attached solution: (1) Add an Xceed license key into the source code (2) Start up the application (3) Click the "Float la1" button (4) Click OK through the MessageBoxes to show that the PreviewFloat and Floated events are properly
Floating Width/Height of LayoutAnchorable after changing windowed / maximized / windowed
Hi Evance, When an LayoutAnchorable (LA) is manually floated windowed, then maximized, then returned to windowed state, the FloatingHeight and FloatingWidth does not seem correct. Please use the attached AvalonDock project to illustrate the issue: (a)
Row level validation using ValidationRule
How can i add row level validation rule for the DatagridControl? Similar to the one in Datagrid in WPF.
AvalonDock: Is there a way to keep a floating LayoutAnchorable 'on top' of its parent's main application window?
AvalonDock: Is there a way to keep a floating LayoutAnchorable 'on top' of its parent's main application window?
WPF control licensing
I'm currently evaluating the WPF DataGrid component but am unclear on licensing. The website blurb states that it is a "perpetual" license, but section 7 of the license agreement suggests that I need an active subscription to continue using the component
DataGrid pre-sales questions
I manage a large WPF desktop data processing application that utilises data grids in a big way, with some fairly complex use cases. All this has been accomplished using the vanilla .Net DataGrid, and inevitably involved a lot of jumping through hoops
Indent a paragraph in Word for .Net
I use the indent option in Word to indent pictures and images. I also use the indent option to indent lists of bullet items. Is this feature available in the current version of Words for .Net I can't tell from reading the release notes of recent
How to install / access documentation?
I'm using Windows 11. After installing the ultimate suite, I have "documentation" links in my start menu. Those links open a folder which contains two files: helpcontentsetup.msha XceedDocuments.cab The msha file has no associated application. The cab
ActiveX
"ActiveX component can't create object" error message when using Access... what to do? Regards, Excavation Rochester
Problem with 64bit XceedZip
We have just upgraded a 32-bit MS Access application that was using the 32-bit XceedZip control to un-compress files from 32bit MS Access to 64-bit MS Access and have changed over to now using the 64bit XceedZipX64 control within the updated app. The
BindingList<>.Clear() appears to cause Memory leak
Although similar to http://forums.xceed.com/forums/ShowPost.aspx?PostID=7305 I just want to be clear that this is the same issue/will be solved by v1.2. I have a BindingList<> of internal business objects. These objects are dynamically created at run
Xceed WPF Chart Control
I'm trying to create the Chart using Xceed WPF Plus Toolkit Chart control with my Trial version. I’m facing one problem that the labels which are showing on the axis are in decimal format but I want them to be in whole numbers. I tried the data template
AppendPicture Issue
I am adding a couple pictures to a word document via docx. When I add the pictures to the document and create it they all come out in the correct orientation. If I do the same thing, but user the ConvertToPdf option the some of the photos are rotated
Use of Hamburger and HamburgerMenu WPF controls
Hello. I'm trying to implement the WPF Hamburger and HamburgerMenu controls that are available on the Toolkit plus package, just like it looks on the Documentation, but apparently it isn't working and I can't find why. Could someone provide me with an
Xceed WPF Toolkit Plus edition Chart Control
Support for Xceed WPF Chart Control
Avalon Dock: Check Floating status of LayoutAnchorable
Using the attached sample application please try the following scenario which will illustrate the floating status of the LayoutAnchorable: (a) Start the sample application (b) Click the 'Check Pane Status' button to see that the status indicates that
ASLR Enabled?
A long time ago we purchased Xceed VCL components: Zip Compression Library v 6.0 and FTP Library v1.1. These were for a desktop Delphi program we still support (not .NET). I'm assuming these are ActiveX components. Does the current version of these
AvalonDock: Prevent docking of LayoutAnchorable within itself
Please try the following scenario with the attached sample application: (a) Start up the sample application: (b) Manually float the LayoutAnchorable by dragging it from the main window: (c) Using the pull-down menu of the floating LayoutAnchorable, select
AvalonDock: When an application has one or more LayoutAnchorable floating - Hover over the application's task bar icon
When an application has one or more LayoutAnchorables floating and the user hovers over the application's task bar icon, is there a way to show the application's main window and the floating panes like in Visual Studio? On left is VS main window on right
AvalonDock: Is there an event to determine if a LayoutAnchorable is about to be or has floated or docked?
I would like to control the default size and position of a LayoutAnchorable as it is about to be floated.
Limitations with a trial license
After creating an encrypted zip file, I find that I can unzip it without specifying the password. Is this a limitation with the trial license? This is with using the XceedZipX64.dll using direct calls to the DLL API functions. Code snippet: bool Finalize(std::wstring