Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge to power platform #2613

Merged
merged 35 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
07f97fc
Merge pull request #1 from microsoft/master
varunynoox Nov 24, 2021
9b61b96
updating PDF4me connect swagger
varunynoox Nov 24, 2021
b0b774c
updating PDF4me Connect swagger
varunynoox Feb 25, 2022
d6e224f
Merge pull request #3 from microsoft/dev
varunynoox Feb 25, 2022
6361007
PDF4me Connnect- removing unnecessary space
varunynoox Mar 16, 2022
8b5d243
Merge pull request #4 from microsoft/dev
varunynoox Apr 7, 2022
ec08f5a
Adding new actions in PDF4me Connect
varunynoox Apr 7, 2022
d04a1f6
Merge pull request #5 from microsoft/dev
varunynoox Apr 27, 2022
ba24803
Merge pull request #6 from microsoft/dev
varunynoox Apr 28, 2022
c17cba2
Updating PDF4me Connect app version
varunynoox Apr 28, 2022
ef87e3a
Merge pull request #7 from microsoft/dev
varunynoox May 31, 2022
c4710d7
updating PDF4me and PDF4me Connect swagger
varunynoox May 31, 2022
59f9f41
updating PDF4me contact and connector metadata
varunynoox May 31, 2022
8a5e45d
Merge pull request #8 from microsoft/dev
varunynoox Sep 29, 2022
5dff4da
pdf4me connector version update
varunynoox Sep 29, 2022
207e117
Merge pull request #9 from microsoft/dev
varunynoox Oct 10, 2022
3ebc38f
changing preview to prod status of PDF4me actions
varunynoox Oct 10, 2022
19a70fb
fixing PDF4me validations errors
varunynoox Oct 10, 2022
4768ac5
restoring operationId
varunynoox Oct 10, 2022
bb3d729
Merge pull request #10 from microsoft/dev
varunynoox Oct 11, 2022
4c6d703
adding new method in PDF4me and PDF4me connect
varunynoox Oct 11, 2022
6b65727
Merge pull request #11 from microsoft/dev
varunynoox Jan 25, 2023
725b7be
adding new actions to PDF4me connectors
varunynoox Jan 25, 2023
4b56302
correcting operation id
varunynoox Jan 25, 2023
685ab73
correcting operation id
varunynoox Jan 27, 2023
3ef4a0a
restoring operation id. removing unpublished deprecated method
varunynoox Jan 27, 2023
de30489
including font color for text stamp
varunynoox Jan 27, 2023
1ba0086
correcting operation id
varunynoox Jan 27, 2023
7f8d398
Merge pull request #12 from microsoft/dev
varunynoox Jan 31, 2023
2ee6e62
correcting authorizationUrl
varunynoox Jan 31, 2023
d6e11ac
removing deprecation for GenerateDocumentFromPdf
varunynoox Jan 31, 2023
648ea4c
Merge pull request #13 from microsoft/dev
varunynoox Feb 14, 2023
4f4fe2f
updating auth urls
varunynoox Feb 14, 2023
ef3df16
Merge pull request #14 from microsoft/dev
varunynoox May 2, 2023
16298cf
updating auth urls in PDF4me
varunynoox May 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions certified-connectors/PDF4me Connect/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ To use this integration, you need to have an account on the PDF4me Developer Por

### How to get PDF4me Subscription Key

- [Register](https://dev.pdf4me.com/) SignUp in PDF4me Developer Portal.
- Go to [Subscriptions](https://dev.pdf4me.com/dashboard/#/subscription/) tab in the Developer Portal.
- Select an application or Create a new application and go to the Keys tab.

You will find a Primary Key and Secondary Key listed in the page.
You can pass this key in the following format to add the PDF4me connector in Microsoft Power Automate.
Format : Basic <Your Key>
- [Register](https://dev.pdf4me.com/) in PDF4me Developer Portal and start a Free Trial
- Go to [Api Keys](https://dev.pdf4me.com/dashboard/#/api-keys/) tab in the Developer Portal.
- Select an application or Create a new application.
- You will find a Primary Key and Secondary Key listed under the application. Click on **Copy Key** button beside the _Primary Key for Power Automate_ text and paste it to Power Automate PDF4me connection

You're now ready to start using this integration.
11 changes: 4 additions & 7 deletions certified-connectors/PDF4me SwissQR/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ To use this integration, you need to have an account on the PDF4me Developer Por

### How to get PDF4me Subscription Key

- [Register](https://dev.pdf4me.com/) SignUp in PDF4me Developer Portal.
- Go to [Subscriptions](https://dev.pdf4me.com/dashboard/#/subscription/) tab in the Developer Portal.
- Select an application or Create a new application and go to the Keys tab.

You will find a Primary Key and Secondary Key listed in the page.
You can pass this key in the following format to add the PDF4me connector in Microsoft Power Automate.
Format : Basic <Your Key>
- [Register](https://dev.pdf4me.com/) in PDF4me Developer Portal and start a Free Trial
- Go to [Api Keys](https://dev.pdf4me.com/dashboard/#/api-keys/) tab in the Developer Portal.
- Select an application or Create a new application.
- You will find a Primary Key and Secondary Key listed under the application. Click on **Copy Key** button beside the _Primary Key for Power Automate_ text and paste it to Power Automate PDF4me connection

You're now ready to start using this integration.
4 changes: 2 additions & 2 deletions certified-connectors/PDF4me/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4738,15 +4738,15 @@
],
"securityDefinitions": {
"undefined": {
"authorizationUrl": "https://login.pdf4me.com/authorize",
"authorizationUrl": "https://auth.pdf4me.com/connect/authorize",
"flow": "accessCode",
"scopes": {
"email": "email",
"offline_access": "offline_access",
"openid": "openid",
"profile": "profile"
},
"tokenUrl": "https://login.pdf4me.com/oauth/token",
"tokenUrl": "https://auth.pdf4me.com/connect/token",
"type": "oauth2"
}
},
Expand Down
6 changes: 3 additions & 3 deletions certified-connectors/PDF4me/apiProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"clientId": "xxxxxxxxxxxxxxxxxxxxxxxx",
"customParameters": {
"authorizationUrl": {
"value": "https://login.pdf4me.com/authorize"
"value": "https://auth.pdf4me.com/connect/authorize"
},
"refreshUrl": {
"value": "https://login.pdf4me.com/oauth/token"
"value": "https://auth.pdf4me.com/connect/token"
},
"tokenUrl": {
"value": "https://login.pdf4me.com/oauth/token"
"value": "https://auth.pdf4me.com/connect/token"
}
},
"identityProvider": "oauth2",
Expand Down