<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Debenu Blog</title>
	<atom:link href="https://www.debenu.com/blog/feed" rel="self" type="application/rss+xml"/>
	<link>https://www.debenu.com/blog</link>
	<description>Inside updates from the team at Debenu about Benubird, personal document management and PDF technology.</description>
	<lastBuildDate>
	Thu, 20 Sep 2018 10:39:02 +0000	</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>We have released Quick PDF Library 16</title>
		<link>https://www.debenu.com/blog/quick-pdf-library-16.html</link>
				<comments>https://www.debenu.com/blog/quick-pdf-library-16.html#respond</comments>
				<pubDate>Thu, 20 Sep 2018 08:43:54 +0000</pubDate>
		<dc:creator><![CDATA[Nicolas Derico]]></dc:creator>
				<category><![CDATA[Debenu Quick PDF Library]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2443</guid>
				<description><![CDATA[<p>We’re excited to announce the release of Quick PDF Library version 16 with new platforms, new interfaces, and new features. Highlights: Python Support Linux Support Android 64-bit Support Delphi and C++Builder support PDF 2.0 Support Substantial bug fixes and improvements &#8230; <a href="https://www.debenu.com/blog/quick-pdf-library-16.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/quick-pdf-library-16.html">We have released Quick PDF Library 16</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p><span style="font-weight: 400;">We’re excited to announce the release of Quick PDF Library version 16 with new platforms, new interfaces, and new features.</span></p>
<p><b>Highlights</b><span style="font-weight: 400;">:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Python Support</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Linux Support</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Android 64-bit Support</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Delphi and C++Builder support</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">PDF 2.0 Support</span></li>
<li>Substantial bug fixes and improvements</li>
</ul>
<p><span style="font-weight: 400;">As always, we recommend you upgrade to the latest version of the Library to enjoy all these improvements and more. To upgrade, <a href="https://www.debenu.com/store/buy-quick-pdf-library-upgrade/">please get in touch with our team today</a>. </span></p>
<p>Ready to start working with Quick PDF Library 16? Head over to our website and <a href="https://www.debenu.com/products/development/debenu-pdf-library/">download a free, 30-day trial</a>.</p>
<h3><span style="font-weight: 400;">Python Support</span></h3>
<p><span style="font-weight: 400;">Controlling Quick PDF Library with a Python script is now easier than ever with the new Python interface class. Just import the .py file, and you’re good to go. Here’s a quick sample for Mac (but this works the same way on Windows and Linux).</span></p>
<pre><i><span style="font-weight: 400;">import <b>FoxitQPLmac0S1611</b> as FoxitQuick</span></i>

<i><span style="font-weight: 400;">qp = FoxitQuick.PDFLibrary( )</span></i>

<i><span style="font-weight: 400;">qp.UnlockKey("")</span></i>

<i><span style="font-weight: 400;">qp.DrawText(100, 700, "Hello world")</span></i>

<i><span style="font-weight: 400;">qp.SaveToFile("test_hello.pdf")</span></i>
<i></i></pre>
<h3><span style="font-weight: 400;">Full Linux Support</span></h3>
<p><span style="font-weight: 400;">Yes! Linux support is here! We’ve been hard at work porting Quick PDF Library to Linux, and we now officially support recent releases of Ubuntu, CentOS, and Debian. <a href="mailto:qpl16@foxitsdkteam.com">Please get in touch with us</a> if you’d like to see support for other distros.</span></p>
<p><span style="font-weight: 400;">As always, one of the best features in Quick PDF Library is that you get the same API across every supported platform, whether that is Windows, macOS, Linux, iOS or Android.</span></p>
<p>&nbsp;</p>
<h3><span style="font-weight: 400;">Android 64-bit Support</span></h3>
<p><span style="font-weight: 400;">Did you know that Google requires all Android apps to support 64-bit from August 2019? Java code won’t need to be changed, but native libraries such as Quick PDF Library will need 64-bit binaries. This is now possible with Quick PDF Library 16.</span></p>
<p><span style="font-weight: 400;">We’re using the latest development tools to build Quick PDF Library for Android and we now fully support x86, x86_64, armeabi-v7a and arm64-v8a. We’re still backward compatible all the way back to Android SDK level 19 so you can target up to 90% of all Android devices out there.</span></p>
<p>&nbsp;</p>
<h3><span style="font-weight: 400;">Delphi and C++Builder support</span></h3>
<p><span style="font-weight: 400;">Quick PDF Library now works with the new Community Editions of Delphi and C++Builder too. For native DCU support on Windows merely choose the 10.2 Tokyo edition, or for other platforms use the bundled interface class.</span></p>
<p>&nbsp;</p>
<h3><span style="font-weight: 400;">PDF 2.0 support</span></h3>
<p><span style="font-weight: 400;">PDF 2.0 is the latest version of the official ISO specification for PDF. The ISO committee worked for more than three years to get this right, and the result is an excellent base for the future of PDF.</span></p>
<p><span style="font-weight: 400;">We’ve tested Quick PDF Library 16 thoroughly with PDF 2.0 files, and the results are outstanding. With time we&#8217;ll add support for some of the new possible features. Should you be creating new PDF documents with Quick PDF Library, you now have the option to mark them as PDF 2.0.</span></p>
<p>&nbsp;</p>
<h3><span style="font-weight: 400;">Other new features</span></h3>
<p><span style="font-weight: 400;">We&#8217;ve completed the full set of variant functions in the ActiveX edition to make it easier to send and receive binary data. </span></p>
<p><span style="font-weight: 400;">We&#8217;ve added a function to reduce the size of certain PDFs and also added a few new utility functions.</span></p>
<p><span style="font-weight: 400;">We&#8217;ve enhanced the Datamatrix 2D barcode function to support Base256 encoding (used for, e.g., Deutsche Post franking symbols) and the digital signature routines are now able to use a signing identity/certificate directly from the Windows Certificate Store.</span></p>
<p>&nbsp;</p>
<h3>Bug Fixes and enhancements</h3>
<ul>
<li>Halved memory consumption for files loaded with LoadFromFile</li>
<li>Fixed fill color when flattening checkboxes</li>
<li>Short xref table fix</li>
<li>GetPageText(0) no longer crashes for multiple fonts in a single PDF object</li>
<li>Form field issue with Unicode characters</li>
<li>Fix for automatic creation of appearance stream for child form fields</li>
<li>Better support for different PDFium DLLs</li>
<li>Type3 font character spacing during rendering</li>
<li>Bug fix to prevent a crash during extraction of certain masked images</li>
<li>Accuracy improvement in font metrics to meet PDF/A compliance requirements</li>
<li>PDF/A improvements</li>
</ul>
<h3><span style="font-weight: 400;">Feedback</span></h3>
<p><span style="font-weight: 400;">Please get in touch with any feedback you may have on version 16 or any pointers to what you&#8217;d like to see in v17! We’d love to hear about your experiences with the new version. Your ideas for how we can improve Quick PDF Library are incredibly helpful as we prepare the future of Quick PDF Library.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Drop us a line: <a href="mailto:qpl16@foxitsdkteam.com">qpl16@foxitsdkteam.com</a></span></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/quick-pdf-library-16.html">We have released Quick PDF Library 16</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/quick-pdf-library-16.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Quick PDF Library 15 is Here</title>
		<link>https://www.debenu.com/blog/quick-pdf-library-15.html</link>
				<comments>https://www.debenu.com/blog/quick-pdf-library-15.html#comments</comments>
				<pubDate>Thu, 05 Apr 2018 10:22:44 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2439</guid>
				<description><![CDATA[<p>Recently we asked our customers what they wanted to see the newest version of Quick PDF Library, version 15. The outpour of feedback was great! Customers identified small bugs and features that would make their lives a lot easier and &#8230; <a href="https://www.debenu.com/blog/quick-pdf-library-15.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/quick-pdf-library-15.html">Quick PDF Library 15 is Here</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Recently we asked our customers what they wanted to see the newest version of Quick PDF Library, version 15. The outpour of feedback was great! Customers identified small bugs and features that would make their lives a lot easier and that is what we want to do – make our customers lives easier when using our products.</p>
<p>Discover more about our update on the <a href="https://developers.foxitsoftware.com/blog/our-customers-have-spoken-and-we-have-heard/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/quick-pdf-library-15.html">Quick PDF Library 15 is Here</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/quick-pdf-library-15.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
		<item>
		<title>Document Protection with GDPR in Mind</title>
		<link>https://www.debenu.com/blog/document-protection-gdpr-mind.html</link>
				<comments>https://www.debenu.com/blog/document-protection-gdpr-mind.html#respond</comments>
				<pubDate>Fri, 16 Mar 2018 14:38:38 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2436</guid>
				<description><![CDATA[<p>GDPR is nearly here but have you thought about how your company will protect customer data within documents? We discuss document security for this purpose <a href="https://www.debenu.com/blog/document-protection-gdpr-mind.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/document-protection-gdpr-mind.html">Document Protection with GDPR in Mind</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Coming into play on May 25th, GDPR is all about the way customers protect a data subject’s personal information. Is your company ready for this? What happens when a report falls into the wrong hands or seen by the wrong person in a company? But it is quite simple to protect documents from data breaches through creating a simple security process that all employees must comply with. This article will look at our PDF SDK security module and how this can help protect your documents from breaches outside and within your company.</p>
<p>Continue reading over on the <a href="https://developers.foxitsoftware.com/blog/document-protection-gdpr-mind/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/document-protection-gdpr-mind.html">Document Protection with GDPR in Mind</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/document-protection-gdpr-mind.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Why PDF is Your GDPR Solution</title>
		<link>https://www.debenu.com/blog/pdf-gdpr-solution.html</link>
				<comments>https://www.debenu.com/blog/pdf-gdpr-solution.html#respond</comments>
				<pubDate>Fri, 16 Mar 2018 14:26:58 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2432</guid>
				<description><![CDATA[<p>GDPR is helping to shape better processes for securing personal data in companies. PDF can help with this from a document management perspective <a href="https://www.debenu.com/blog/pdf-gdpr-solution.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/pdf-gdpr-solution.html">Why PDF is Your GDPR Solution</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>The <a href="https://www.eugdpr.org/">General Data Protection Regulation (GDPR)</a> means a lot of changes in processes for many different industries and companies. From collecting customer data to protecting and deleting personal information in all systems in a compliant way, GDPR is helping to shape a better process for businesses in the long run. Once May 25th comes around companies will need to ensure that their systems are compliant with these new European regulations. This could mean introducing new technology into your company.</p>
<p>Find out more about how PDF could be your GDPR solution in the <a href="https://developers.foxitsoftware.com/blog/pdf-gdpr-solution/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/pdf-gdpr-solution.html">Why PDF is Your GDPR Solution</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/pdf-gdpr-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How PDF Forms Out-Perform Others</title>
		<link>https://www.debenu.com/blog/pdf-forms-perform-others.html</link>
				<comments>https://www.debenu.com/blog/pdf-forms-perform-others.html#respond</comments>
				<pubDate>Fri, 16 Mar 2018 14:24:31 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2428</guid>
				<description><![CDATA[<p>People can choose from many different types of forms to collect customer data. Discover the advantages of creating PDF forms over others <a href="https://www.debenu.com/blog/pdf-forms-perform-others.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/pdf-forms-perform-others.html">How PDF Forms Out-Perform Others</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>There are many different types of forms that people can fill out. From paper, Microsoft Word, PDF, to HTML there is no end to the choice you have when you are looking to create a form for data collection. Even though paper forms sometimes may be good enough, this article aims to discuss the advantages PDF forms over all others mentioned above.</p>
<p>Continue reading on the <a href="https://developers.foxitsoftware.com/blog/advantages-of-pdf-forms-over-others/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/pdf-forms-perform-others.html">How PDF Forms Out-Perform Others</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/pdf-forms-perform-others.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How PDF Technology has changed</title>
		<link>https://www.debenu.com/blog/pdf-technology-changed.html</link>
				<comments>https://www.debenu.com/blog/pdf-technology-changed.html#respond</comments>
				<pubDate>Thu, 01 Feb 2018 14:00:17 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2425</guid>
				<description><![CDATA[<p>The Portable Document Format (PDF) has been around for decades, but many people do not know what it is and what makes it different. Once the file format that documents were rendered in at their final stage for presentation and &#8230; <a href="https://www.debenu.com/blog/pdf-technology-changed.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/pdf-technology-changed.html">How PDF Technology has changed</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>The Portable Document Format (PDF) has been around for decades, but many people do not know what it is and what makes it different. Once the file format that documents were rendered in at their final stage for presentation and archiving, now PDF now become hugely crucial at every aspect of a company’s processes. What is excellent about PDF is that it is always improving, with new features and capabilities being added to it constantly.</p>
<p>Find out more about these changes on the <a href="https://developers.foxitsoftware.com/blog/pdf-technology-then-and-now/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/pdf-technology-changed.html">How PDF Technology has changed</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/pdf-technology-changed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Replacing Paper Signatures with Electronic Across Europe</title>
		<link>https://www.debenu.com/blog/replacing-paper-signatures-electronic-across-europe.html</link>
				<comments>https://www.debenu.com/blog/replacing-paper-signatures-electronic-across-europe.html#respond</comments>
				<pubDate>Wed, 24 Jan 2018 12:23:18 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2420</guid>
				<description><![CDATA[<p>Digital Signatures has changed the landscape of business across Europe forever with the advent of EIDAS and PAdES. With digital signatures having the same legal standing as paper signatures, companies are changing the way they do business across borders within &#8230; <a href="https://www.debenu.com/blog/replacing-paper-signatures-electronic-across-europe.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/replacing-paper-signatures-electronic-across-europe.html">Replacing Paper Signatures with Electronic Across Europe</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Digital Signatures has changed the landscape of business across Europe forever with the advent of EIDAS and PAdES. With digital signatures having the same legal standing as paper signatures, companies are changing the way they do business across borders within Europe. </p>
<p>Find out more about this great advancement on the <a href="https://developers.foxitsoftware.com/blog/digital-signatures-replacing-paper-across-europe/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/replacing-paper-signatures-electronic-across-europe.html">Replacing Paper Signatures with Electronic Across Europe</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/replacing-paper-signatures-electronic-across-europe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>RMS &amp; PDF Technology</title>
		<link>https://www.debenu.com/blog/rms-pdf-technology.html</link>
				<comments>https://www.debenu.com/blog/rms-pdf-technology.html#respond</comments>
				<pubDate>Thu, 21 Dec 2017 10:31:07 +0000</pubDate>
		<dc:creator><![CDATA[Nicolas Derico]]></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2414</guid>
				<description><![CDATA[<p>Find out more about this Rights Management Services, PDF Technology and how we do RMS in our PDF SDKs <a href="https://www.debenu.com/blog/rms-pdf-technology.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/rms-pdf-technology.html">RMS &#038; PDF Technology</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Rights Management Services, more commonly known as RMS, is a hugely important feature for companies when dealing with document management. Companies can restrict the level of access that customers and staff have to documents and what they can edit, share and print, leading to a tighter run document management system that protects highly classified information.</p>
<p>Find out more about this feature on the <a href="https://developers.foxitsoftware.com/blog/rights-management-services-pdf-technology/">Foxit SDK Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/rms-pdf-technology.html">RMS &#038; PDF Technology</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/rms-pdf-technology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Cloud Storage &amp; PDF Technology</title>
		<link>https://www.debenu.com/blog/cloud-storage-pdf-technology.html</link>
				<comments>https://www.debenu.com/blog/cloud-storage-pdf-technology.html#respond</comments>
				<pubDate>Tue, 19 Dec 2017 10:28:50 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2410</guid>
				<description><![CDATA[<p>Discover some of the reasons why cloud storage is a great idea for your company today. <a href="https://www.debenu.com/blog/cloud-storage-pdf-technology.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/cloud-storage-pdf-technology.html">Cloud Storage &#038; PDF Technology</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Cloud storage is a digital data storage model whereby files and folders are stored on one or more third-party servers, as opposed to on local computers. Using the internet, or intranet, as the connection between your computer and the cloud server, through a login screen, a user can access the server from any location in the world, at any time. But why store data in the cloud?</p>
<p>There are a lot of different reasons. Discover these on <a href="https://developers.foxitsoftware.com/blog/cloud-storage-solutions/">Foxit SDK’s Blog</a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/cloud-storage-pdf-technology.html">Cloud Storage &#038; PDF Technology</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/cloud-storage-pdf-technology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Creating Kiosk Mode Apps with PDF Technology</title>
		<link>https://www.debenu.com/blog/creating-kiosk-mode-apps-pdf-technology.html</link>
				<comments>https://www.debenu.com/blog/creating-kiosk-mode-apps-pdf-technology.html#respond</comments>
				<pubDate>Wed, 13 Dec 2017 15:45:30 +0000</pubDate>
		<dc:creator><![CDATA[Karyn Corrigan]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://www.debenu.com/blog/?p=2398</guid>
				<description><![CDATA[<p>Creating an app that end users will consume on their device comes with their own security warnings but are not as exposed as applications designed for use by end users on an organization’s device. When creating an app, companies have &#8230; <a href="https://www.debenu.com/blog/creating-kiosk-mode-apps-pdf-technology.html">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/creating-kiosk-mode-apps-pdf-technology.html">Creating Kiosk Mode Apps with PDF Technology</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Creating an app that end users will consume on their device comes with their own security warnings but are not as exposed as applications designed for use by end users on an organization’s device. When creating an app, companies have to think about who will use it and how will it affect their business. For an end user operating an application on an organization’s premises, on the organization’s device, there are additional things to take into account. For example, if a customer using a tablet in a bank reception area can they access important information they should not be privy to on that device?</p>
<p>There are a lot of different ways that Kiosk Mode can help businesses like these protect themselves. Learn more about creating Kiosk Mode apps with PDF technology on <a href="https://developers.foxitsoftware.com/blog/creating-kiosk-mode-apps-pdf-technology/">Foxit SDK&#8217;s Blog</A></p>
<p>The post <a rel="nofollow" href="https://www.debenu.com/blog/creating-kiosk-mode-apps-pdf-technology.html">Creating Kiosk Mode Apps with PDF Technology</a> appeared first on <a rel="nofollow" href="https://www.debenu.com/blog">Foxit SDK/Debenu Blog</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.debenu.com/blog/creating-kiosk-mode-apps-pdf-technology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>