doPDF

最新版本 GDevelop 5.0.0 Beta 122

GDevelop 5.0.0 Beta 122

GDevelop 5.0.0 Beta 122
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 122

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

What's new in this version:

GDevelop 5.0.0 Beta 122
Improvements:
- Move the object variables editor into the objects editor (easier to find and faster to access) (Thanks @Midhil457!)
- Also rework the other variables editor dialogs to have the toolbar buttons always at the bottom of the window.
- Add multiple achievements ("badges") that can be earned while using GDevelop.
- These achievements are visible in your user profile.
- They are all for now fairly simple to collect, but we'll also later add some a bit more complex to win, to reward contributors, people invested in the community and people building great games!
- Add conditions and expressions to compare the coordinates of the bounding box of an object.
- Scene editor improvements:
- Improve scene editor scrolling speed to be faster/slower according to the zoom level.
- Improve locked objects in the editor: the objects are now selectable with a different color, making it simpler to unlock them!
- Add a checkbox in your profile to receive statistics about your games.
- This checkbox is in your user profile. It's useful to receive weekly game stats via email (like the number of sessions from the last week sessions and the total from the current year to date).
- Various minor UI changes

as well as the improvements from the beta version:
- Add major improvements to the platformer engine to better handle slopes and moving platforms
- Add an option in the Sprite editor to allow animations to play even when the object is hidden/outside the screen
- Add support for using arbitrary URLs for images/sounds/resources in the web-app
- Improved previews and implement support for the Debugger in the web-app
- Clarify names of particle types in the Particle Emitter editor
- Update naming of events in the menus to make them easier to understand
- Show the preview window, when corresponding preference is enabled, above the editor but not above all windows on the screen
- Add CrazyGames.com in the links where to publish a HTML5 game

Fixed:
- Fix Tiled Sprite being incorrectly displayed (pixelated) when the X/Y offset was too large
- Fix the display of the decreased build limits after exporting a game
- Fix arrow keys wrongly triggering page scroll when playing a game embedded in a web page
- Don't list the current scene/external event name in a Link event when choosing what to include
- This prevents an infinite loop/crash if launching a preview after selecting the current scene/external events in a link of the same scene/external events
- Fix platforms sometimes not properly detected when rotated and at the edge of the scene
- Fix TimeScale expression not shown in expressions autocompletion
- Also fix inconsistent naming of time scale related actions/conditions and expressions
- Fix a typo for rotate toward angle and position in the event sheet sentence
- Fix a typo for rotate action in the event sheet sentence

as well as the improvements from the beta version:
- Fix a glitch where a sound being played at a low volume can actually be heard at a high volume for a split second.
- Fix contributors list
- Fix user not always logged when opening export after relaunching the app
- Fix potential crash in the scene editor

Internal changes (for developers):
- Refactor the implementation of the Tween behavior
- Avoid fetching again a JSON in the game engine when it's already being fetched

as well as the improvements from the beta version:
- Update esbuild and enable minification
- Refactor gdjs.Logger to allow disabling specific log groups in the console


GDevelop 5.0.0 Beta 121
- Add a console to the Debugger
- When launching the Debugger to inspect a game, open the console to see internal messages sent by the game, JavaScript code or the game engine
- This is an advanced feature that is useful to find issues in your game or to see if your game is displaying any internal error
- Improve scene selection and help text for an external layouts
- Improve autocomplete when typing an expression
- Add possibility to search in events sentences (rather than just in parameters)
- Also improve highlighting of search results and the index of the currently focused result
- Only show the operators that can be actually used in actions/conditions for strings
- For strings/texts, only = an…

GDevelop 5.0.0 Beta 122 相關參考資料
Download GDevelop 5 5.0.120 5.0 122 Beta 1 - Softpedia

2021年11月12日 — Download GDevelop 5 - Game engine designed to be used by everyone, offering a large variety of options and examples that allow someone ...

https://www.softpedia.com

Download GDevelop 5.0.0 Beta 122 Free - FileCombo

8 天前 — Download GDevelop 5.0.0 Beta 122 for Windows PC from FileCombo. Fast update and Free Download Latest Version 2021 - FileCombo.

https://filecombo.com

GDevelop - FileHorse

dbExpress · Postman · Abyss Server · Sandboxie Plus · CSS Validator · OpenCV · Komodo Edit · CUDA Toolkit · View More ». Download GDevelop 5.0.0 Beta 122 ...

https://www.filehorse.com

GDevelop 5.0.0 Beta 122 Download for Windows Old ...

2021年11月25日 — GDevelop 5.0.0 Beta 122. Date released: 25 Nov 2021 (one week ago). Download · GDevelop 5.0.0 Beta 120. Date released: 08 Oct 2021 ...

https://www.filehorse.com

GDevelop 5.0.122 Torrents - Game Engine

Deploy your game to virtually any platform: Android, Facebook Instant Games, the web, iOS (with a Mac), stand alone executable for Windows, macOS and Linux, ...

https://fosstorrents.com

GDevelop Download (2021 Latest) - FileHorse

2021年11月25日 — Download GDevelop for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) ... Download GDevelop 5.0.0 Beta 122 ...

https://www.filehorse.com

GDevelop for Mac - Download Free (2021 Latest Version)

2021年11月25日 — Download GDevelop 5.0.0 Beta 122 for Mac from FileHorse. 100% Safe and Secure ✓ Create your own amazing games without programming!.

https://mac.filehorse.com

Releases · 4ianGDevelop - GitHub

video_game: GDevelop is an open-source, cross-platform game engine designed to be used by ... 5.0.122 ... as well as the improvements from the beta version:.

https://github.com