{"id":67,"date":"2024-01-29T11:44:11","date_gmt":"2024-01-29T11:44:11","guid":{"rendered":"https:\/\/akshatdeveloper.in\/extensions\/?p=67"},"modified":"2024-05-06T04:31:40","modified_gmt":"2024-05-06T04:31:40","slug":"prime-pdf-viewer-paid","status":"publish","type":"post","link":"https:\/\/akshatdeveloper.in\/extensions\/paid\/prime-pdf-viewer-paid\/","title":{"rendered":"Prime PDF Viewer"},"content":{"rendered":"\n<p><strong>PrimePDFViewer<\/strong>&nbsp;is an extension created by Akshat Developer. This extension allows you to seamlessly integrate PDF viewing functionality into your app without the need for a web viewer. With a range of customizable options, you can enhance the user experience of viewing PDF files within your application.<\/p>\n\n\n\n<p><strong>Author: Akshat Developer<\/strong><br><strong>Version:- 1.0<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#features-2\" target=\"_blank\" rel=\"noopener\"><\/a>Features<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Dark Mode<\/li>\n\n\n\n<li>Load Online, Local, Asset PDF<\/li>\n\n\n\n<li>Fast And Smooth<\/li>\n\n\n\n<li>Ability to Render Large PDF<\/li>\n\n\n\n<li>Access Links In PDF<\/li>\n\n\n\n<li>PDF Cache Function<\/li>\n\n\n\n<li>Light Weight<\/li>\n\n\n\n<li>Works In Companion Too<\/li>\n\n\n\n<li>Vertical And Horizontal Scroll<\/li>\n\n\n\n<li>And Many More<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Blocks<\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#loadlibraries-5\" target=\"_blank\" rel=\"noopener\"><\/a>LoadLibraries<\/h3>\n\n\n\n<p>Loads the native libraries required by the extension.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>LoadLibraries(libs1: text, libs2: text)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#loadfromassets-6\" target=\"_blank\" rel=\"noopener\"><\/a>LoadFromAssets<\/h3>\n\n\n\n<p>Loads a PDF file from assets.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>LoadFromAssets<\/strong>(assetName: text, defaultPage: number, password: text, snap: <strong>boolean<\/strong>, fling: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#loadfrompath-7\" target=\"_blank\" rel=\"noopener\"><\/a>LoadFromPath<\/h3>\n\n\n\n<p>Loads a PDF file from a file path.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>LoadFromPath<\/strong>(path: text, defaultPage: number, password: text, snap: <strong>boolean<\/strong>, fling: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#loadfromuri-8\" target=\"_blank\" rel=\"noopener\"><\/a>LoadFromUri<\/h3>\n\n\n\n<p>Loads a PDF file from a URI.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>LoadFromUri<\/strong>(uri: text, defaultPage: number, password: text, snap: <strong>boolean<\/strong>, fling: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#loadfromurl-9\" target=\"_blank\" rel=\"noopener\"><\/a>LoadFromUrl<\/h3>\n\n\n\n<p>Loads a PDF file from an online URL.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>LoadFromUrl<\/strong>(url: text, defaultPage: number, useCache: <strong>boolean<\/strong>, password: text, snap: <strong>boolean<\/strong>, fling: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#jumpto-10\" target=\"_blank\" rel=\"noopener\"><\/a>JumpTo<\/h3>\n\n\n\n<p>Jumps to the provided page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>JumpTo<\/strong>(page: number, animate: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#setpositionoffsetwith-11\" target=\"_blank\" rel=\"noopener\"><\/a>SetPositionOffsetWith<\/h3>\n\n\n\n<p>Sets the position offset for the current PDF page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>SetPositionOffsetWith<\/strong>(position: number, moveHandle: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#stopfling-12\" target=\"_blank\" rel=\"noopener\"><\/a>StopFling<\/h3>\n\n\n\n<p>Stops fling on PDF View.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>StopFling()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#recycle-13\" target=\"_blank\" rel=\"noopener\"><\/a>Recycle<\/h3>\n\n\n\n<p>Resets the PDF View. Removes the currently loaded PDF.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Recycle()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#loadpages-14\" target=\"_blank\" rel=\"noopener\"><\/a>LoadPages<\/h3>\n\n\n\n<p>Reloads the pages of the PDF.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>LoadPages()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#performsnap-15\" target=\"_blank\" rel=\"noopener\"><\/a>PerformSnap<\/h3>\n\n\n\n<p>Performs snap on the PDF View.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>PerformSnap()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#zoom-16\" target=\"_blank\" rel=\"noopener\"><\/a>Zoom<\/h3>\n\n\n\n<p>Zooms to the current PDF page with the specified amount.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Zoom(zoom: number)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#fittowidth-17\" target=\"_blank\" rel=\"noopener\"><\/a>FitToWidth<\/h3>\n\n\n\n<p>Fits the page to full width.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>FitToWidth(page: number)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#resetzoom-18\" target=\"_blank\" rel=\"noopener\"><\/a>ResetZoom<\/h3>\n\n\n\n<p>Resets the zoom. The action is performed in an animated way if&nbsp;<code>animate<\/code>&nbsp;is true.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>ResetZoom<\/strong>(animate: <strong>boolean<\/strong>)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#zoomwithanimation-19\" target=\"_blank\" rel=\"noopener\"><\/a>ZoomWithAnimation<\/h3>\n\n\n\n<p>Zooms in the page with animation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ZoomWithAnimation(zoom: number)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#getpageatpositionoffset-20\" target=\"_blank\" rel=\"noopener\"><\/a>GetPageAtPositionOffset<\/h3>\n\n\n\n<p>Gets the page present at the provided position offset.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GetPageAtPositionOffset(offset: number) : number<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#getpdfmetadata-21\" target=\"_blank\" rel=\"noopener\"><\/a>GetPdfMetadata<\/h3>\n\n\n\n<p>Gets the metadata from the provided PDF file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GetPdfMetadata()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#getlinksat-22\" target=\"_blank\" rel=\"noopener\"><\/a>GetLinksAt<\/h3>\n\n\n\n<p>Gets a list of links present in the provided PDF page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GetLinksAt(page: number)<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#deletecache-23\" target=\"_blank\" rel=\"noopener\"><\/a>DeleteCache<\/h3>\n\n\n\n<p>Deletes the cache of PDF View.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>DeleteCache()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#iscachedlocally-24\" target=\"_blank\" rel=\"noopener\"><\/a>IsCachedLocally<\/h3>\n\n\n\n<p>Returns if the cached PDF file for the provided URL is available.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>IsCachedLocally<\/strong>(url: text) : <strong>boolean<\/strong><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#getfilepathforcache-25\" target=\"_blank\" rel=\"noopener\"><\/a>GetFilePathForCache<\/h3>\n\n\n\n<p>Returns the path for the cached PDF file of the provided URL. Returns an empty text if no cache is available.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GetFilePathForCache(url: text) : text<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#properties-26\" target=\"_blank\" rel=\"noopener\"><\/a><strong>Properties<\/strong><\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Layout:<\/strong>&nbsp;Set the parent layout arrangement for showing the PDF View.<\/li>\n\n\n\n<li><strong>AutoSpacing:<\/strong>&nbsp;Enable\/Disable autospacing for PDF pages.<\/li>\n\n\n\n<li><strong>Spacing:<\/strong>&nbsp;Set the spacing for PDF pages.<\/li>\n\n\n\n<li><strong>SwipeHorizontal:<\/strong>&nbsp;Check if the pages are being loaded horizontally.<\/li>\n\n\n\n<li><strong>DoubleTapEnabled:<\/strong>&nbsp;Check if double tap to zoom is enabled.<\/li>\n\n\n\n<li><strong>ScrollbarEnabled:<\/strong>&nbsp;Check if the scrollbar is enabled.<\/li>\n\n\n\n<li><strong>PositionOffset:<\/strong>&nbsp;Set the position offset for the current PDF page.<\/li>\n\n\n\n<li><strong>PageCount:<\/strong>&nbsp;Get the total page count of the currently loaded PDF.<\/li>\n\n\n\n<li><strong>NightMode:<\/strong>&nbsp;Enable\/Disable night mode.<\/li>\n\n\n\n<li><strong>Recycled:<\/strong>&nbsp;Check if the PDF View is recycled.<\/li>\n\n\n\n<li><strong>PageFillsScreen:<\/strong>&nbsp;Check if the currently loaded page fills the screen.<\/li>\n\n\n\n<li><strong>DocumentFillsView:<\/strong>&nbsp;Check if the currently loaded PDF fills the layout.<\/li>\n\n\n\n<li><strong>CurrentPage:<\/strong>&nbsp;Get the current page of the PDF shown to the user.<\/li>\n\n\n\n<li><strong>CurrentXOffset:<\/strong>&nbsp;Get the current x offset of PDF View.<\/li>\n\n\n\n<li><strong>CurrentYOffset:<\/strong>&nbsp;Get the current y offset of PDF View.<\/li>\n\n\n\n<li><strong>Zoom:<\/strong>&nbsp;Get the zoom amount of the PDF View.<\/li>\n\n\n\n<li><strong>Zooming:<\/strong>&nbsp;Check if the user is currently zooming in the PDF View.<\/li>\n\n\n\n<li><strong>MinZoom:<\/strong>&nbsp;Set the minimum zoom for PDF View.<\/li>\n\n\n\n<li><strong>MidZoom:<\/strong>&nbsp;Set the mid zoom for PDF View.<\/li>\n\n\n\n<li><strong>MaxZoom:<\/strong>&nbsp;Set the maximum zoom for PDF View.<\/li>\n\n\n\n<li><strong>UseBestQuality:<\/strong>&nbsp;Check if the pages are being loaded in the best quality.<\/li>\n\n\n\n<li><strong>SwipeVertical:<\/strong>&nbsp;Check if swiping is being done vertically.<\/li>\n\n\n\n<li><strong>SwipeEnabled:<\/strong>&nbsp;Check if swiping is enabled.<\/li>\n\n\n\n<li><strong>AnnotationRenderingEnabled:<\/strong>&nbsp;Check if the PDF View is rendering annotations.<\/li>\n\n\n\n<li><strong>AntiAliasing:<\/strong>&nbsp;Check if anti-aliasing is enabled for the PDF View.<\/li>\n\n\n\n<li><strong>SpacingPx:<\/strong>&nbsp;Get the spacing between PDF pages in Pixels.<\/li>\n\n\n\n<li><strong>AutoSpacingEnabled:<\/strong>&nbsp;Check if automatic spacing is enabled.<\/li>\n\n\n\n<li><strong>PageFling:<\/strong>&nbsp;Check if fling is enabled for PDF pages.<\/li>\n\n\n\n<li><strong>FitEachPage:<\/strong>&nbsp;Check if PDF View is fitting each page.<\/li>\n\n\n\n<li><strong>PageSnap:<\/strong>&nbsp;Check if snapping is enabled for PDF pages.<\/li>\n\n\n\n<li><strong>RenderDuringScale:<\/strong>&nbsp;Check if PDF View will render pages even during scale.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#events-27\" target=\"_blank\" rel=\"noopener\"><\/a><strong>Events<\/strong><\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>OnlineFileLoaded:<\/strong>&nbsp;Triggered when an online file is loaded successfully.<\/li>\n\n\n\n<li><strong>FailedToLoadOnlineFile:<\/strong>&nbsp;Triggered when an error is encountered while downloading an online file.<\/li>\n\n\n\n<li><strong>OnlineFileLoadProgress:<\/strong>&nbsp;Triggered when the progress for downloading an online PDF file changes.<\/li>\n\n\n\n<li><strong>LinkClicked:<\/strong>&nbsp;Triggered when the user clicks on a link present in the PDF.<\/li>\n\n\n\n<li><strong>LongPress:<\/strong>&nbsp;Triggered when the user long clicks at a point in the PDF view.<\/li>\n\n\n\n<li><strong>Tap:<\/strong>&nbsp;Triggered when the user taps on a point in the PDF view.<\/li>\n\n\n\n<li><strong>InitiallyRendered:<\/strong>&nbsp;Triggered when the initial rendering of pages has succeeded.<\/li>\n\n\n\n<li><strong>PageChanged:<\/strong>&nbsp;Triggered when the current page has changed.<\/li>\n\n\n\n<li><strong>PageError:<\/strong>&nbsp;Triggered when an error is encountered while loading the page.<\/li>\n\n\n\n<li><strong>ErrorOccurred:<\/strong>&nbsp;Triggered when an error occurs while loading PDF files.<\/li>\n\n\n\n<li><strong>PageScrolled:<\/strong>&nbsp;Triggered when the PDF view is scrolled.<\/li>\n\n\n\n<li><strong>PagesLoaded:<\/strong>&nbsp;Triggered when all the pages have been loaded successfully.<\/li>\n\n\n\n<li><strong>PageDrawn:<\/strong>&nbsp;Triggered when a specific page is drawn successfully.<\/li>\n\n\n\n<li><strong>ErrorLoadingLibraries:<\/strong>&nbsp;Triggered when an error is encountered while loading the native libraries.<\/li>\n\n\n\n<li><strong>LibrariesLoaded:<\/strong>&nbsp;Triggered when all the native libraries are loaded successfully.<\/li>\n\n\n\n<li><strong>GotMetadata:<\/strong>&nbsp;Triggered when the metadata from the current PDF file is retrieved.<\/li>\n\n\n\n<li><strong>GotLinks:<\/strong>&nbsp;Triggered when the list of links present in the PDF page is retrieved successfully.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#demo-28\" target=\"_blank\" rel=\"noopener\"><\/a><strong>Demo<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/drive.google.com\/file\/d\/1HW14oxSAWzdGPEtWFx7JoiBYfffqmvXd\/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">https:\/\/drive.google.com\/file\/d\/1HW14oxSAWzdGPEtWFx7JoiBYfffqmvXd\/view?usp=sharing<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/community.kodular.io\/t\/paid-prime-pdf-viewer-view-pdf-within-app\/249936#basic-usage-29\" target=\"_blank\" rel=\"noopener\"><\/a><strong>Basic Usage<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"289\" height=\"500\" src=\"https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/01\/image-30.png\" alt=\"\" class=\"wp-image-70\" srcset=\"https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/01\/image-30.png 289w, https:\/\/akshatdeveloper.in\/extensions\/wp-content\/uploads\/2024\/01\/image-30-173x300.png 173w\" sizes=\"(max-width: 289px) 100vw, 289px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Download<\/h2>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This extension allows you to integrate PDF viewer within your app.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[10],"tags":[5,4,15,12,18],"class_list":["post-67","post","type-post","status-publish","format-standard","hentry","category-paid","tag-akshat-developer-extensions","tag-extension","tag-kodular","tag-paid","tag-pdf-viewer"],"_links":{"self":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts\/67"}],"collection":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":4,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":148,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/posts\/67\/revisions\/148"}],"wp:attachment":[{"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akshatdeveloper.in\/extensions\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}