How can I generate LPK file without the GUI of LPK_tool - activex

I use the lpk_tool.exe to generate the LPK file for my ActiveX control. But it seems that Microsoft have abandoned this technology, I cannot even find the download link on Microsoft Download.
But that's not a problem, I can download it from other website. The problem is now I want generate LPK file without the GUI. I tried to find the API or command line support for LPK tool, but failed to find any. I have also asked the support form Microsoft and they don't provide the API or source code of the LPK tool.
Anyone can help me?

Related

How can I find WHY the OpenXml SDK tool won't open a file

When the OpenXml SDK tool fails to open a file, saying that the (PPTX in this case) is incorrect, is there a way to find from it exactly what it is unhappy with?
And/or is there another tool that can list out what is wrong?

How to read .aef file extension ?

I need to develop an editor for .aef file extension. But after doing a lot of googling i didn't find out what is the architecture of .aef. How we can read/write .aef file.
Any help is much appreciated
To be able to open a .AEF file you have to download the Script Editor from UCCX. Login to CCX Administration -> Tools -> Plugins -> Cisco Unified CCX Editor
Hope this helps
you need to download CiscoUnifiedCCXEditorInstall.exe this file is download from uccx admin page, here you have a link to download the image of UCCX admin, but you need a license.
Here you have a link for free download software:
https://ciscosoftware.mediuscorp.com/market/networkers/homeWork
An aef file for Cicso UCCX is a serialized Java object. Documentation for Java Object Serialization is here: https://docs.oracle.com/javase/8/docs/technotes/guides/serialization/index.html.
While it may be possible to create 3rd party software to work with these files, it may be impossible or at least difficult to make it complete and accurate without the proprietary Cisco software the contained serialized objects refer to.

Where can I find UniSynEdit to download?

I'm using Delphi XE and I really need this component. I searched the net and I unfortunately didn't find it. Can anyone give me a link to it?
maxwell this is the site of synedit (and UniSynedit). if you want the more recent version you must check the svn repository , because the SynEdit-2_0_3.zip file listed in the site is not updated.

How to convert ODT to DOC/RTF without openoffice.org

Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that relies on having openoffice installed ?
OpenOffice.org and its derivatives (LibreOffice, Symphony, etc) currently have one of the best converters between ODF and the Microsoft formats (besides the ODF support built into MS Office).
If those converters are not an option for you, you can choose between some alternatives: Foremost you might want to check out the KOffice project which also offers command line tools for file conversion:
KOffice - File Filters
Then there is another open source project with a free BSD license available on SourceForge:
OpenXML/ODF Translator
This project offers not only add-ins for Microsoft Office, but also a stand-alone command line version which also runs on Linux.
Then there would also be a different approach: You can automate Google Docs using command line tools:
googlecl: Command line tools for the Google Data APIs
Google Docs file conversion have internally been based on the OpenOffice.org file filters, but as far as I know they have been replaced by Aspose, a library for document formats.
Aspose is available in several versions, and as you have a Linux dependency you might want to check out their Java version.
Aspose.Words for Java
The library has its price, but you won't find another library that is not a full office suite with that quality.
If you don't want to use OpenOffice, Google Docs is your best bet. Cross-platform, web-based, and free, it takes about 2 minutes. You would upload the file, and check convert, then redownload as a doc or pdf (depends on what you want).
http://docs.google.com/
You could try this freeware (Docx2Rtf) and run it under WINE.
Checkout unoconv. It relies on OpenOffice.org its core, but it doesn't rely on any GUI packages. I assume this is what you want?
Use http://zamzar.com/ It has great support for all those formats. And is not reliant on any other installed program.
And of course, being a web page, it will work on any OS.

How to backup issues list from Bitbucket?

With issues gathering on bitbucket, I'd like to have a way to gather and back them up in the event that I need an offline copy, or no longer use Bitbucket, or something else. The site doesn't offer this service. Is there an alternative mechanism I can use?
From now on you can Import/Export your Issues:
Goto: -> Administration -> Import/Export
Youtube-Video: Bitbucket Issue Export
You can get your issues via the Bitbucket API.
Here is an example URL to get the issues for one of my projects:
https://api.bitbucket.org/1.0/repositories/christianspecht/bitbucket-backup/issues/
However, this returns a list of the issues in JSON format.
I doubt that you can do anything useful with a list of issues in JSON, but I don't know if there's a better file format for issues.
I just asked exactly that here on StackOverflow, because I'm dealing with the same thing at the moment:
Is there a standard file format for exporting issues from an issue tracker?
Full disclosure I am the author of Issue2Markdown because I really needed it.
As mentioned previously you can export your issues from Bitbucket project by going to Settings->Issues->Import & Export and then downloading the resultant ZIP file.
Inside that ZIP file, you will find JSON file and attachments archive. You can import those into some other issue repository. Or if you are like me you may be working with a remote team that is reluctant to use an issue tracker and would like to be able to read a human-readable version of the issues.
That is where Issue2Markdown comes in. You can use that to render your issues as a single Markdown document. You can find pre-built binaries for Linux, Windows, and MacOS under releases.
I hope that helps the next person who could not find the solution.
There doesn't currently appear to be any way to export your issues :(
You could export issues from settings in the repository. Then download the and extract the zip file, that would give you a json that you just could parse any way you prefer
I wrote a small python script to convert issues json file to excel that you can find it here. Hope it gives you some ideas:
https://github.com/anath2/bitbucket-issues-to-excel

Resources