Acrobat PDF reader in react naive mobile application
Copy link to clipboard
Copied
I wanted to integrate Acrobat PDF reader in react naive mobile application
with feature
Highlighter
Bookmarking
underline
Text to speech
I did't find the integration process and to generate the Key
Copy link to clipboard
Copied
Hope you are doing well. Per the description, I understand that you want to integrate Acrobat with React Naive.
Would you mind sharing a screen recording of the workflow you are following to integrate Acrobat?
Sharing this would help me forward it to the deployment team for better clarity.
-Souvik.
Copy link to clipboard
Copied
Hi
I am following the below link to integarte it
https://www.npmjs.com/package/@adobe/react-native-acpcore
Copy link to clipboard
Copied
Thank you for sharing the reference.
Would you mind sharing the recording of the workflow and exactly which step you are stuck to share the appropriate steps.
-Souvik.
Copy link to clipboard
Copied
I have installed the package using this command
npm install @adobe/react-native-acpcore
screen recording
issue is with
Updating the SDK configuration:
ACPCore.updateConfiguration({"yourConfigKey": "yourConfigValue"});
where can i get ConfigKey and ConfigValue
and I didnt find the cod eto open the pdf and
few feature
- Highlighter
- Bookmarking
- underline
- Text to speech
5. page scroll style (Horizontal scroll)
Copy link to clipboard
Copied
Thank you for sharing all the steps and details. Can you make the Screen Recording link viewable for anyone with the link?
I tried opening it, but it seems to me that I do not have access.
-Souvik.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Please share a link to the API documentation you are trying to follow.
Copy link to clipboard
Copied
documentation Link
adobe-react-native-acpcore
Copy link to clipboard
Copied
You may refer to the below link for tutorials and samples on how to integrate Acrobat with React Naive:
Current SDK Versions - Adobe Experience Platform Mobile SDKs (gitbook.io)
Let me know if this helps.
-Souvik.
Copy link to clipboard
Copied
This is the same documentation which we have checked it, the code which is in Git
Thanks for your support Souvik

