English 中文(简体)
将google地图转换为冷战输电中的pdf
原标题:converting google map to pdf in coldfusion

Given that coldfusion is server side and javascript is clientside, is there anyway to convert a google map to a pdf using coldfusion?

问题回答

为什么你试图用静态的 go光图把地图放在pdf。 统计图生成图像文件,很容易添加详尽的文献。 我曾尝试过,但应该工作......

For more detail see http://code.google.com/apis/maps/documentation/staticmaps/

我建议Wkhtmltopdf。 你给它一个像800米这样的东西——javascript-delay,你愿意这样做。

wkthmltopdf is a command line app that runs on a variety of OSes.

This is what I would do:

  1. Create a page that correctly loads the map that you want to convert to a pdf.
  2. Use the cfdocument tag to create the pdf. Something like this: <cfdocument format="pdf" src="[url to your page]" ... />

Be sure to test thoroughly. cfdocument isn t known for it s ability to properly handle CSS.

NOTE: Be sure to check Google s terms of service before you do this.





相关问题
How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Extract everything from PDF [closed]

Looking for solution to extract content from a PDF file (using console tool or a library). It will be used on server to produce on-line e-books from uploaded PDF files. Need to extract following ...

PDF compression How does Adobe do it?

This is a bit more of a fun question than a serious one, but how does the Adobe PDF format make documents so... portable? I just created a small Word document, 235kb in size, containing multiple ...

Exporting HTML Tables

How can I export an HTML table in my page as PDF and/or XLS? (preferably using JS (+jquery))

Using Java PDFBox library to write Russian PDF

I am using a Java library called PDFBox trying to write text to a PDF. It works perfect for English text, but when i tried to write Russian text inside the PDF the letters appeared so strange. It ...

HTML --> PDF with PHP [duplicate]

Possible Duplicate: Convert HTML + CSS to PDF with PHP? How can I convert an HTML page (via $cURL or something) to a PDF file?

Free way to convert PDF to XPS with C#

Are there any free tools that I can use to convert a PDF document into an XPS document? Although a nice programmatic API would be nice, I m not opposed to shelling out to a command line tool to do ...

PDF conversion service

I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader. I have used a piece of software from www....

热门标签