doPDF

最新版本 GDevelop 5.0.0 Beta 91

GDevelop 5.0.0 Beta 91

GDevelop 5.0.0 Beta 91
PDF 代表便攜式文檔格式,它是由 Adobe 創建的,以減輕文檔交換。 doPDF 是一個免費的 PDF 創作者,做名稱建議,創建 PDF 文件。一旦安裝,它將允許您將任何類型的可打印文檔轉換為 PDF 文件。 doPDF 將自己安裝為虛擬 PDF 打印機驅動程序,以便安裝成功後,將顯示在“打印機和傳真”列表中以及所有程序的列表中。使用 doPDF 可以通過兩種方式將其轉換為 PDF 格式:

1. 通過虛擬打印機驅動程序打印到 PDF doPDF
您可以按照打印到普通打印機的方式來執行此操作,只是結果將是 PDF 文件,而不是打印的紙片。

2。使用 doPDF 啟動窗口
doPDF 有一個可執行文件(可從啟動程序組訪問),以便啟動轉換嚮導.



doPDF 的主要功能:

預定義的頁面大小
您可以為生成的 PDF 文件選擇預定義的頁面大小,例如: A0,A1,A2,A3,A4,A5,A6,B4 / 5,Letter,Legal,Executive,信封 DL / C5 / B5 / Monarch /#10,ANSI,ARCH(50 種不同的格式)

PDF 輸出預設
您可以創建高質量的 PDF 文件(即用於打印)或較小的文件(即用於網絡發布),這取決於您的需要。您還可以選擇使用中等質量預設來平衡這兩個選項.

自動更新
我們始終建議使用最新版本的 doPDF,其集成的自動更新引擎將保持您的版本為最新版本。可以每天,每週或每月安排更新檢查,但是您也可以禁用此功能.

圖形縮放比例
PDF 格式的內容可縮小到原始大小的 1%,或放大到 400%.

Addin Microsoft Office
安裝期間可以安裝 Microsoft Office 的 novaPDF 加載項。這允許 doPDF 提供從 Office 應用程序(Word,Excel,PowerPoint,Publisher,Visio)到 PDF 的一鍵轉換.

PDF 鏈接和書籤(僅限 Office)
使用 Microsoft Office 加載項轉換 PDF 時,可以轉換書籤和鏈接從原始文檔生成 PDF 文件.

總是使用這個文件夾
您可以有 doPDF 每次創建和保存 PDF 文件到相同的文件夾,無論您從哪裡打開原始文檔從

Embed 字體子集
為確保生成 PDF 文件將完全按照原來的意圖,doPDF 默認嵌入在原始文檔中使用的字體子集.

打開 PDF 閱讀器
您可以選擇使用默認的 PDF 閱讀器打開 PDF 文件,一旦它被轉換後.899747423

ScreenShot

軟體資訊
檔案版本 GDevelop 5.0.0 Beta 91

檔案名稱 GDevelop-5-Setup-5.0.0-beta91.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Softland
官網 http://www.dopdf.com
更新日期 2020-04-15
更新日誌

What's new in this version:

New features:
Add autocompletions when typing an expression:
- Completions will show objects, behaviors and functions that you can use when typing an expression
- When editing a function, it will show the expected parameters and its description
- Add a context menu to select the scene to start the preview with

New "Jump Sustain Time" property for the Platformer Object behavior: specify a maximum time during which the jump strength is sustained, if the jump key is held:
- This is an easy way to make variable height jumps. The object can make a small jump by just tapping the jump key (or simulating it with events) or a longer one by holding the key.

New effects available for layers:
- Old film, Dot, Color Replace, BulgePinch, Glitch, RadialBlur and Twist effects and blending mode effect
- These effects will be available in the future for objects on the scene too

Improvements:
- Make New scene naming convention more consistent
- Add Escape (and Enter) key to finish renaming groups and comments
- Add Exit GDevelop option to File menu
- Added shortcut to export project
- Add duplicate menu option in Project Manager
- Remember the directory previously chosen when selecting a resource
- Improve visibility of parameter for checkbox in effects list
- Allow to change the animation speed/frequency of effects
- Close popover in events sheet after selection in an autocomplete field
- Update bouncing-ball-and-rope example
- Track changes to display a smart unsaved changes warning: add asterisk in titlebar when the project is modified, the editor nows warn about unsaved changes when closing the app only if there are changes made since the last save
- Rationalise dismissing of dialogs with click outside/escape key: dialogs showing editors can't be dismissed with a click outside/escape key to avoid losing modifications
- Improve bug reports with system details
- Add menu items to edit properties or variables in the Project Manager context menu
- Disable some menu items if no project is opened
- New "cannon ball with physics" example

