PDF Combine - Convert and Merge

Convert and merge multiple files with different formats into a single PDF document

PDF Combine - Convert and Mergeคืออะไร?

PDF Combine - Convert and Merge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emano.waldeck และคุณลักษณะหลักของมันคือ "Convert and merge multiple files with different formats into a single PDF document"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Combine - Convert and Merge

ดาวน์โหลดไฟล์ส่วนขยาย PDF Combine - Convert and Merge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension converts document, HTML, and image file types into PDF format. Also, the extension can merge multiple files into a single PDF document.

Use cases:
1. Append an image file to an existing PDF document
2. Merge multiple PDF files into a single PDF document
3. Convert Word to PDF
4. Convert multiple files with different formats into a single PDF document.
5. Change the order of a PDF page

Conversion Method:
Local: The extension runs the official "pdfunite" executable from the alpine Linux repository inside an iframe using blink's x86-64-Linux emulator. This method works offline. There is no server interaction whatsoever.
Remote: The extension sends all your files to www.online-convert.com, and conversion happens on the server. You can convert any file type to PDF using this method.

Notes:
1. This extension uses www.online-convert.com APIs to do the conversion, so there is no need to install a native program to convert each file.
2. The quality of the document is kept while merging or converting into PDF format.
3. It is recommended to get and use your API key to make sure you don't hit the rate limit if you prefer the "Remote" method.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PDF Combine - Convert and Merge PDF Combine - Convert and Merge
ID cndcekipmknppjimkblnklbiaaljhoda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-combine-convert-and-m/cndcekipmknppjimkblnklbiaaljhoda
คำอธิบาย Convert and merge multiple files with different formats into a single PDF document
ขนาดไฟล์ 5.26 MB
จำนวนการติดตั้ง 14,513
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2023-11-12
วันที่เผยแพร่ 2019-04-09
คะแนน 4.40/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา emano.waldeck
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/convert-to.html?from=pdf
URL หน้าช่วยเหลือ https://webextension.org/listing/convert-to.html?from=pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.3",
    "name": "PDF Combine - Convert and Merge",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/api2.online-convert.com\/*"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/convert-to.html?from=pdf",
    "action": [],
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    }
}