Microsoft Convert Docx To Doc Mac
The API allows you to create documents from templates (DOCX or HTML file), convert it to PDF and many more. Visit https://plumsail.com/documents for more information
Abex Word to HTML Converter is designed to help users to convert Microsoft Office Word supported documents(DOC, DOCX, DOCM, RTF) to HTML document easily and professionally. It supports Word formats of Office 2003 (.DOC) and Office 2007, 2010, 2013 (.DOCX,.DOCM). Do you want to convert a DOCX file to a DOC file? Don't download software - use Zamzar to convert it for free online. Click to convert your DOCX file now. Mar 08, 2019 Do you currently have a Pages document but need it to be in the.docx format? Follow along for how to convert a Pages doc to a Microsoft Word doc on Mac. Sep 30, 2019 To update Pages on your Mac, use the App Store app on your Mac. If you convert a Pages document into Pages ’09-compatible document, learn more about changes that happen when you export to iWork ’09. Mar 07, 2017 The Document Converter is the simplest way to convert nearly any file to these formats: DOCX, DOC, HTML, ODT, PDF, RTF, TXT, EPUB, MOBI 1. Simply choose the file you want to convert, or paste a URL 2. Choose your output file format 3. Open your converted file with 1 click!
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure China regions |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC High) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC High) |
Contact | |
---|---|
Name | Support |
URL | https://plumsail.com |
support@plumsail.com |
Creating a connection
To connect your account, you will need the following information:
Name | Type | Description |
---|---|---|
API Key | securestring | The API Key for this api |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 1200 | 60 seconds |
Actions
Add a watermark to PDF | Adds a text watermark to PDF |
Convert DOC to DOCX | It takes DOC document and converts it to DOCX |
Convert DOCX to PDF | It takes DOCX document and converts it to PDF |
Convert HTML to PDF | It takes HTML markup, renders it and converts to PDF document |
Convert PDF to Image | It takes PDF document and converts it to Image (jpeg, png, gif, bmp) |
Convert PPT to PPTX | It takes PPT document and converts it to PPTX |
Convert PPTX to PDF | It takes PPTX document and converts it to PDF |
Convert XLS to XLSX | It takes XLS document and converts it to XLSX |
Convert XLSX to PDF | It takes XLSX document and converts it to PDF |
Create DOCX document from template | Created Word DOCX document from template. More information: https://plumsail.com/docs/actions/v1.x/document-generation/docx/index.html |
Create HTML from template | It takes input HTML template string or file and replaces special {{Tokens}} by specified data. We use Mustache framework for templates internally. More information about templates in Mustache docs: http://mustache.github.io/mustache.5.html |
Create PPTX document from template | Created PowerPoint PPTX document from template. |
Create XLSX document from template | Created Excel XLSX document from template. More information: https://plumsail.com/docs/actions/v1.x/document-generation/xlsx/index.html |
Extract text from PDF document | It takes PDF document and extracts text to Raw or HTML format |
Fill in PDF Form | Filling out PDF form by provided data |
Fill merge fields in DOCX document | It takes a DOCX document with merge fields and replaces them by specified data. The keys in data object should be the same as names of MergeFields (Express block) in document |
Get Form from PDF | Returns fillable form data from PDF as JSON |
Merge Docx | It takes an array of Docx documents and merge it into single file |
Merge PDF | It takes an array of PDF documents and merge it |
Parse CSV | It works like Parse JSON but for CSV file |
Protect PDF document | Adds passwords, copy-, printing-, and other protections to PDF file |
Regular Expression Match | Searches an input string for all occurrences of a regular expression and returns all the matches. We would recommend you to use Regex Hero to test your expressions. It supports the same syntax as actions |
Regular Expression Replace | In a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string. We would recommend you to use Regex Hero to test your expressions. It supports the same syntax as actions |
Regular Expression Test | Indicates whether the regular expression specified in the Regex constructor finds a match in a specified input string. We would recommend you to use Regex Hero to test your expressions. It supports the same syntax as actions |
Split PDF | It takes PDF document and split it |
Start document generation process | Fill a template related to the selected process with the JSON data |
Add a watermark to PDF
Adds a text watermark to PDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
type | True | string | The type of the watermark | |
request | request | True | dynamic | The type of the watermark |
Returns
Convert DOC to DOCX
It takes DOC document and converts it to DOCX
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Content of document that should be converted |
Returns
- Result file
- binary
Convert DOCX to PDF
It takes DOCX document and converts it to PDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Content of document that should be converted |
Returns
- Body
- DocumentProcessingResponse
Convert HTML to PDF
It takes HTML markup, renders it and converts to PDF document
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
footerHtml | string | HTML markup that should be added as a footer | ||
Header HTML | headerHtml | string | HTML markup that should be added as a header | |
html | True | byte | HTML markup that should be converted to PDF | |
Margins | margins | string | The page margins. The syntax is the same as in CSS. Example: 25 50 75 100. | |
orientation | string | Portrait vs Landscape | ||
Paper Size | size | string | Can be A4,A5 etc.. |
Returns
Convert PDF to Image
It takes PDF document and converts it to Image (jpeg, png, gif, bmp)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Raw content of PDF document | |
DPI | dpi | integer | The resolution of the result image | |
endPage | integer | The last page to extract (inclusive) | ||
Image Format | format | string | The format of the result image | |
pages | string | Page numbers for extraction separated by ';' (only this pages will be extracted) | ||
Password | password | string | Password to decrypt document | |
startPage | integer | The first page to start extraction (1 based) |
Returns
- Body
- DocumentsArrayResponse
Convert PPT to PPTX
It takes PPT document and converts it to PPTX
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Content of document that should be converted |
Returns
- Result file
- binary
Convert PPTX to PDF
It takes PPTX document and converts it to PDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Content of document that should be converted |
Returns
- Result file
- binary
Convert XLS to XLSX
It takes XLS document and converts it to XLSX
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Content of document that should be converted |
Returns
- Result file
- binary
Convert XLSX to PDF
It takes XLSX document and converts it to PDF
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Content of document that should be converted |
Returns
- Result file
- binary
Create DOCX document from template
Created Word DOCX document from template. More information: https://plumsail.com/docs/actions/v1.x/document-generation/docx/index.html
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | binary | Content of the template | ||
Locale | locale | string | The locale that will be applyed to the document |
Returns
Create HTML from template
It takes input HTML template string or file and replaces special {{Tokens}} by specified data. We use Mustache framework for templates internally. More information about templates in Mustache docs: http://mustache.github.io/mustache.5.html
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
html | True | byte | Text HTML template or HTML file template | |
Locale | locale | string | The locale that will be applyed to the document |
Returns
Create PPTX document from template
Created PowerPoint PPTX document from template.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | binary | Content of the template | ||
Locale | locale | string | The locale that will be applyed to the document Microsoft office mac 2011 upgrades free. Hi ScottLynch1,I'm Tyler, an independent advisor trying to help.If you uninstall Office before installing the new version, your Office files won't be deleted, yes. |
Returns
Create XLSX document from template
Created Excel XLSX document from template. More information: https://plumsail.com/docs/actions/v1.x/document-generation/xlsx/index.html
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | binary | Content of the template | ||
Locale | locale | string | The locale that will be applyed to the document |
Returns
Extract text from PDF document
It takes PDF document and extracts text to Raw or HTML format
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Raw content of PDF document | |
End Page | endPage | integer | The last page to extract (inclusive) | |
password | string | Password to decrypt document | ||
Result Type | resultType | string | Raw or HTML | |
startPage | integer | The first page to start extraction (1 based) |
Returns
- Body
- DocumentProcessingResponse
Fill in PDF Form
Filling out PDF form by provided data
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Raw content of PDF document | |
JSON data | jsonData | True | string | The data that will be used to fill out the form |
Returns
Fill merge fields in DOCX document
It takes a DOCX document with merge fields and replaces them by specified data. The keys in data object should be the same as names of MergeFields (Express block) in document
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
docxDocument | True | byte | Raw content of docx document template. MergeField names should be the same as keys in template data |
Returns
- Body
- DocumentProcessingResponse
Get Form from PDF
Returns fillable form data from PDF as JSON
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Raw content of PDF document | |
Password | password | string | Password to decrypt document |
Merge Docx
It takes an array of Docx documents and merge it into single file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content of Docx documents | binary | It takes an array of Docx documents and merge it into single file |
Returns
- Body
- DocumentProcessingResponse
Merge PDF
It takes an array of PDF documents and merge it
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Content of PDF documents | binary | It takes an array of PDF documents and merge it |
Returns
- Result file
- binary
Parse CSV
It works like Parse JSON but for CSV file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
content | True | byte | Content of CSV document | |
Delimiter | delimiter | string | Delimiter of columns (by default it is just comma) | |
headers | True | string | Comma separated list of headers in the same order as CSV columns | |
Skip first line | skipFirstLine | boolean | Select 'Yes' if your CSV has headers as a first line. |
Returns
Protect PDF document
Adds passwords, copy-, printing-, and other protections to PDF file
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
allowAnnotate | True | boolean | Allows annotation (e.g. comments, form fill-in, signing) of the PDF file | |
Enable extract data | allowExtract | True | boolean | Allows extraction of text, images, and other media from the PDF file |
allowModification | True | boolean | Protect the PDF file from being edited | |
Enable printing | allowPrinting | True | boolean | Protect the PDF file from being printed out |
documentContent | True | byte | Raw content of PDF document | |
PDF owner password | newOwnerPassword | string | Enter an optional owner password here. This password can be used to disable document restrictions | |
newUserPassword | string | Enter an optional user password here. Each time an user opens the PDF he will be asked for this password. If you do not want a password prompt then leave this field blank | ||
Password | password | string | Password to decrypt document |
Returns
Regular Expression Match
Searches an input string for all occurrences of a regular expression and returns all the matches. We would recommend you to use Regex Hero to test your expressions. It supports the same syntax as actions
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
pattern | True | string | Regular expression pattern | |
Text | text | True | string | String to search for matches |
Returns
Regular Expression Replace
In a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string. We would recommend you to use Regex Hero to test your expressions. It supports the same syntax as actions
Parameters
Microsoft Word Docx File Converter
Name | Key | Required | Type | Description |
---|---|---|---|---|
pattern | True | string | Regular expression pattern | |
Replacement | replacement | True | string | Replacement string |
text | True | string | String to search for matches |
Returns
- Body
- StringResultResponse
Convert Pdf To Doc Freeware
Regular Expression Test
Indicates whether the regular expression specified in the Regex constructor finds a match in a specified input string. We would recommend you to use Regex Hero to test your expressions. It supports the same syntax as actions
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
pattern | True | string | Regular expression pattern | |
Text | text | True | string | String to search for matches |
Returns
Split PDF
It takes PDF document and split it
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
documentContent | True | byte | Raw content of PDF document | |
End Page | endPage | integer | The last page to split (inclusive) | |
password | string | Password to decrypt document | ||
Split At Page | splitAtPage | integer | Number of pages per partition | |
startPage | integer | The first page to start split (1 based) |
Returns
- Body
- DocumentsArrayResponse
Start document generation process
Fill a template related to the selected process with the JSON data
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
processId | True | string | The name of process to be started |
Returns
- Result file
- binary
Definitions
ApplyHtmlTemplateResponse
Name | Path | Type | Description |
---|---|---|---|
htmlResult | string | Raw HTML result |
BooleanResultResponse
Name | Path | Type | Description |
---|---|---|---|
isSuccess | boolean |
DocumentProcessingResponse
Name | Path | Type | Description |
---|---|---|---|
fileContent | byte | The result as a file |
DocumentsArrayResponse
Name | Path | Type | Description |
---|---|---|---|
resultFilesContents | array of byte | The array of raw content of result files |
StringResultResponse
Change Doc To Docx
Name | Path | Type | Description |
---|---|---|---|
result | string |