how do I create 3D pdf with Catia - without converters or any other add-ins?
When I go to "Save As" I don't have .pdf option...
There is no method to save it to PDF without addons.
You can save your project to 3dxml, but then you have to use special player.
UPDATE
I found a way in Catia V5 to save to pdf.
If you need a cheap add-on, check out Tetra4D. They have a plugin that will convert over 20 CAD formats to 3D PDF, including V5.
Related
Is there a way I can customize (replace with another GIF image) the loading image in Siebel Open UI in IP16 version? The current loading image is an red colored, oval shaped, oracle provided one, but i do not find the corresponding image in images folder. Any leads?
The animated icon may be stored in css files.
Try to search in your css files for something like
.siebui-mask-outer
timer
It may not be an actual gif but an css transformation.
(btw. You can run your Chrome Developer tool and examine the source of the icon)
The standard GIF file must be in public/enu folder (for english application) on the web server. On your local installation, it will be in C:\Siebel81\16.0.0.0.0\Client\PUBLIC\IMAGES\
There are multiple gif files there used for different applications.
I made a presentation with reveal.js.
My boss asked ppt format to modify and add contents to my presentation.
He is not SW programmer and he can just use powerpoint only.
Is there are good way to convert reveal.js to ppt?
You could first convert it to PDF and then use other service to convert PDF to PPT.
There are many sites providing services to convert pdf to ppt include Adobe itself. Some of them are free some need register. You could try some of them to find the best service for your needs.
I want to draw/load pdf file which contain image, on the CStatic control in my VC++ project.
But, I don't know how to load pdf file on CStatic control.
I have searched a lot, but dint find any right direction.
In Mac, Its possible using specific function, but is there any way in Windows ?
Can you please suggest me any right direction...
Thanks in advance.
EDIT
I want to load image in PDF to CStatic, reason behind that I want to maintain image quality. Just load vector data of PDF image to on CStatic.
Please suggest ... !!!
There is no way to Show a PDF file inside a static control.
There are several ActiveX Controls that can show a PDF file. Also Adobe ships and AcroPdf ActiveX file that is free to use.
Here is a sample
If you just want to Show formatted data you can use an RTF-Control
Here is my first time that I want to raise my issue here. As the title now I have a trouble with exporting a base64 image data to PNG, JPG, and PDF in GWT so I need your help from you. Let I give you an overview what I want to do:
Please have a look here: http://testingqr.appspot.com/ This is my app to generate a qrcode. After process of customization the Qrcode, I want to export the QR code in the canvas to png,jpg and pdf. To do that I will add 3 buttons are "Export to PDF" "Export to PNG" "Export to JPG" after press on each of these button, a Download Dialog will appear (Save as dialog) to let user choosing the location they want to save to and the extension of the file too (Such as C:\test.png)
I already use dataToURL function to get a base64. I used CanvasTo Image library from this link http://www.nihilogic.dk/labs/canvas2image/ But it will download the image from canvas with no Save as dialog and no extension in FF or chrome (IE does not support for HTML5 Canvas). So that I cant export PNG and JPG. This is my first problem.
The second problem is exporting PDF in GWT, I want to work with an open source library. I tried PDF Box http://pdfbox.apache.org/userguide/cookbook.html But now it just supports the JPG type. I want something that convert to PDF from base64. Do you have idea to help me do exporting to PDF process. What I want is after I press on "Export to PDF" button, a dialog will appear to let me save the QRcode in PDF file to my local location.
So thank you all for any help. Have a nice day.
Michael Vu
Is there anyway to have an export function to export the Google Visualization organizational chart as an image? I want this as a feature of my website, so people can click a button or a link and have it save as an image or a pdf file
Make a screen-shot of the browser. There are multiples tools out there to do this. We used this: http://code.google.com/p/speak-lib/source/browse/#svn/trunk/WebShot%3Fstate%3Dclosed
It works fine. We generate previews of design changes that way.
Try http://phantomjs.org/ you can write script to cut your web page into PNG images of some fixed size and then assemble them into PDF.
You can export the SVG code and send it to a server to convert it to an image. This is a scalable and easy solution. Answer details here: Convert Google Geochart to image (JPEG, PNG, etc.) or PDF in the browser
Use chart.getImageURI() it gives the image location