Bug fixes:
- Fix Left/Right Ctrl/Shift/Alt/Meta not recognised as separate keys
- Display human readable names for builds in the Builds list
- Fix Dialogue Tree command wrongly removing space between words
- Fix Android export when project name has special characters
- Fix object name not selectable when renaming an object
- Fix tooltip content for editor titles
- Fix spinner shown in "See all my builds" when not logged in
- Fix crash in external events
- Fix sentences for video object actions & clean whitespace
- Fix global objects not updated in other editors after modifying them
- Fix ContextMenu positioning in the web-app
- Fix typos
- Make table headers bolder
- Fix warning not showing when using a digit as first character for a name
- Fix selection issues in the Autocomplete lists
- Fix videos in Chrome 76+
- Fix Cursor/touch on object condition not in the list of "object" conditions
- Fix some bad characters in results of HelpFinder
- Fix for redundant scrollbar in Project Manager
- Fix the expression selector positioning when are errors shown for an expression
- Fix help button for BBText objects
- Fix "Select option by number" in Dialogue Tree

Internal upgrades or fixes:
- Upgrade IDE to use Electron v8.2.1
- Upgrade to Flow 0.120.1
- Reorder Effects/JsExtension.js
- Update react-scripts to v3.4.0
- Remove Fullstory analytics on the web-app
- Replace Downshift with material-ui Autocomplete
- Move loadObject to registerObject method in gdjs.RuntimeScene
- Add option to use MinGW instead ninja for GDevelop.js
- Update required CMake version for GDevelop.js
- Add Prettier to electron-app and autoformat files
- Add doc and type annotations to gdjs.WebsocketDebuggerClient

GDevelop 5.0.0 Beta 91 相關參考資料
Downloading GDevelop 5.0.0 Beta 91 from FileHorse.com

Download GDevelop 5.0.0 Beta 91. Click on the button below to start the download. To keep our website clean and safe please report any issues regarding this ...

https://www.filehorse.com

GDevelop 5.0.0 Beta 91 Download for Mac Old Versions ...

Join our mailing list. Stay up to date with latest software releases, news, software discounts, deals and more. Subscribe. License Types.

https://mac.filehorse.com

GDevelop 5.0.0 Beta 91 Download for Windows Change Log ...

2020年4月15日 — What's new in this version: New features: Add autocompletions when typing an expression: - Completions will show objects, behaviors and ...

https://www.filehorse.com

GDevelop 5.0.0 Beta 91 Download for Windows Old Versions ...

2020年4月15日 — GDevelop 5.0.0 Beta 92. Date released: 17 Apr 2020 (5 months ago). GDevelop 5.0.0 Beta 91. Date released: 15 Apr 2020 (5 months ago).

https://www.filehorse.com

GDevelop 5.0.0 Beta 91 Download for Windows Screenshots ...

2020年4月15日 — Join our mailing list. Stay up to date with latest software releases, news, software discounts, deals and more. Subscribe. License Types.

https://www.filehorse.com

GDevelop 5.0.0 Beta 91 Download for Windows 10, 8, 7

2020年4月15日 — Download GDevelop 5.0.0 Beta 91 for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

GDevelop 5.0.0 Beta 91 檔案下載 GDevelop-5-Setup-5.0.0 ...

2020年4月15日 — GDevelop 5.0.0 Beta 91 軟體版本GDevelop-5-Setup-5.0.0-beta91.exe 檔案下載,PlayOn Desktop 是一個PC 應用程序,將您的電腦變成流媒體 ...

https://file007.com

GDevelop 5.0.0 Beta 91 檔案下載 GDevelop-5-Setup-5.0.0-beta91 ...

GDevelop 5.0.0 Beta 91 軟體版本GDevelop-5-Setup-5.0.0-beta91.exe 檔案下載,Skype 是使您能夠在世界任何地方撥打免費電話的軟件。 Skype 使用P2P( ...

https://file007.com

GDevelop 5.0.0 Beta 95 Download for Windows 10, 8, 7

2020年5月29日 — Download GDevelop 5.0.0 Beta 95 for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com