I am having problem with Liferay Portal Community Edition 6.2 CE GA2. I have tried to export web content whitch contained image with OpenOffice but images are not visible in exported .doc file, only text.
Can anybody help, please?
Thanks a lot.
Related
I worked on an organisation chart Project, and I want to export that chart to pdf and png files. I read the BALKAN GRAPH documentation https://balkangraph.com/OrgChartJS/Docs/Exporting but i did not understand how to fill the exportURL option.
Please give me an example of it? Thank you.
BALKANGraph developer evangelist here
First you have to install your own export server
You can download export server from https://balkangraph.com/console
Then change exportUrl option to point to you export server
var chart = new OrgChart(document.getElementById("tree"), {
exportUrl: "https://[yourserver]/export",
...
});
Where [yourserver] could be a domain name or IP address
I want to download images from the server in mobile device.I have added the cordova-file and cordove-file-transfer plugin. But its not working. Please help me out.
I used Package Manager to download the content from Adobe CQ5 and imported it to the test server. Also downloaded and uploaded Digital Assets.
The question is how do I get the webpages? After the content was imported I don't see in WCM any pages of the project.
I'm trying to upload a file using the CK editor media plugin, but it throws 500 internal server error in the url (/media/browser?render=media-popup&plugins=undefined). Also error with drupal media js settings
this.contentWindow.Drupal.media is undefined.
I search through the internet and it seems there is some issue with Drupal 7 media module. Your help is much appreciated!
Do you have the Media Upload installed and configured to work with your WYSIWYG editor? It should work as long as you have all of those things in place. Here is a great reference to help make sure you have everything setup the way you need.
https://www.drupal.org/node/1882314
This blog can help you to find solution..http://www.ziuby.com/configure-media-drupal-upload-images/
I am using the Aspose PDF tools and have successfully got it to print the pdf which is great, but ideally I want to be able to add a wpf control to display this as well.
I would have assumed that the PdfViewer class would have something, but I can't tell.
So far I have needed to use a different control MoonPdfPanel which is annoying as I would have preferred 1 tool to do both jobs.
Does anyone know of a control I can use to hook into the aspose?
Thanks
We have developed an HTML5 PDF Editor application using Aspose.Pdf for .NET API which you can use in your application as a PDF Viewer as well. You can get the details and complete source code here. You can use the source code to edit the viewer as per your requirement.
P.S. I am working as social media developer at Aspose.
Well, if you are interesting in viewing the PDF file, you may convert the file to HTML and display it using an IFrame in your application. I have developed a sample application which performs different operations including viewing a PDF file in IFrame. Download it and try it at your end. Another option is that you can convert the PDF file to images and display in Imageviewer in your application (Code is available in the above application).
P.S. I am working as social media developer at Aspose.